Difference between revisions of "File Transfer Protocol"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (Protocols -> protocols)
(→‎Links: notes: 2006-07-23 strange FTP problem)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=={{hide|Navbar}}==
 
=={{hide|Navbar}}==
[[Category:protocols]][[computing]]: [[software]]: [[file transfer protocol]]{{seed}}
+
[[Category:protocols]][[computing]]: [[software]]: [[File Transfer Protocol]]{{seed}}
 
==Overview==
 
==Overview==
[[file transfer protocol|File transfer protocol]], or FTP for short, is an [[open protocol]] for transferring file and directory information between computers. It has a [[client-server]] architecture, i.e. one end must run an FTP server (often referred to as ftpd, for FTP Daemon), and the other end must run an ftp client.
+
[[File Transfer Protocol]], or FTP for short, is an [[open protocol]] for transferring file and directory information between computers. It has a [[client-server]] architecture, i.e. one end must run an FTP server (often referred to as ftpd, for FTP Daemon), and the other end must run an ftp client.
 
==Reference==
 
==Reference==
 
* RFC 959 is the original specification for FTP but does not include some later enhancements such as EPRT
 
* RFC 959 is the original specification for FTP but does not include some later enhancements such as EPRT
 
* {{wikipedia|File Transfer Protocol}}
 
* {{wikipedia|File Transfer Protocol}}
 +
==Links==
 +
* [http://slacksite.com/other/ftp.html Active FTP vs. Passive FTP, a Definitive Explanation]
 +
==Notes==
 +
* [[2006-07-23 strange FTP problem]]

Latest revision as of 22:16, 7 August 2006

Navbar

computing: software: File Transfer Protocol

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Overview

File Transfer Protocol, or FTP for short, is an open protocol for transferring file and directory information between computers. It has a client-server architecture, i.e. one end must run an FTP server (often referred to as ftpd, for FTP Daemon), and the other end must run an ftp client.

Reference

  • RFC 959 is the original specification for FTP but does not include some later enhancements such as EPRT
  • Wikipedia

Links

Notes