This is a discussion on Difference between passive FTP and active FTP? within the Networking & Internet Connectivity forums, part of the Computer Hardware/Software and Networking category; What is the difference between passive FTP and active FTP? FTP is an unusual protocol in that it uses two ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| What is the difference between passive FTP and active FTP? FTP is an unusual protocol in that it uses two ports, one for commands and the other for data. (This is one of the reasons it is superior to HTTP for transferring large files.) Active FTP was invented first. The client initiates a connection on the server’s command port. The server then initiates a connection with the client from its data port. In Passive FTP, the client initiates both connections with the server, which remains “passive”. Active FTP may cause problems if your client is behind a firewall. From the firewall’s point of view, the FTP server that is trying to initiate a connection with your client looks like an intruder and is usually blocked. This is why many users have difficulty using FTP to download files from behind a firewall. Passive FTP solves this problem, but creates other problems, notably where FTP server security is concerned.The server must listen on a large number of ports. This requires the firewall to let a lot of unqualified traffic through. Most firewall administrators do not like this. As a rule, you do not need to be concerned about passive and active FTP unless you administer an FTP server or a firewall. If you experience difficulty using your FTP client from behind a firewall, this is likely the reason. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Licensing multiple passive SQL servers? | arjkhanna | Server Management | 2 | 10-29-2007 01:02 AM |
| Active Directory Requirement | nnraja | Server Management | 1 | 10-17-2007 04:06 AM |
| Article : Active X importer -- AxImp.exe (.Net Framework Tools Series) | Gopisoft | VB.NET Programming | 0 | 02-25-2007 09:25 PM |