File Transfer Protocol

From FileZilla Wiki
Revision as of 19:58, 1 November 2007 by 68.178.250.61 (talk)
Jump to navigationJump to search

music software link bed sheets secured credit cards harley davidson parts apartment search web site swing dance songs hamilton apartment list of spices and herbs race car part cincinnati super bowl commericals 2005 homepage what is naproxen cigarettes discount word perfect converter mac os x quotes independent living centers california miniature car models alfa romeo insufficient attributes were given to create an object neon blues download sex video site wholesale and gift and personalized diaper coupons sirius radio austin rental wedding iron sy statewide criminal record check home free ringtone for motorola phone inorganic chemistry labs free e card top 100 radio personality order fluoxetine recipe for cooking a turkey sinkhead.info mexican single woman animal fact for kid vicodin luxury cars modified frequency modulation environmental policy haven holidays acoustic christian songs white book 20 nebulizer roosevelt university mortgage refinancing company mountain bike kilkenny design center index toy distributors uk jeep parts and accessories 2007 toyota tundra epithelium tissue slides about iraq war social studies games kids free ringtone for nokia government job buy lorazepam online verizon ringtone open new mail yahoo stanley tools shipping companies opening packages ubuntu breezy gnome japanese knives new york violent outburst index index spoiler to american funds investment new york tourist all inclusive vacation in mexico effects of slave trade on africa buy diazepam asian xxx radyo ses kohler sinks wholesale nike shoes nor cote international inc what is diminishing returns map research paper ideas in psychology arts competition festival performing rolex replica nine mens morris game credit cards 0 balance transfers liberty racing west aston martin photo audio call conference web grease pugle dog picture personal webcam air trans free mobile games bowflex abdominal pain portable flash drives site download sony ringtones FTP or file transfer protocol is a commonly used protocol for exchanging files over any network that supports the TCP/IP protocol (such as the Internet or an intranet). There are two computers involved in an FTP transfer: a server and a client. The FTP server, running FTP server software, listens on the network for connection requests from other computers. The client computer, running FTP client software, initiates a connection to the server. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on. Any software company or individual programmer is able to create FTP server or client software because the protocol is an open standard. Virtually every computer platform supports the FTP protocol. This allows any computer connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access).

More information about FTP can be found in the Wikipedia article about FTP or in the documents linked below.

Technical Specifications

  • RFC 959 "FILE TRANSFER PROTOCOL"
    This document describes the basic FTP protocol.
  • RFC 854 "TELNET PROTOCOL SPECIFICATION"
    The FTP protocol is implemented on top of Telnet which is specified in this document. Especially the specification of the NVT (Network Virtual Terminal) is of importance.

Protocol extensions

  • RFC 2228 "FTP Security Extensions"
    This document describes the mechanism to use different authentication and encryption schemes using commands like AUTH, PROT and related new commands.
  • RFC 2389 "Feature negotiation mechanism for the File Transfer Protocol"
    Describes the FEAT command to detect available protocol extensions and the OPTS command to change the behaviour of some features.
  • RFC 2428 "FTP Extensions for IPv6 and NATs"
    This RFC makes the FTP protocol ready for IPv6
  • RFC 2640 "Internationalization of the File Transfer Protocol"
    Describes the use of UTF-8 encoding for filenames. Since the original FTP standard did only allow 7-bit US-ASCII as encoding, this extension is fully backwards compatible. However, a few servers and clients are wrongly assuming the local encoding is used for the FTP protocol. Thus this extension seemingly creates incompabilities where there in fact are none.
  • RFC 4217 "Securing FTP with TLS"
    This RFC describes how to secure the FTP with TLS by using the commands introduced in RFC 2228. It should be noted, that this RFC for the most part also applies to FTP over SSL.
  • IETF Draft for MLST
    This draft introduces the MLS* family of commands for a machine parsable directory listing format. It also clarifies the use of REST and introduces a specified way to present the server's directory structure using TVFS (Trivial Virtual File Store). In addition, it introduces the SIZE and MDTM commands. It makes it very clear, that the MDTM command should only be used to get the timestamp of a file and should not be used to set the timestamp, as that would add ambiguity.
  • IETF Draft for deflate compression
    This document describes a method to compress the transfer channel using the deflate compression algorithm. For that, it introduces the "MODE Z" command.
  • EPLF specification "Easily Parsed LIST Format"
    Describes a machine parsable directory listing format.
  • The 'MFxx' Command Extensions for FTP. This IETF draft describes the MFMT command to change the file modification time.

Additional documents

  • RFC 2577 "FTP Security Considerations"
    This document discusses the security of the FTP protocol in general and considers things like FTP Bounce Attacks