-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTP prequotes ignored if URL is directory #8602
Comments
I don't think it ever worked like that and I don't know why it doesn't... Try this: |
Hmmm, thanks, it works, but I indeed expected the original to work too. |
It seems the state machine was just never done for doing "prequotes" for directory listings! |
I'm not too eager to work on polishing the FTP state machine to make this work. At least not in the short term. I personally will prefer to document this as a known limitation for the prequote functionality. |
Also add to quote.d. Add to TODO as something to add in a future. Reported-by: anon00000000 on github Closes #8602
I did this
I expected the following
DELE dummy
command sent after CWD.curl/libcurl version
Reproduced with the latest (7.82.0) static build from the download page.
operating system
Ubuntu 18.04.6
Linux ZBook-user 5.4.0-104-generic #118~18.04.1-Ubuntu SMP Thu Mar 3 13:53:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
A debug build of curl git did assure me the prequotes were ignored. Using postquotes work.
The text was updated successfully, but these errors were encountered: