answersLogoWhite

0

FTP is the File Transfer Protocol, which can be used to transmit computer files from one computer to another. The files that are transmitted may contain any type of data, including executable machine code files. Typically, the files are compressed archives (such as ZIP or RAR files) to reduce the overall transmission times.

User Avatar

Wiki User

7y ago

What else can I help you with?

Continue Learning about Engineering

What Standard format for transferring data between two devices?

ftp protocol


What is the differences between Telnet and FTP?

The Difference Between a File Server & an FTP ServerFunctiono File servers store data for an entire network, just as an individual computer's hard drive stores data for that individual computer. File Transfer Protocol (FTP) servers run an FTP application to exchange files over the Internet, which is the world's largest network.Similaritieso File serving and FTP serving are both networking methods that involve file transfer between computers. FTP servers need to work together with file servers in order to function. In a network using FTP, file servers store data while FTP servers transmit that data over the Internet, with both being necessary for file transfer to occur.Differenceso FTP servers download files from or upload files to file servers. FTP servers move files to and from file server locations. FTP servers require file servers, but file servers do not require FTP servers, since file servers also serve various intranet networks not connected to the Internet.http://www.ehow.com/facts_6885629_difference-file-server-ftp-server.html-RLSB


What is an FTP server used for?

It is file transfer protocol, As a send the file inside the network, One of the oldest of the interner services, file transfer protocol makes it possible to move one or more files securely between computers while providing file security ans organization as well as transfer control.


Which protocol is used to send and receive HTML file?

HTML files are most often sent and received using HTTP, which stands for HyperText Transfer Protocol. Files can also be shared using FTP, which stands for File Transfer Protocol.


Why do you need to implement FTP in JAVA?

FTP is a commonly used protocol used to transfer files. There are many ready-made solutions; it might not be necessary to program it. On the other hand, you may need to integrate FTP into some other application. In other words, if you already decided to program in Java, you may need to add FTP capabilities to it.

Related Questions

Which protocol is used by FTP to transfer files over the Internet?

FTP uses TCP.Usage of Transport Layer protocol (tcp or udp) depends upon various applications.Such as FTP uses TCP, TFTP uses UDP.


What is the purpose for port 20?

TCP port 20 is used by FTP (File Transfer Protocol) for data transfer. FTP also uses port 21.


What type of encryption protocol does secure FTP SFTP use to secure FTP transmission?

Secure Shell Protocol


Which network protocol uses port 21?

The network protocol that uses port 21 is FTP (File Transfer Protocol). FTP is commonly used for transferring files between a client and a server on a computer network. Port 21 is specifically designated for FTP control connections. When a user initiates an FTP connection, the client connects to the server's port 21 to establish communication for sending and receiving files. It is important to note that FTP operates in two modes: active mode and passive mode, each using different ports for data transfer.


What Standard format for transferring data between two devices?

ftp protocol


Why FTP does not have a message format?

Because FTP uses TCP, which allows data to be streamed a byte at a time. I registered to help you! Regards, Nayef


How does HTTP and FTP overlap?

Both use TCP, a protocol that ensures the delivery of information without corruption and in the right order. However, each protocol uses TCP a little bit differently, with designed mainly for sending and retrieving data while ftp is designed for file operations.


Does FTP and http overlap?

Both use TCP, a protocol that ensures the delivery of information without corruption and in the right order. However, each protocol uses TCP a little bit differently, with designed mainly for sending and retrieving data while ftp is designed for file operations.


Standard that permits file uploading and downloading on the internet?

FTP (File Transfer Protocol) is an Internet protocol that allows file downloads and uploads. Other such internet protocols are torrent and P2P.


Which two statements describe the FTP protocol?

The FTP client initiates the transfer of data when using a passive data connection. It requires two connections between client and server.


What is the purpose of the FTP?

FTP is a file transfer protocol which is used while transferring the file in the internet


What are examples of a file transfer protocol?

The File Transfer Protocol is a standard network protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client-server model architecture using separate control and data connections between the client and the server