(Translated by https://www.hiragana.jp/)
File transfer: Difference between revisions - Wikipedia Jump to content

File transfer: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SasiSasi (talk | contribs)
No edit summary
Undid revision 252186511 by SasiSasi (talk)
Line 1: Line 1:
{{Internet}}
'''File transfer''' is a generic term for the act of [[transmission (telecommunications)|transmitting]] [[file (computing)|file]]s over a [[computer network]] or the [[Internet]]. There are numerous ways and [[Protocol (computing)|protocols]] to transfer files over a network. Computers which provide a file transfer service are often called [[file server]]s. Depending on the [[client (computing)|client]]'s perspective the data transfer is called [[uploading and downloading|uploading or downloading]].
'''File transfer''' is a generic term for the act of [[transmission (telecommunications)|transmitting]] [[file (computing)|file]]s over a [[computer network]] or the [[Internet]]. There are numerous ways and [[Protocol (computing)|protocols]] to transfer files over a network. Computers which provide a file transfer service are often called [[file server]]s. Depending on the [[client (computing)|client]]'s perspective the data transfer is called [[uploading and downloading|uploading or downloading]].



Revision as of 18:09, 16 November 2008

File transfer is a generic term for the act of transmitting files over a computer network or the Internet. There are numerous ways and protocols to transfer files over a network. Computers which provide a file transfer service are often called file servers. Depending on the client's perspective the data transfer is called uploading or downloading.

There are 2 types of file transfers:

  • Pull-based file transfers where the receiver initiates a file transmission request
  • Push-based file transfers where the sender initiates a file transmission request

File transfer can take place over a variety of levels:


Protocols

A file transfer protocol is a convention that describes how to transfer files between two computing endpoints. They are meant solely to send the stream of bits stored as a single unit in a file system, plus any relevant metadata such as the filename, file size and timestamp. File transfer protocols usually operate on top of a lower-level protocol in a protocol stack. For example, the HTTP protocol operates at the topmost application layer of the TCP/IP stack, whereas XMODEM, YMODEM, and ZMODEM typically operate across RS-232 serial connections.

See also