FTP with CURLOPT_NOBODY different behavior when performing onnon-existing files #5953

2020-12-15 Thread Lukas Friembichler via curl-library
Hi all, I have run into a problem when updating to the most recent CURL release (7_74, I was on 7_70 before) - it seems I can no longer rename directories on my ftp server, I suspect due to issue #5953 Basically, what I'm doing is to upload a few files into a temporary folder on my FTP, then

Re: FTP with CURLOPT_NOBODY different behavior when performingonnon-existing files #5953

2020-12-15 Thread Lukas Friembichler via curl-library
Thanks for your reply Why can't your FTP server report the size of that file? It does exist. I was under the impression that this simply didn't work for directories (like I said I'm not a FTP expert), so I thought that was a 'feature'.. If I look at https://tools.ietf.org/html/rfc3659#section

Re: FTP with CURLOPT_NOBODY different behavior whenperformingonnon-existing files #5953

2020-12-18 Thread Lukas Friembichler via curl-library
executed and all is well again. So I guess that was simply a latent bug in my code brought to the fore, so all is good, thank you! Lukas On 15.12.2020 19:13, Tomalak Geret'kal via curl-library wrote: On 15/12/2020 17:51, Lukas Friembichler via curl-library wrote: Thanks for your reply