SFTP: Difference between revisions

17 bytes added ,  8 December 2009
m
fixed a few typos
No edit summary
m (fixed a few typos)
Many ISP's nonow only support [http://en.wikipedia.org/wiki/Simple_File_Transfer_Protocol 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 />
 
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
 
[http://winscp.net WINSCP] can be used <br />
The following script works well<br />
 
Looking at http://winscp.net/eng/docs/script_upload_single_file, winSCP can be used to script SFTP<br />
 
You have to run it by hand once, to allow the SSH key to be trusted, thethen 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*change User:pass@server to your username , password and server name combination<br />
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)
changing*change localpath\realtime.txt to the local path on you PC<br />
 
changing*change /remotepath to the remote path on the web server (as seen when you SFTP to the web site)
1,120

edits