FTP
FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network. It is commonly used for uploading and downloading files to and from servers.
FTP Commands​
Connect to an FTP server.
ftp <HOST_IP> <PORT>
FTP Commands List​
FTP Command | Description |
---|---|
cd | Change directory |
ls | List content of remote directory |
get | Receive file |
dir | Change directory |
status | Show current status |