FTP

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Category:Protocols)
 
(One intermediate revision by one user not shown)
Line 25: 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

File Format
Name FTP
Ontology
Released 1971

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

[edit] Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox