View Single Post
  #2 (permalink)  
Old 06-23-2009, 06:07 PM
admin admin is online now
Administrator
 
Join Date: May 2008
Location: http://www.google.com
Posts: 44
Default

I assume that the system would have SSH installed, if yes then you can use SFTP to access and copy the files
SFTP is basically FTP over SSH and works well in situations when you don't have FTP installed

to connect using sftp just use
Quote:
sftp username@host
If you need any further explanation then do let us know
Reply With Quote