List of file transfer protocols
From Wikipedia, the free encyclopedia
A protocol for file transfer or file transfer protocol is a convention or standard that controls or enables the transfer of files between two computing endpoints. Unlike with a general-purpose communication protocol, file transfer protocols are not designed to send arbitrary data or facilitate asynchronous communication such as Telnet sessions. 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 Internet FTP protocol operates as the topmost layer of the TCP/IP stack, whereas XMODEM, YMODEM, and ZMODEM typically operate across RS-232 serial connections to modems.
Contents |
[edit] List of file transfer protocols
[edit] Primarily used with TCP/IP
[edit] Primarily used with UDP
- Trivial File Transfer Protocol
- File Service Protocol
- UFTP – UDP Based FTP with Multicast
- Mftp – commercial 1-to-1 and 1-to-many multicast enabled reliable file transfer
[edit] Primarily used with direct modem connections
- Kermit and variants:
- Kermit
- SuperKermit
- UUCP and variants:
- UUCP
- UUCP-g
[edit] See also
- File transfer
- Protocol (computing)
- Communications protocol
- Bulletin board system
- List of network protocols