FTP
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=File transfer |released=1971 }} '''FTP''' (File Transfer Protocol) is a longstanding Internet protocol used to transfer files betw...") |
(Category:Protocols) |
||
(2 intermediate revisions by one user not shown) | |||
Line 8: | Line 8: | ||
With the rise of the World Wide Web, it is less-used for one of its original purposes, of downloading files (such as programs and data) from remote sites, since [[HTTP]] can be used for that, but it is still widely used for uploading files to remote servers (something less well-supported by HTTP), and is often the way one gets Web pages live after developing them on a local computer. However, the increasing use of server-based web frameworks and environments, such as WordPress, is reducing the instances of creating and editing content on local PCs and sending them to a server by FTP, so usage is likely going down. | With the rise of the World Wide Web, it is less-used for one of its original purposes, of downloading files (such as programs and data) from remote sites, since [[HTTP]] can be used for that, but it is still widely used for uploading files to remote servers (something less well-supported by HTTP), and is often the way one gets Web pages live after developing them on a local computer. However, the increasing use of server-based web frameworks and environments, such as WordPress, is reducing the instances of creating and editing content on local PCs and sending them to a server by FTP, so usage is likely going down. | ||
+ | |||
+ | FTP downloads can be linked on the Web via [[URL]]s of the syntax '''ftp://host.domain.example/path/filename.txt'''. | ||
== Specs, Standards, and Proposals == | == Specs, Standards, and Proposals == | ||
Line 23: | Line 25: | ||
== Other links == | == Other links == | ||
* [[Wikipedia:File Transfer Protocol|Wikipedia article]] | * [[Wikipedia:File Transfer Protocol|Wikipedia article]] | ||
+ | * [http://ascii.textfiles.com/archives/4199 FTP’s Bright Sunset and Frozen Night] | ||
+ | |||
+ | [[Category:Protocols]] |
Latest revision as of 20:54, 3 March 2017
FTP (File Transfer Protocol) is a longstanding Internet protocol used to transfer files between Internet-connected systems. It actually predates basic Internet protocols such as TCP/IP and even the name "Internet" itself, and was used on the ARPAnet in the 1970s.
With the rise of the World Wide Web, it is less-used for one of its original purposes, of downloading files (such as programs and data) from remote sites, since HTTP can be used for that, but it is still widely used for uploading files to remote servers (something less well-supported by HTTP), and is often the way one gets Web pages live after developing them on a local computer. However, the increasing use of server-based web frameworks and environments, such as WordPress, is reducing the instances of creating and editing content on local PCs and sending them to a server by FTP, so usage is likely going down.
FTP downloads can be linked on the Web via URLs of the syntax ftp://host.domain.example/path/filename.txt.
[edit] Specs, Standards, and Proposals
- RFC 114
- RFC 765
- RFC 959 (official standard)
- RFC 1639
- RFC 2228
- RFC 2389
- RFC 2428
- RFC 2640
- RFC 3659
- RFC 5797