Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

sulasno

E:\WinSCP.exe /console /command "option echo on" "option batch abort" "option confirm off" "open ftp://username:password@ftp3.domain.com:21 "cd /images" "put E:\chrome.png"

I am trying to upload a file "chrome.png" to a ftp "ftp3.domain.com" and the upload directory is "images"
sulasno

upload

can anyone tell me what's wrong with my commandline in a batch file ?

E:\WinSCP.exe /console /command "option echo on" "option batch abort" "option confirm off" "open ftp://username:password@ftp3.domain.com:21 "cd /images" "put E:\chrome.png"
[/code]