I am writing an FTP server, but I do not understand the PASV command, any server sends a response like this:
227 Entering Passive Mode (213,229,112,130,216,4)
What do the numbers in parentheses mean? And what is the difference between normal and passive modes?
source
share