Automatic Synchronization to a local Directory from Remote Server
Hello,
I am trying to do an automatic synchronization of a single (.csv) file of around 250mb which updated regularly to a local directory from a remote server but unable to do so.
Running this script but nothing happen. Batch file executed but won't get any update.
Please help.
Batch file
I run this bat file and the window closes at: Authenticating with pre-entered password.
Nothing happens.
I am trying to do an automatic synchronization of a single (.csv) file of around 250mb which updated regularly to a local directory from a remote server but unable to do so.
Running this script but nothing happen. Batch file executed but won't get any update.
Please help.
option batch abort option confirm off open sftp://username:pass_word@host_name -hostkey="ssh-dss xxxx xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" synchronize local C:\Drive\Local\Reporting /Remote/BDM_Remote exit
winscp.com /script=synctool.txt
Nothing happens.