Differences
This shows you the differences between the selected revisions of the page.
| ftp 2012-09-23 | ftp 2022-04-03 (current) | ||
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | ====== FTP (File Transfer Protocol) ====== | ||
| + | The File Transfer Protocol (%%FTP%%) is a network protocol that provides file access, file transfer, and file management functionalities. | ||
| - | #! /usr/bin/perl -p | + | %%FTP%% is built on a client-server architecture and uses separate control and data connections between the client and the server. %%FTP%% users may authenticate themselves using a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, %%FTP%% is often secured with [[ftps|SSL/TLS (FTPS)]]. ((&wikipedia_ref(File_Transfer_Protocol|File Transfer Protocol))) |
| - | s/^\d+\.\d+/localtime $&/e; | + | |
| + | ===== [[mode]] Active and Passive Mode ===== | ||
| + | |||
| + | Learn about [[ftp_modes|FTP connection modes]] (active and passive). | ||
| + | |||
| + | ===== FTP Server Response Codes ===== | ||
| + | See [[ftp_codes|FTP server response codes]]. | ||