FTP

We explain what an FTP is and what this protocol is for. Also, what is an FTP client and how an FTP server works.

FTP
FTP connections are designed to be fast.

What is an FTP?

In computing, it is known as FTP (Acronym in English for File Transfer protocolthat is, File Transfer Protocol) to a protocol for transferring information between systems connected to a TCP network (English acronym for Transmission Control protocolthat is, Transmission Control Protocol) that is based on the client-server architecture.

In other words, it is a communication protocol or method that allows uploading and downloading files to or from one computer (server) to another (client), regardless of the operating system that both use. To do this, a TCP/IP network layer model is implemented, together with a password or secret key, to establish the remote connection.

FTP connections are designed to be fast thus maximizing the rate of information transfer, but not really secure, since the information is handled (even the passwords) as plain text. For this reason, SCP and SFTP programs are usually used to encrypt the content of these connections and prevent access to the information by third parties.

This type of technology began to be used in 1971 (known as RFC 114), before the invention of the TCP/IP protocol, and its current version is the one published in 1985 (RFC 959). Generally, these types of connections are established using ports 20 and 21 of the system.

You may be interested:  Coaxial Cable

What is an FTP for?

FTP
FTPs transfer information from one server to another.

FTPs are extremely useful for transferring large amounts of data at good speed. That is, to send files from one computer to another without the need for removable media (such as compact discs, memory units, etc.), but directly through the Network. This facilitates the movement of data, especially if it is a significant volume of data, which would require more cumbersome technology.

Nowadays FTP are used to share editorial, visual or audiovisual work information areas in which large files are usually handled and remote work is often done. Also in the mobilization of data through medium-sized networks, such as WANs or MANs, these protocols are often used, for example, to upload information to the Internet.

FTP client

FTP client
An FTP client accesses a server using FTP protocols.

An FTP client is a computer program that, installed on a user's computer, allows allows access through FTP protocols to a server to upload or download data from it. That is, software that allows the establishment of FTP (or SFTP, more secure) connections, once a key and a specific address of the system to which we want to connect are provided.

FTP clients usually come preinstalled on operating systems such as Windows but more advanced programs can also be chosen to switch between different connection modes.

FTP server

FTP server
An FTP server manages connections and allows the flow of information.

An FTP server is a program designed to run on a computer connected to the Internet and that fulfills the function of data provider in a network. This program manages connections and allows the flow of information to and from the different clients that exist.

are not usually implemented on personal computers but in the information repositories of large companies or local work networks.

You may be interested:  Backup

The difference between an FTP client and an FTP Server is that the same server can serve numerous clients since it is the central node of information transfer.