Nachfolgend eine Auflistung der von ProFTPD unterstützten FTP Befehle. Diese Bezeichnungen können auch bei LIMIT Angaben verwendet werden.
| |
| APPEKurzform für APPEnd. Dieser Befehl dient zum Anhängen (Resume) von Dateien.
|
| CDUPKurzform für Change Directory UP, dieser Befehl wird verwendet eine Verzeichnisebene hochzuwechseln.
|
| CWDKurzform für Change Working Directory. Dient zum wechseln von Verzeichnissen.
|
| DELEKurzform für DELEte. Dieser Befehl dient zum löschen von Verzeichnissen.
|
| FEATKurzform fü FEATures.Dieser Befehl listet dem Client in Kurzform die Serverfeatures auf.
|
| |
| |
| MDTMKurzform für Mo Dification Ti Me, this command is used by the client to request the modification time of a file on the server. This command is not defined in any formal RFCs (yet), but is a commonly implemented FTP command. Note that this command cannot be used to change the modification time of the file on the server; it only reports on the file's modification time.
|
| MKDShort for Ma Ke Directory.
|
| |
| NOOPShort for NO OPeration. This command has no functionality, and is often used as a session keepalive mechanism.
|
| OPTSShort for OPTion S. This command is used to specify optional parameters for the command to follow the OPTS command, if that command supports such optional parameters.
|
| PASSShort for PASSword, the client uses this command to convey the password of the user attempting to log into the server.
|
| PASVShort for PASsi Ve, the client uses this command to ask the server for a port to which the client should connect, indicating a passive data transfer.
|
| PORTThe client uses this command to tell the server to what client-side port the server should contact; use of this command indicates an active data transfer.
|
| PWDShort for Print Working Directory.
|
| |
| RESTShort for RESTart, this command is used by the client to tell the server that it would like to restart a previous data transfer, either upload or download.
|
| RETRShort for RETRieve, this command is used by the client to inform the server of the file the client would like to download. On many FTP client, this is implemented using the client-specfic "get" command.
|
| RMDShort for Re Move Directory, this command is used to have the server delete the requested directory from its filesystem.
|
| RNFRShort for Re Name FRom.
|
| |
| SITEThis command is used for site-specific commands. See below for descriptions of proftpd's SITE commands.
|
| |
| |
| STORShort for STORe, this command is used by the client to tell the the server that the client will be uploading data for a file to stored on the server using the filename given. On many FTP clients, this is implemented using the client-specific "put" command.
|
| STOUShort for STOre Uunique, it requests that the file being stored on the server be given a unique filename. The server chooses the unique name for the stored file, and reports the name chosen back to the client. On some FTP clients, this ability is enabled using the client-specific "sunique" command.
|
| |
| |
| USERAn FTP client uses this command to inform the server of the name of the user requesting an FTP session.
|
| XCUPThis is an X-variant of the CDUP command, and has the same functionality.
|
| XCWDThis is an X-variant of the CWD command, and has the same functionality.
|
| XMKDThis is an X-variant of the MKD command, and has the same functionality.
|
| XPWDThis is an X-variant of the PWD command, and has the same functionality.
|
| XRMDThis is an X-variant of the RMD command, and has the same functionality. |