Differences
This shows you the differences between the selected revisions of the page.
| ftp 2018-10-05 | ftp 2022-04-03 (current) | ||
| Line 1: | Line 1: | ||
| - | $ telnet 192.168.88.1 | + | ~~NOTOC~~ |
| - | Trying 192.168.88.1... | + | |
| - | Connected to 192.168.88.1. | + | ====== FTP (File Transfer Protocol) ====== |
| - | Escape character is '^]'. | + | The File Transfer Protocol (%%FTP%%) is a network protocol that provides file access, file transfer, and file management functionalities. |
| - | + | ||
| - | MikroTik v6.15 | + | %%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))) |
| - | Login: admin | + | |
| - | Password: Enter (pas de mot de passe) | + | ===== [[mode]] Active and Passive Mode ===== |
| - | · | + | |
| - | [...] | + | Learn about [[ftp_modes|FTP connection modes]] (active and passive). |
| - | [admin@MikroTik] > | + | |
| + | ===== FTP Server Response Codes ===== | ||
| + | See [[ftp_codes|FTP server response codes]]. | ||