blob: 946e2f07a233fb2f273aefd628e8a5c62743317d [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Long: path-as-is
2Help: Do not squash .. sequences in URL path
3Added: 7.42.0
4---
5Tell curl to not handle sequences of /../ or /./ in the given URL
6path. Normally curl will squash or merge them according to standards but with
7this option set you tell it not to do that.