Supported FTP Commands
ABOR
APPE
AUTH
mod_tls
)
CDUP
CWD
DELE
EPRT
PORT
command that can handle IPv6
addresses.
EPSV
PASV
command that can
handle IPv6 addresses.
FEAT
HELP
LIST
MDTM
MKD
NLST
NOOP
OPTS
OPTS
command, if that command supports such optional parameters.
PASS
PASV
PBSZ
mod_tls
)
PORT
PROT
mod_tls
)
PWD
QUIT
REST
RETR
RMD
RNFR
RNTO
SITE
proftpd
's SITE commands.
SIZE
STAT
STOR
STOU
SYST
TYPE
USER
XCUP
CDUP
command,
and has the same functionality.
XCWD
CWD
command,
and has the same functionality.
XMKD
MKD
command,
and has the same functionality.
XPWD
PWD
command,
and has the same functionality.
XRMD
RMD
command,
and has the same functionality.
Supported SITE
commands
CHGRP
Example:
SITE CHGRP ftpgroup script.cgi
CHMOD
Example:
SITE CHMOD 755 script.cgi
HELP
MKDIR
MKD
command, this
SITE
can be used to create a directory. It will, unlike
MKD
, also create any directories in the path that do
not exist.
Example:
SITE MKDIR /path/to/some/dir/that/is/not/there/Supported by the
mod_site_misc
module.
RMDIR
RMD
command, this
SITE
can be used to remove a directory. It will, unlike
RMD
, also delete any files in the directory.
Example:
SITE RMDIR /path/to/some/dir/with/files/Supported by the
mod_site_misc
module.
SYMLINK
Example:
SITE SYMLINK src destSupported by the
mod_site_misc
module.
UTIME
Example:
SITE UTIME 200412312359 /path/to/some/file.txtSupported by the
mod_site_misc
module.
Unsupported FTP Commands
ACCT
ALLO
MACB
MODE
proftpd
only
supports one (i.e. Stream), and thus this command is not
supported.
REIN
SMNT
STRU
proftpd
only supports a
STRU
parameter of type F (for "file"),
and so does not support this command.