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

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