diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-30 20:31:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-30 20:31:11 +0000 |
commit | 5e0d9aea322ba3abfc05c937f91b5751768f2310 (patch) | |
tree | 0ade80f30096f37fcbc76176a5b82d86c9131f74 /docs | |
parent | ae13c93b7db9f9c68eaf95150ed551b3b649d8c4 (diff) |
Support for FTP third party transfers is now dropped
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 11 | ||||
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 12 |
2 files changed, 0 insertions, 23 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index ef771fee7..e71b7ea66 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1242,17 +1242,6 @@ Forces curl to use SSL version 2 when negotiating with a remote SSL server. .IP "-3/--sslv3" (SSL) Forces curl to use SSL version 3 when negotiating with a remote SSL server. -.IP "--3p-quote" -(FTP) Specify arbitrary commands to send to the source server. See the -\fI-Q/--quote\fP option for details. (Added in 7.13.0) -.IP "--3p-url" -(FTP) Activates a FTP 3rd party transfer. Specifies the source URL to get a -file from, while the "normal" URL will be used as target URL, the file that -will be written/created. - -Note that not all FTP server allow 3rd party transfers. (Added in 7.13.0) -.IP "--3p-user" -(FTP) Specify user:password for the source URL transfer. (Added in 7.13.0) .IP "-4/--ipv4" If libcurl is capable of resolving an address to multiple IP versions (which it is if it is ipv6-capable), this option tells libcurl to resolve names to diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index ad0582746..141323cf6 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -917,18 +917,6 @@ Try "AUTH SSL" first, and only if that fails try "AUTH TLS" .IP CURLFTPAUTH_TLS Try "AUTH TLS" first, and only if that fails try "AUTH SSL" .RE -.IP CURLOPT_SOURCE_URL -When set, it enables a FTP third party transfer, using the set URL as source, -while \fICURLOPT_URL\fP is the target. -.IP CURLOPT_SOURCE_USERPWD -Set "username:password" to use for the source connection when doing FTP third -party transfers. -.IP CURLOPT_SOURCE_QUOTE -Exactly like \fICURLOPT_QUOTE\fP, but for the source host. -.IP CURLOPT_SOURCE_PREQUOTE -Exactly like \fICURLOPT_PREQUOTE\fP, but for the source host. -.IP CURLOPT_SOURCE_POSTQUOTE -Exactly like \fICURLOPT_POSTQUOTE\fP, but for the source host. .IP CURLOPT_FTP_ACCOUNT Pass a pointer to a zero-terminated string (or NULL to disable). When an FTP server asks for "account data" after user name and password has been provided, |