SSHFileTransferProtocol

From UMIACS
Revision as of 18:58, 20 April 2016 by Kmerrick (talk | contribs) (added warning about starting shells in shell init files)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Warning: interactive programs in your shell initialization files, such as starting another shell, causes SFTP to fail. See Shell on how to correctly change the shell you are using

Connecting to an SFTP Server

Under Under Red Hat Enterprise Linux, Ubuntu Linux, 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, a SFTP client is already installed. For other hosts, you can download and install PuTTY, which will enable SSH and SFTP access.

Further Information

More information about SFTP can be found at http://www.openssh.org/.