I\'ve made a simple FTP upload script that should upload multiple files from a Windows 2008 Server to the FTP location. I\'ve tried this manually by executing every command
Place your script in a text file on your desktop called ftpscript.txt
ftpscript.txt
Create a batch file called getftp.bat and inside it have this - then you can click the bat file.
getftp.bat
@echo off ftp -i -s:"%userprofile%\desktop\ftpscript.txt" pause