SSHFileTransferProtocol: Difference between revisions
Jump to navigation
Jump to search
(Remove WinXP Support info) |
No edit summary |
||
Line 6: | Line 6: | ||
wing:~ bkirz$ sftp bkirz@openlab.umiacs.umd.edu | wing:~ bkirz$ sftp bkirz@openlab.umiacs.umd.edu | ||
For UMIACS supported Windows hosts, an SFTP client is already installed. | For UMIACS supported Windows hosts, an SFTP client is already installed. For other hosts, you can download and install [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY], which will enable SSH and SFTP access. | ||
Alternatively, users can use the UMIACS Intranet SFTP Web Applet located [https://intranet.umiacs.umd.edu/sftp/ here] without installing any additional software. | Alternatively, users can use the UMIACS Intranet SFTP Web Applet located [https://intranet.umiacs.umd.edu/sftp/ here] without installing any additional software. |
Revision as of 20:49, 2 June 2014
SSH File Transfer Protocol (SFTP) is a network protocol used to securely transfer and manage files on remote systems. SFTP is layered on top of the SSH protocol, and is preferred over FTP as a method of remote file transfer.
Connecting to an SFTP Server
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS OpenLAB.
wing:~ bkirz$ sftp bkirz@openlab.umiacs.umd.edu
For UMIACS supported Windows hosts, an SFTP client is already installed. For other hosts, you can download and install PuTTY, which will enable SSH and SFTP access.
Alternatively, users can use the UMIACS Intranet SFTP Web Applet located here without installing any additional software.
Further Information
More information about SFTP can be found at http://www.openssh.org/.