Re: ListDirData Event (General questions)
Hi David,
We have some simple ListDirData sample for VB6.
[code]Private Sub FtpD_ListDirData(ByVal User As wodFTPDComLib.IFtpUser, DirData() As Byte, ByVal NamesOnly As Boolean)
Dim out As String
NamesOnly = True
out = out + -rw-rw-rw 1 root root 449 Aug 18 14:04 test.txt + vbLf
out = out + -rw-rw-rw 1 root root 40939 Jan 18 12:02 test.html
DirData = StrConv(out, vbFromUnicode)
End Sub[/code]
Is there any chance you can try something like that in C++ builder?
Let us know how it goes.
Regards,
Drazen