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

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
newtothis
500 Command not understood
Posts: 1
Joined: 2008-02-06 17:39

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

#1 Post by newtothis » 2008-02-06 17:45

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..

Post Reply