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
Links​
- FTP commands for linux
- Go FTP Server - Go based autonomous FTP server with SFTP, S3, Dropbox, and Google Drive connectors