Hi,

someone pointed out that he has problems with uploading files > 2 GiB with
the FtpClient. FileZilla and the curl command line tool are working fine so
it's neither curl nor the server who are misbehaving.

I don't know curl very well but the ftpupload.c example in the curl sources
uses a CURLOPT_INFILESIZE_LARGE option which may be the thing the FtpClient
needs to do, too. CURLOPT_MAXFILESIZE_LARGE may be the download equivalent,
although I don't know if the download file size is limited by default...
Both options are available since version 7.11 of curl.

Could anyone with knowledge about curl comment on this, please?

Regards,
Tobi

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to