Tag Archives: Windows

Windows Batch FTP Routine

Here is some example code to connect to an FTP server and run the commands that follow. @echo on %windir%\system32\ftp.exe -n -s:”%~f0″ server.com goto done user myusername mypassword cd /home/directory/public_html ls -al quit :done pause The key to this working … Continue reading

Posted in Windows | Tagged , | Leave a comment