Difference between revisions of "FTP"

From Market Ruler Help
Jump to: navigation, search
(Created page with '''Acronym''. '''F'''ile '''T'''ransfer '''P'''rotocol. '''FTP''' is a protocol used to navigate remote file systems over the internet, and supports uploading files, downloading ...')
 
m
Line 12: Line 12:
 
=See also=
 
=See also=
 
* [[Internet Protocols]]
 
* [[Internet Protocols]]
* [[Protocol:http|Secure HTTP]] Protocol
+
* [[HTTP|Secure HTTP]] Protocol
* [[Protocol:https|FTP]] Protocol
+
* [[HTTPS|FTP]] Protocol
 
* [[URL]]
 
* [[URL]]
  
 
=Learn more=
 
=Learn more=
 
* [http://www.ietf.org/rfc/rfc959.txt FTP Protocol Specification] as defined by the [[IETF]], [[RFC]] 959
 
* [http://www.ietf.org/rfc/rfc959.txt FTP Protocol Specification] as defined by the [[IETF]], [[RFC]] 959
 +
 +
[[Category:Acronym]]
 +
[[Category:Glossary]]

Revision as of 02:46, 15 October 2009

Acronym. File Transfer Protocol.

FTP is a protocol used to navigate remote file systems over the internet, and supports uploading files, downloading files, renaming, and deleting files, and a variety of other file management functions.

It is in relatively common use today, but because of its design and difficulties traversing Firewalls, its use has dwindled since the advent of the internet.

A URL for a FTP server begins with:

ftp://

See also

Learn more