blob: 946e2f07a233fb2f273aefd628e8a5c62743317d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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.