Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
DirFormats Enumeration
Expected file listing type on the server.
Remarks
Members
Member | Description |
---|---|
Auto | Automatically determines remote format. |
UNIX | Remote format is UNIX alike. |
Windows | Remote format is Windows alike. |
VShell | Remote format is VShell2.1 |
Use these constants with DirFormat property.
Basically, there are two listing types. UNIX is most known and supported almost by all FTP servers, but lately Windows (and older DOS ftp servers) use a bit different format defined here as Windows. Specifically, VanDyke's SSH2 server has a bit different format that is parsed differently. If you're unsure which format to select, try Auto. Correct setting for DirFormat ensures proper parsing and showing items in wodFtpDLX.NET window.
In future it is possible that wodFtpDLX.NET will implement other formats too, on your request.