hello friends! new(ish)!

FTP

From InstallGentoo Wiki v2
Revision as of 20:27, 31 October 2015 by >Chocolate Chip (create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The File Transfer Protocol is a protocol developed in the early 1980's for fast transfer of files from server to server. It is slowly becoming defunct.

URI Scheme

The FTP Protocol follows a simple URI scheme: ftp://user@server.org:21/directory

Problems

In the official specification of the FTP Protocol, it uses a large amount of un-defined words that is hard to find the definitions to. Furthermore, even if it breaks it, the files transfered are converted to ASCII. Many people have switched over to SSH transfers.