]> granicus.if.org Git - curl/commit
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2006 22:45:21 +0000 (22:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2006 22:45:21 +0000 (22:45 +0000)
commit2527b5301946539363754a390974cdd3a3d34485
treecb3118d3490244ef1ed0e9ca624501ec60e3fe24
parent78a47826b26d666586dc98028f38b5a0d6f59ad2
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
tool option named --ftp-alternative-to-user. It provides a mean to send a
particular command if the normal USER/PASS approach fails.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/ftp.c
lib/url.c
lib/urldata.h
src/main.c