1,120
edits
Species5618 (talk | contribs) No edit summary |
m (fixed a few typos) |
||
Many ISP's
As Cumulus does not currently support SFTP an external SFTP application must be used<br /> ▼
[http://winscp.net WINSCP] can be used <br /> ▼
Looking at http://winscp.net/eng/docs/script_upload_single_file, winSCP can be used to script SFTP<br /> ▼
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 />▼
▲Looking at http://winscp.net/eng/docs/script_upload_single_file, winSCP can be used to script SFTP
option batch abort
option confirm off
put "localpath\realtime.txt" /remotepath
exit
changing localpath\realtime.txt to the local path on you PC<br /> ▼
changing /remotepath to the remote path on the web server (as seen when you SFTP to the web site)▼
▲
|
edits