error report: LoopFiles method doesn't work with (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hello,
I'm using the sftp client component with vb6. In general i find the Loopfiles-method very useful, but now i found a problem:
If the LoopItem gets on a socket file
(for example: srwxrwxrwx 1 root other 0 Aug 14 12:21 X0 )
it detects obviously a directory (ItemType = 0) and if you don't set the Skip-parameter True , the whole method breaks with error 30018 - general failure . But i have no possibility to detect the filetype.
Would it be possible to create in the next release an further parameter FileInfo as String for SFTP_LoopFiles, as it is in SFTP_ListItems (Method ListDir)? This would make it easy to create a workaround in similar cases and help me to become my program even faster.
Thank you!
Best Regards,
stefan