In Passive Mode, the FTP client still initiates a command channel connection to the server. However, instead of sending the PORT command, it sends the passive command, which is basically a request for a server port to connect to, for data transmission. When the FTP server replies, it indicates what port number it has opened for the ensuing data transfer.
Here's how passive mode works in a nutshell: