File Transfer Protocol

From MattWiki
(Redirected from FTP)

FTP via Telnet

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