Posted in Internet, Windows, utility on Jul 8th, 2008
To automate FTP uploads from windows command line, first, you will have to create a batch file say fileup.bat in your windows directory, or at least inside some directory included in your path. You can use the “path” command to see what the current path is.
c:\>path
PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM32;C:\;
Inside the batch file, you will want to paste the […]
Read Full Post »
Posted in Internet Security, Windows on Jun 30th, 2008
We all know that we must have a strong password to protect our private data. A strong password must have letters, numbers, and symbols. The greater variety of characters that you have in your password, the harder it is to guess.
You can use some online password generator to get a strong password. But did you […]
Read Full Post »