cs101:sftpfromlinux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cs101:sftpfromlinux [2020/09/08 16:26] – [What Is SFTP?] localadmin | cs101:sftpfromlinux [2020/09/08 16:59] (current) – [How to Connect with SFTP] localadmin | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== What Is SFTP? ===== | ===== What Is SFTP? ===== | ||
- | In Linux, you can use the Secure File Transfer Protocol (SSH File Transfer Protocol) (SFTP) from the command line (CLI) (the sftp command) to securely copy files and directories between remote hosts. | + | In Linux, you can use the Secure File Transfer Protocol (SSH File Transfer Protocol) (**[[cs101: |
- | In most cases, SFTP is preferable to FTP because of its underlying security features and ability to piggy-back on an SSH connection. FTP is an insecure protocol that should only be used in limited cases or on trusted networks. FTP is NOT available on CS Department computers. | + | In most cases, SFTP is preferable to **[[cs101: |
Line 22: | Line 22: | ||
* Name of the account on the host computer (remote_username) | * Name of the account on the host computer (remote_username) | ||
- | * Hostname (i.e. FQDN) of the computer on which the source file resides (remote_host) | + | * Hostname (i.e. [[cs101: |
Options can include things like [-oPort=custom_port] if not connecting to the standard SSH port 22. | Options can include things like [-oPort=custom_port] if not connecting to the standard SSH port 22. |
cs101/sftpfromlinux.1599600365.txt.gz · Last modified: 2020/09/08 16:26 by localadmin