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