automizing the download of files using bat file

Advertisement

Guest_12
Guest

automizing the download of files using bat file

hi guys

I need to download zip folder using sftp.. for which i made .bat file which is passing username and password with the details of file to get downloaded..

see the .bat file code:-

winscp.com /command ^
"Open sftp://username:password@website.com/" ^
"get foldername.zip" ^
"exit"

but while running .bat file from command prompt.. Connection get established but after that getting an error:-

See the error below:-

Starting the session...
Session started.
Active session: [1] usernam@website.com
Unknown command '^'.

C:\Program Files (x86)\WinSCP>get foldername.zip "exit"
'get' is not recognized as an internal or external command,
operable program or batch file.

Could you please help me what mistake has been done in the .bat script
Regards

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum