You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out. Unfortunately the only "fix" so far is adding this issue to the TODO and an update to the man page so that the list of protocols for which the option works is correct.
lockbot
locked as resolved and limited conversation to collaborators
May 6, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use libCURL and CURLOPT_PREQUOTE works fine for FTP.
But for SFTP (SSH), the CURLOPT_QUOTE and CURLOPT_POSTQUOTE work.
We would like to use CURLOPT_PREQUOTE for a mkdir command, but it is not executed.
Tested with LibCURL 7.53.1, LibSSH 1.8.0.
The text was updated successfully, but these errors were encountered: