- martin
Post a reply
Topic review
- Dake
Transfer log
Hi Martin,
Thank you so much. I added the quote in my script.
One more thing, Can I have transfer log for this script?
Thanks again :)
Thank you so much. I added the quote in my script.
One more thing, Can I have transfer log for this script?
Thanks again :)
- martin
Re: Too many parameters for command 'synchronize'.
synchronize local "C:\Users\username\Desktop\Test\Test Source" /export/home/ftp/Log
See https://winscp.net/eng/docs/scripting#quotes
- Dake
Too many parameters for command 'synchronize'.
Hello,
I'm using the code to synchronize my FTP server to the local folder. but the code gives me a
Too many parameters for command 'synchronize'.
Please correct me if I wrong anything.
I'm using the code to synchronize my FTP server to the local folder. but the code gives me a
Too many parameters for command 'synchronize'.
Please correct me if I wrong anything.
option batch abort
option confirm off
open sftp://user:password123@192.168.0.1 -hostkey="ssh-rsa 2048 bDsWlNLPK5vb19cC+ktlM8Ojrjf9M+Rni6EBAeh2LIE="
synchronize local C:\Users\username\Desktop\Test\Test Source /export/home/ftp/Log
exit