ftp - WinSCP - upload files script -


i'm trying use following batch command , following winscp script in order upload files folder in ftp session, not anything.

batch file

"c:\program files (x86)\winscp\winscp.com" /script=connect.txt

winscp script

open ftp://myftpusername:myftppassword@myftphost/ put test.txt /downloads/

could tell me missing?

i have tried synchronize remote method no succes.

thanks


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -