We are still actively working on the spam issue.

Difference between revisions of "FTP"

From InstallGentoo Wiki
Jump to: navigation, search
m (category:software)
m (category:terms)
Line 12: Line 12:
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:Terms]]

Revision as of 15:32, 24 February 2016

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://[email protected]:21/directory

Many software programs are able to connect to FTP servers, such as Web Browsers. In addition, file managers (usually) have native FTP availability.

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.