File Transfer Protocol: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
 
m Protocols -> protocols
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|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.

Revision as of 12:36, 23 July 2006

computing: software: file transfer protocol<hide>

 page status::seed

</hide>

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 (File Transfer Protocol)