227: Entering Passive Mode (h1,h2,h3,h4,p1,p2)

Explanation

The server received the PASV subcommand. The server successfully entered passive mode and is listening on the socket indicated by h1,h2,h3,h4,p1,p2, where h1-h4 are the host IP address and p1,p2 are the port number.

System action

FTP creates the server socket and listens on that socket.

User response

None.

System programmer response

None.