What is FTP?
Last Updated on Thursday, 1 March 2012 09:08 Written by Richi González Monday, 5 March 2012 12:00
Hello,
We use it every day, but do we actually know its full functions and capabilities? Read more, I’ll show you.
File Transfer Protocol, or better known as: “FTP”, is used to transfer files over the Internet through a TCP connection. The system consists of a client and a server. A connection is opened, either active or passive. Active connection, works by sending the request to the server and waiting until the server opens the TCP connection. Passive connection, works the other way around; when servers are behind firewalls and do not allow TCP connection inbound, the client sends the command to open a passive connection (PASV), and then the server sends an open connection request to the client.
Learn More
Recent Comments