diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-23 10:12:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-23 10:12:28 +0000 |
commit | 50e9f8ffd351294a13924b8064b87957a9956f4d (patch) | |
tree | f046b6ffdb59f7d1d86772226d712381a5a1cda5 /docs/FAQ | |
parent | 7d3daa598f3b323bbc30a9eda0585ed065e8396d (diff) |
grammar grammar!
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ FAQ curl -d "datatopost" -H "Content-Type: text/xml" [URL] - 3.12 Why do FTP specific features over HTTP proxy fails? + 3.12 Why do FTP specific features over HTTP proxy fail? Because when you use a HTTP proxy, the protocol spoken on the network will be HTTP, even if you specify a FTP URL. This effectively means that you |