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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator