Skip to main content

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
cd     # change directory
ls # list content of remote directory
get # receive file
dir # change directory
status # show current status