Closed davecheney closed 8 years ago
Looks like http://example.com/foo/bar/
writes to bar
as one might want.
What do you think of
http://example.com/
-> example.com
http://example.com:8080/
-> example.com
?
cURL will fail is there is not remote path (eg. the end ends with a forward slash). I would say it's probably best to keep compatibility with it in terms of functionality for consistency sake
I'm pretty sure this can be closed, we now disallow -O without an obvious file name.
If the URI ends in a
/
we should either refuse to create the file, or substitute something else.