Page 1 of 1

many files upload to the server in SecureBridge 9.2 for Delphi 6

Posted: Thu 07 May 2020 09:19
by JanekRoos
Hello!
How to implement many files upload to the server in SecureBridge 9.2 for Delphi 6 Note: Requires Update Pack 2 (Delphi 6 Build 6.240).
Currently I can upload only on file and the next file.
How can I upload many files in one attempt?
I am using SecureBridge for Delphi 6\Demos\SFTPClient.

Kind Regards,
Janek Parviste from Estonia

Re: many files upload to the server in SecureBridge 9.2 for Delphi 6

Posted: Thu 07 May 2020 13:52
by ViktorV
The FTP protocol doesn't allow batch uploading files to the server, you should upload files one by one.