welcome: please sign in

The following 84 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
and   applicable   are   as   but   can   chapter   clients   command   Connecting   connection   Contents   Coop   could   describes   destination   Dolphin   don   example   files   for   gftp   Gnome   happen   hcoop   help   how   html   http   if   If   in   In   is   it   Konqueror   line   Manual   Member   method   Microsoft   net   new   Of   of   only   or   overwrites   Password   plain   please   possible   public   recommended   rsync   run   scp   Secure   sftp   similar   slave   sourceforge   ssh   support   Table   that   the   This   to   tool   transfer   Unix   uploading   use   Using   using   usually   want   when   Win   Windows   With   You   you  

Clear message
Edit

MemberManual / TransferringFiles / ScpAndSftp

This is the chapter of the MemberManual that describes how to transfer files using scp and sftp.

Using scp

You can use plain scp, but it overwrites destination files and is usually only applicable when you are uploading new files to HCoop. If you don't want that to happen, please use rsync:

scp -r ~/html/hcoop/* USER@ssh.hcoop.net:public_html

Using sftp

You can run command-line sftp (Secure FTP) tool:

sftp USER@ssh.hcoop.net
Connecting to ssh.hcoop.net...
Password:
sftp> help

With GUI FTP clients, SFTP connection is possible if the clients support "Secure FTP" or similar as the connection method. In Unix/Gnome, you could use for example gftp; for KDE, use the sftp KIO slave (sftp://ssh.hcoop.net: in Konqueror or Dolphin); for Microsoft Windows, WinSCP is recommended.

MemberManual/TransferringFiles/ScpAndSftp (last edited 2013-07-27 05:00:15 by ClintonEbadi)