What standard protocols are implemented by the control?
The control implements the File Transfer Protocol (RFC 959), which is used for file transfer between a client and a server, and for remote management of files on a server. The Internet draft document “Securing FTP with TLS” describes a mechanism that can be used by FTP clients and servers to implement security and authentication using the TLS protocol defined by RFC 2246 and the extensions to the FTP protocol defined by RFC 2228. The control also implements portions of the HyperText Transfer Protocol. RFC 1945 documents Version 1.0 of the HyperText Transfer Protocol (HTTP), and RFC 2616 documents Version 1.1 of the protocol. These standards govern the communication of client applications such as browsers with web servers. The File Transfer Control implements the GET and PUT commands of these standards.