SSHFileTransferProtocol: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
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 [ SecureShell | SSH] protocol, and is therefore preferred as a more secure method of transfering data over [[File Transfer Protocol | FTP]].
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 [[SecureShell | SSH]] protocol, and is therefore preferred as a more secure method of transfering data over [[File Transfer Protocol | FTP]].

Revision as of 19:27, 4 June 2008

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 therefore preferred as a more secure method of transfering data over FTP.