welcome: please sign in

Diff for "MemberManual/TransferringFiles/ScpAndSftp"

Differences between revisions 2 and 3
Revision 2 as of 2007-11-05 03:14:36
Size: 894
Comment: fix section header
Revision 3 as of 2007-11-05 03:15:28
Size: 901
Comment: formatting
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This is the chapter of the MemberManual that describes how to transfer files using scp and sftp. This is the chapter of the MemberManual that describes how to transfer files using ''scp'' and ''sftp''.
Line 8: Line 8:
You can also use plain ''scp'', but it overwrites destination files and is usually only applicable when you are uploading new files to HCoop: You can use plain ''scp'', but it overwrites destination files and is usually only applicable when you are uploading new files to HCoop:
Line 23: Line 23:
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.

TableOfContents

SCP Transfers

You can use plain scp, but it overwrites destination files and is usually only applicable when you are uploading new files to HCoop:

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

SFTP Transfers

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

sftp USER@hcoop.net
Connecting to 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 [http://WinSCP.sourceforge.net WinSCP], or proprietary FTP Voyager.

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