Re: How to identify that extensions are not supported on SFTP server? [libcurl]

2023-11-22 Thread Dan Fandrich via curl-library
On Wed, Nov 22, 2023 at 07:26:15PM +, Nimit Dhulekar via curl-library wrote: > We have been using statvfs as a CURLOPT_QUOTE command via libcurl to identify > whether the entry on the SFTP server is a file or folder. Is there any way to > know in advance (preferably through libcurl) that a cert

How to identify that extensions are not supported on SFTP server? [libcurl]

2023-11-22 Thread Nimit Dhulekar via curl-library
Hi, We found that SFTP servers hosted on Azure blob storage do not support the statvfs extension. https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-known-issues#unsupported-operations We have been using statvfs as a CURLOPT_QUOTE command via libcurl to identify