Gambas-it

Gambas3 => Domande tecniche => Topic aperto da: vuott - 19 Maggio 2013, 23:04:54

Titolo: Aggiunte risorse nella classe FtpClient del componente gb.net.curl
Inserito da: vuott - 19 Maggio 2013, 23:04:54
Riporto il messaggio di Minisini apparso in una discussione nella Mailing List internazionale:


« In revision #5663, I have added a Progress event to the FtpClient class,
that is raised regularly while something is uploaded or downloaded.

And I added four new properties to get the information about the
progress: Downloaded, Uploaded, TotalDownloaded and TotalUploaded. I
think they return byte counts, but the libcurl documentation is not very
clear.

--
Benoît Minisini
»


« I don't seem to be able to get the progress event to fire during an upload.
 
Shane
»


« Indeed. Apparently I did as the curl documentation said, but the curl
progress callback is never called. I will investigate...

--
Benoît Minisini
»


« OK, my fault. The problem should be fixed in revision #5675.

Regards,
--
Benoît Minisini
»