SSHFileTransferProtocol: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
SSH File Transfer Protocol ([http://en.wikipedia.org/wiki/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.
SSH File Transfer Protocol ([http://en.wikipedia.org/wiki/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:''' running 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==
==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]].
Under Under Red Hat Enterprise Linux, Ubuntu Linux, and macOS, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]].


  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 other hosts, you can download and install [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY], which will enable SSH and SFTP access
For UMIACS supported Windows hosts, a SFTP client is already installed. For other hosts, you can download and install [http://winscp.net/eng/download.php winSCP], 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.


==Further Information==
==Further Information==


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

Revision as of 14:11, 31 October 2016

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: running 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 macOS, 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 winSCP, which will enable SSH and SFTP access.

Further Information

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