4
edits
Species5618 (talk | contribs) (Created page with 'Many ISP no only support SFTP due to the open, unsecure nature of standard FTP<br /> As Cumulus does not currently support SFTP an external SFTP application must be used<br /> …') |
Species5618 (talk | contribs) No edit summary |
||
You have run it by hand once, to allow the SSH key to be trusted, the it works on it's own
The following script works well<br />
option batch abort
option confirm off
put "localpath\realtime.txt" /remotepath
exit
<br />
changing User:pass@server to your username , password and server name combination<br />
changing localpath\realtime.txt to the local path on you PC<br />
|
edits