digicomphoto agency press All Reserved Rights © 2012 - info@digicomphoto.com | Inscrito en la ANIGP con el número 2643 del registro oficial | Este material no puede ser publicado, transferido, reproducido o redistribuido para cualquier propósito comercial.
"La fotografía es controlar lo que está delante de usted y lo que hace su voluntad."
Arnold Newman
If you are using windows operating system we recommend using Filezilla
If you are using Mac operating system we recommend using Transmit
File Transfer Protocol
FTP (abbreviation for File Transfer Protocol - File Transfer Protocol) computer is a network protocol for transferring files between systems connected to a TCP (Transmission Control Protocol), based on client-server architecture. From a client computer can connect to a server to download files from it or to send files, regardless of operating system on each computer.
The FTP service is offered by the Application layer of the shell model of TCP / IP to the user, typically using the network port 20 and 21. A basic problem is that FTP is designed to provide maximum connection speed, not maximum security, as all the exchange of information from the user login and password on the server until the transfer of any file, done in plain text without any encryption, so that a potential attacker can capture this traffic, access to the server, or acquire the transferred files.
To solve this problem are very useful applications such as scp and sftp, SSH included in the package, but that can transport files by encrypting all traffic.