File Transfer Protocol
Appearance
FTP via Telnet[edit | edit source]
telnet ftp.example.com 21 220 ftp.example.com USER <username> PASS <password> 230-User logged in
- Other Commands
- LIST
- RETR - Retrieve a file from the server
- STOR - Store or send a file to the server