Difference between revisions of "FTP - Active versus Passive"

From Tech-Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Category:Wireshark]]
+
[[Category:Wireshark and Network Testing]]
 
Active FTP :
 
Active FTP :
 
     command : client >1023 -> server 21
 
     command : client >1023 -> server 21

Revision as of 06:21, 7 March 2012

Active FTP :

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

Passive FTP :

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