welcome: please sign in

Diff for "MemberManual/TransferringFiles/ScpAndSftp"

Differences between revisions 6 and 7
Revision 6 as of 2008-04-30 14:39:08
Size: 966
Editor: AdamChlipala
Comment: mire -> ssh
Revision 7 as of 2008-07-07 04:28:16
Size: 969
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[TableOfContents]] <<TableOfContents>>
Line 8: Line 8:
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:rsync]: 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|rsync]]:
Line 24: Line 24:
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://hcoop.net` in Konqueror); for Microsoft Windows, example clients are the free [http://WinSCP.sourceforge.net WinSCP], or proprietary FTP Voyager. 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://hcoop.net` in Konqueror); for Microsoft Windows, example clients are the free [[http://WinSCP.sourceforge.net|WinSCP]], or proprietary FTP Voyager.

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://hcoop.net in Konqueror); for Microsoft Windows, example clients are the free WinSCP, or proprietary FTP Voyager.

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