FTP connection
There are two TCP protocols for FTP. These are ports 20 and 21. Port 20 is used for commands, port 21 is used for data transfer.
Please be aware that FTP transactions are not encrypted and these data can be captured.
Secure alternatives for FTP include FTPS and SFTP.
Comments
Post a Comment