curl/include/curl
Daniel Stenberg 177dbc7be0 Ian Ford asked about support for the FTP command ACCT, and I discovered it is
present in RFC959... so now (lib)curl supports it as well. --ftp-account and
CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
string after PASS have been sent away. The client responds with "ACCT [account
string]".) Added test case 228 and 229 to verify the functionality. Updated
the test FTP server to support ACCT somewhat.
2005-01-25 22:13:12 +00:00
..
.cvsignore ignore .dist files here 2003-10-30 13:07:36 +00:00
Makefile.am make clean now removes *dist files too that might be leftovers from 2004-03-25 11:34:35 +00:00
curl.h Ian Ford asked about support for the FTP command ACCT, and I discovered it is 2005-01-25 22:13:12 +00:00
curlver.h next release will be 7.13.0 2005-01-22 19:26:37 +00:00
easy.h Changes for removing libcurl.def file on Win32. 2004-11-09 14:02:58 +00:00
mprintf.h fix curl.h include 2004-11-11 08:03:43 +00:00
multi.h skip sys/socket.h on windows CE 2005-01-18 15:13:23 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00