• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about ftp

Maybe?

I didn't read it, just googled for "difference between active and passive ftp" and CHOSE THE FIRST LINK GOOGLE RETURNED.

Oh yeah, and wrong forum.
 
Active -

Client makes connection to ftp server on destination port 21.
This is the control channel.
Client requests file - server then initiates connection to client with source port of 20 and some other destination port.
Server transfers data on this data channel.

Can cause trouble with NAT and bad firewalling.

Passive.
Client makes connection to ftp server on dst port 21, and another on port 20. So instead of the server starting the connection on the data channel, the client does.
 
Back
Top