Changes

782 bytes removed ,  12 years ago
Line 19: Line 19:  
==Current FTP Standard Specification==
 
==Current FTP Standard Specification==
 
The latest FTP standard specification implemented by the [[IETF|Internet Engineering Task Force]] was  RFC 959 which was published by [[Jon Postel]] and [[Joyce Reynolds]] in October, 1985. The current RFC includes new commands such as CDUP (Change to Parent Directory), SMNT (Structure Mount), STOU (Store Unique), RMD (Remove Directory), MKD (Make Directory), PWD (Print Directory) and SYST (System).<ref>[http://tools.ietf.org/html/rfc959 RFC 959]</ref>
 
The latest FTP standard specification implemented by the [[IETF|Internet Engineering Task Force]] was  RFC 959 which was published by [[Jon Postel]] and [[Joyce Reynolds]] in October, 1985. The current RFC includes new commands such as CDUP (Change to Parent Directory), SMNT (Structure Mount), STOU (Store Unique), RMD (Remove Directory), MKD (Make Directory), PWD (Print Directory) and SYST (System).<ref>[http://tools.ietf.org/html/rfc959 RFC 959]</ref>
  −
==FTP Commands==
  −
===Access Control Commands===
  −
* USER NAME (USER)
  −
* PASSWORD (PASS)
  −
* ACCOUNT (ACCT)
  −
* CHANGE WORKING DIRECTORY (CWD)
  −
* CHANGE TO PARENT DIRECTORY (CDUP)
  −
* STRUCTURE MOUNT (SMNT)
  −
* REINITIALIZE (REIN)
  −
* LOGOUT (QUIT)
  −
  −
===Transfer Parameter Commands===
  −
* DATA PORT (PORT)
  −
* PASSIVE (PASV)
  −
* REPRESENTATION TYPE (TYPE)
  −
* FILE STRUCTURE (STRU)
  −
* TRANSFER MODE (MODE)
  −
  −
===FTP Service Commands===
  −
* RETRIEVE (RETR)
  −
* STORE (STOR)
  −
* STORE UNIQUE (STOU)
  −
* APPEND (with create) (APPE)
  −
* ALLOCATE (ALLO)
  −
* RESTART (REST)
  −
* RENAME FROM (RNFR)
  −
* RENAME TO (RNTO)
  −
* ABORT (ABOR)
  −
* DELETE (DELE)
  −
* REMOVE DIRECTORY (RMD)
  −
* MAKE DIRECTORY (MKD)
  −
* PRINT WORKING DIRECTORY (PWD)
  −
* LIST (LIST)
  −
* NAME LIST (NLST)
  −
* SITE PARAMETERS (SITE)
  −
* SYSTEM (SYST)
  −
* HELP (HELP)
  −
* NOOP (NOOP)
      
==Anonymous FTP==
 
==Anonymous FTP==