- martin
Post a reply
Topic review
- Cyrus
FTPS using winscp error on put command
Syntax:
%WINSCPDIR%\winscp /command "option batch continue " "option confirm off" "open ftps://<user>:<pwd>@<url> " "cd ""%destdir% " "pwd" "put <file1> " "put <file2> " "put <file3> " "put <file4> " "put <file5> " "dir" "cd .." "exit"
The problem I'm having is that the last file <file5> is not transferring. I am also receiving an error.
Missing parameter for command 'put'.
Unknown command '<file5>'.
I'm using WinSCP-5.13.4 version. Any help would be greatly appreciated as I've tried numerous attempts at getting this command string to work 100%. Thanks in advance!
%WINSCPDIR%\winscp /command "option batch continue " "option confirm off" "open ftps://<user>:<pwd>@<url> " "cd ""%destdir% " "pwd" "put <file1> " "put <file2> " "put <file3> " "put <file4> " "put <file5> " "dir" "cd .." "exit"
The problem I'm having is that the last file <file5> is not transferring. I am also receiving an error.
Missing parameter for command 'put'.
Unknown command '<file5>'.
I'm using WinSCP-5.13.4 version. Any help would be greatly appreciated as I've tried numerous attempts at getting this command string to work 100%. Thanks in advance!