FTP - Active versus Passive

From Tech-Wiki
Revision as of 07:51, 28 January 2011 by Jebr (Talk | contribs)

Jump to: navigation, search

Active FTP :

    command : client >1023 -> server 21
    data    : client >1023 <- server 20

Passive FTP :

    command : client >1023 -> server 21
    data    : client >1023 -> server >1023