Code: Select all
...
Ftp->OnDirectoryList = MyOnDirectoryList;;
TScSFTPFileHandle Handle = Ftp->OpenDirectory(FtpPath);
if(!Ftp->EOF)
{
Ftp->ReadDirectory(Handle);
Ftp->CloseHandle(Handle);
}
...
Is there a chance to increase it?
I am still using SecureBridge version 6.0.