Re: Error on Put Command.
The
See https://winscp.net/eng/docs/scriptcommand_put
You seem to somehow specify source paths in two separate parameters.
You also have the quotes wrong:
https://winscp.net/eng/docs/commandline#syntax
Did you want to do this?
Regarding the multiple files: Yes, you can use multiple
Or a single
put
command has this syntax:
put source dest
See https://winscp.net/eng/docs/scriptcommand_put
You seem to somehow specify source paths in two separate parameters.
You also have the quotes wrong:
https://winscp.net/eng/docs/commandline#syntax
Did you want to do this?
"put ""E:\municity data\test-ftp.txt"" ""/some/remote/path/"""
Regarding the multiple files: Yes, you can use multiple
put
commands.
Or a single
put
with a list of files or a file mask: https://winscp.net/eng/docs/file_mask