Thanks a lot for your quick response.
Actually, our requirement is to get the data in following format from DIR OR LIST Command OR by using GetList() Method.
/// Volume Unit Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname
/// TST333 3390 2011/10/20 1 1 VB 1500 3200 PS G0004V00
/// TST393 3390 2011/10/20 1 1 VB 1500 3200 PS G0005V00
/// Migrated G0006V00
/// TST018 3390 2011/10/20 1 1 VB 1500 3200 PS G0007V00
We have an old code which is using basic windows APIs like FtpFindFirstFile && InternetFindNextFile. It returns the data as shown above. I am trying to upgrade our code for SecureFTP using your trial version. Once our POC is tested successfully, we will start the license purchase process.
Is there any way, I can get the data about the files/folders present in any directory?
Thanks
Harsh