wodFtpDLX ActiveX Control - DirFormats Enumeration
    
 

Remarks
These constants define file listing type on the server. 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 fmtWindows. Specifically, VanDyke's SSH2 server has a bit different format that is parsed differently.

If you're unsure which format to select, try fmtAuto. Correct setting for DirFormat ensures proper parsing and showing items in wodFtpDLX window.

In future it is possible that wodFtpDLX will implement other formats too, on your request.

 

Members

Constant Value Description
 fmtAuto 0 Automatically determines remote format.
 fmtUNIX 1 Remote format is UNIX alike.
 fmtWindows 2 Remote format is Windows alike.
 fmtVShell 3 Remote format is VShell2.1