> Am 27.03.2024 um 12:05 schrieb Matt Barnett via curl-library 
> <curl-library@lists.haxx.se>:
> 
> Hi All
> 
> I have noticed a possible issue in 8.7.1...
> 
> I am using libcurl within Visual Studio 2019 C++ on Win x64 to upload files 
> via SFTP
> 
> With 8.6.0 all works great but when I compile the same project using libs 
> built against 8.7.1 I see the following error :
> * client read function EOF fail, only 127391/129435 of needed bytes read
> 
> Before I upload the file I do output the file_info.st_size to my log and it 
> confirms my local file size as 129435 bytes
> I think the issue is related to the changes in "file: use xfer buf for 
> file:// transfers [23]"
> 
> Before I waste anyone's time by raising a bug (and before I investigate 
> myself with my admittedly rusty c skills) I wondered if anyone else was 
> seeing the same?
> 
> First time post to the list - hope I've followed the rules 

Hi Matt,

that sounds like a bug in the refactored code. We would need more information 
like how you setup the transfer and a log to find out what is going wrong for 
you. It's probably best to do that in a github issue.

Kind Regards,
Stefan

> 
> 
> 
> 
> -- 
> Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
> Etiquette:   https://curl.se/mail/etiquette.html

-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to