Page 1 of 1

does this .bat file look ok - throws window errors..

Posted: 2008-02-06 17:45
by newtothis
Hi All

created a .bat file that opened fillezilla and ftps some files to a remove webserver, and all was working fine, but the host changed some settings so the .bat needed editing.

Some one has edited the .bat but now its no longer working - i havent seen this first hand yet so i am going of what i have been told.

the edited file looks like this:

cd c:\program files\filezilla
FileZilla.exe -u "c:\folder1\subfolder1\file1.txt"
ftps://username:password@connect.server.name-ntt.com:22/foldername1/subfoldername1/subsubfolder1 -overwrite -close

FileZilla.exe -u "c:\folder2\subfolder2\file2.txt"
ftps://username:password@connect.server.name-ntt.com:22/foldername2/subfoldername2/subsubfolder2 -overwrite -close

can some please take a look over the above and let me know if anything looks amiss?

thanks for your time.
New to this..