Dear All,
I'm trying to make sftp client directory linsting , but in the folder there are 3500 files but it always detects only 98
i use the event
procedure TForm1.sftpclientDirectoryList(Sender: TObject; const Path: string;
const Handle: TBytes; FileInfo: TScSFTPFileInfo; EOF: Boolean);
begin
listbox1.Items.Add(fileinfo.Filename);
listbox2.Items.Add(DateToStr(fileinfo.Attributes.ModifyTime))
end;
i list ever 98 files of 3500.
SFTP DIRECTORY LISTING
Re: SFTP DIRECTORY LISTING
Unfortunately, we couldn't reproduce the issue with the latest SecureBridge version 9.0.2 in our environment using the data that you've provided.
Please make sure that you use version 9.0.2 and try reproducing the issue in our SFTPClient demo project. The demo project is located in the %SecureBridgeDemos%\Demos\SFTPClient directory, where %SecureBridgeDemos% is the SecureBridge Demo projects installation path on your computer.
If the issue persists, please tell us the exact version number of your SFTP server.
Please make sure that you use version 9.0.2 and try reproducing the issue in our SFTPClient demo project. The demo project is located in the %SecureBridgeDemos%\Demos\SFTPClient directory, where %SecureBridgeDemos% is the SecureBridge Demo projects installation path on your computer.
If the issue persists, please tell us the exact version number of your SFTP server.