FTP - Active versus Passive
From Tech-Wiki
Revision as of 01:44, 8 August 2016 by Fabricio.Lima (Talk | contribs)
Active FTP :
command : client >1023 -> server 21 data : client >1023 <- server 20
Passive FTP :
command : client >1023 -> server 21 data : client >1023 -> server >1023