TScSFTPClient no progress on sending a file
Posted: Fri 10 Oct 2014 10:40
I use TScSFTPClient (with Delphi XE6) for sending of large files to a SFTP-Server.
I will show the count of bytes, which are sending.
eg. Sending/FileSize
32000/10100100
64000/10100100
96000/10100100
....
The component TScSFTPClient has no Action for count of the sending bytes.
How can get the sending bytes?
I can show the received bytes from a SFTP_Server by the Action OnData.
This Action does not work on sending.
I will show the count of bytes, which are sending.
eg. Sending/FileSize
32000/10100100
64000/10100100
96000/10100100
....
The component TScSFTPClient has no Action for count of the sending bytes.
How can get the sending bytes?
I can show the received bytes from a SFTP_Server by the Action OnData.
This Action does not work on sending.