Value |
Description |
ftpDirectoryAuto |
This value specifies that the control should automatically
determine the format of the file lists returned by the server. It
is recommended that most applications use this value and allow
the control to automatically determine the appropriate file
listing format used by the server. |
ftpDirectoryUNIX |
This value specifies that the server returns file lists in
the format commonly used by UNIX servers. Note that many servers
can be configured to return file listings in this format, even if
they are not actually a UNIX based platform. Consult the
technical reference documentation for your server for more
information. |
ftpDirectoryMSDOS |
This value specifies that the server returns file lists in
the format commonly used by MS-DOS based systems. This includes
Windows IIS servers. Long file names will be returned if
supported by the underlying filesystem, such as NTFS or
FAT32. |
ftpDirectoryVMS |
This value specifies that the server returns file lists in
the format commonly used by VMS servers. Note that VMS servers
can be configured to return a standard UNIX style listing in
additional to the default VMS format. |
ftpDirectorySterling1 |
This value specifies that the server returns file listings in
a proprietary format used by the Sterling server, which is used
for EDI (Electronic Data Interchange) applications. This format
uses a 13 byte status code. |
ftpDirectorySterling2 |
This value specifies that the server returns file listings in
a proprietary format used by the Sterling server, which is used
for EDI (Electronic Data Interchange) applications. This format
uses a 10 byte status code. |
ftpDirectoryNetWare |
This value specifies that the server returns file listings in
a proprietary format used by NetWare servers. The format is
similar to UNIX style listings except that file access and
permissions are indicated by letter codes enclosed in brackets.
This is the default format selected if the server identifies
itself as a NetWare system. |
ftpDirectoryMLSD |
This value specifies that the server should return file
listings in a machine-independent format as defined by RFC 3659.
This format specifies file information as a sequence of
name/value pairs, with the same format being used regardless of
the operating system that the server is hosted on. Note that not
all servers support this format, and some proxy servers may
reject the command even if the remote server supports its use. |