Re: How to do optimal FTP upload for multiple files?

2019-07-25 Thread Daniel Stenberg via curl-library
On Wed, 24 Jul 2019, Taras Kushnir wrote: I disabled UPLOAD_BUFFERSIZE and after upgrade 3 different users reported that now they upload without issues (libcurl 7.65.3). That certainly indicates we have a bug in there somewhere... The thing is that libcurl uploads whole file (confirmed by

Re: How to do optimal FTP upload for multiple files?

2019-07-25 Thread Daniel Stenberg via curl-library
On Thu, 25 Jul 2019, Taras Kushnir wrote: (Please stop the top-posting, it is highly confusing) Resume code originates from https://curl.haxx.se/libcurl/c/ftpuploadresume.html Right, but then it wasn't libcurl doing it, it was your application... -- / daniel.haxx.se | Get the best

Re: How to do optimal FTP upload for multiple files?

2019-07-25 Thread Taras Kushnir via curl-library
Resume code originates from https://curl.haxx.se/libcurl/c/ftpuploadresume.html On Jul 25, 2019, at 08:55, Daniel Stenberg mailto:dan...@haxx.se>> wrote: On Wed, 24 Jul 2019, Taras Kushnir wrote: I disabled UPLOAD_BUFFERSIZE and after upgrade 3 different users reported that now they upload

Re: Regarding Async DNS resolver

2019-07-25 Thread Daniel Stenberg via curl-library
On Tue, 23 Jul 2019, Amit wrote: I have added the changes under compile time switch (HAVE_SOCKET) to fix compilation on Windows. I think you meant HAVE_SOCKETPAIR ? But also, you reintroduced several of the code style fixes. I propose you run 'make checksrc' to have the build point out