I recently was reminded that the FTP protocol requires two ports…
FTPS by default fails … this is due to the FTP protocol requiring 2 ports: one for the commands (which includes directory creation) and one for data e.g the result of a directory listing or a file transfer.
Passive Mode
Specifically, in Passive mode, during the handshaking [...]