Computer Science, asked by abhishek515, 1 year ago

name the protocol which is used for uploading and downloading data from remote site

Answers

Answered by Anonymous
90
Hey friend !!

Here is your answer.

For downloading a file HYPERTEXT TRANSFER PROTOCOL (HTTP) is used .

For uploading a file FILE TRANSFER PROTOCOL (FTP) is used.

Hope it helps.

#pragya_singh

abhishek515: thank you
Anonymous: Your welcome
Answered by abu7878
13

Answer:

FTP(File Transfer Protocol) is used for uploading & downloading various data from remote site. A client-server link is established prior to commencement of any data transfer. Client sends its credentials like username, password and other important information through control path.

Server verifies the client details and sets up a data path for the client. Actual data transfer takes place on this path. FTP works on TCP/IP(Transmission Control Protocol/Internet Protocol). FTP server doesn’t store data permanently.

Similar questions