Scheduled download
Hi All,
I'm quite new to this so please bear with me.
I've hashed together a script that script that is meant to connect to a secure FTP site, I've created a session and used that to open the connection via
Here's the command that I'm using;
I'm hoping to later on setup this up as a scheduled task as it will need to download a new file daily.
Any help would be appreciated.
Thanks
I'm quite new to this so please bear with me.
I've hashed together a script that script that is meant to connect to a secure FTP site, I've created a session and used that to open the connection via
WINSCP.COM
but the files do not download to the desired location.
Here's the command that I'm using;
winscp.com /command "open ""P-CARDS""" "GET ""P:\TestP-CardsIn""" /log="P:\TestP-CardsLog\WinSCPLogs\winscp.log" "exit"
Any help would be appreciated.
Thanks