Back to product page

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.

Platforms

Windows