cs101:ftp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cs101:ftp [2018/11/13 14:19] – localadmin | cs101:ftp [2018/11/13 14:20] (current) – localadmin | ||
---|---|---|---|
Line 5: | Line 5: | ||
FTP is built on a client-server model architecture using separate control and data connections between the client and the server. FTP authenticates with a clear-text sign-in protocol, normally in the form of a username and password, but can be configured to connect anonymously. **For this reason FTP is NOT configured on any CS department servers!** | FTP is built on a client-server model architecture using separate control and data connections between the client and the server. FTP authenticates with a clear-text sign-in protocol, normally in the form of a username and password, but can be configured to connect anonymously. **For this reason FTP is NOT configured on any CS department servers!** | ||
- | For secure transmission that protects the username and password, and encrypts the content, FTP is often replaced with SSH File Transfer Protocol (SFTP). | + | For secure transmission that protects the username and password, and encrypts the content, FTP is often replaced with SSH File Transfer Protocol ([[cs101: |
cs101/ftp.1542140398.txt.gz · Last modified: 2018/11/13 14:19 by localadmin