Re: resume of interrupted transfers from/to SMB shares not working as I had hoped

2019-07-30 Thread Daniel Stenberg via curl-library
On Tue, 30 Jul 2019, Alfred Eisenberg (aeisenbe) via curl-library wrote: Does the latest curl library fully support resume of interrupted uploads to SMB shares? I don't think it does. I find no references to resume at all in the lib/smb.c source code... :-( -- / daniel.haxx.se | Get the

resume of interrupted transfers from/to SMB shares not working as I had hoped

2019-07-30 Thread Alfred Eisenberg (aeisenbe) via curl-library
Does the latest curl library fully support resume of interrupted uploads to SMB shares? By fully I mean avoiding copying the first part or seeking to EOF over the SMB connection. If so should it also work for upload to SMB share as well as download? To test it using curl 7.65.3 on MacOS