- Oct 31, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- which now is made using a macro named FTPSENDF. I turned it all caps just to make it more visible that it is in fact a macro.
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Oct 04, 2001
-
-
Daniel Stenberg authored
-
- Oct 02, 2001
-
-
Daniel Stenberg authored
-
- Oct 01, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 28, 2001
-
-
Daniel Stenberg authored
same socket and it was available from the passed-in struct anyway!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
renamed all static ^_ftp_* functions to ^ftp_, prefixing with underscore is not nice
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 23, 2001
-
-
Daniel Stenberg authored
RETR fails, this corrects it.
-
- Sep 14, 2001
-
-
Daniel Stenberg authored
-
- Sep 13, 2001
-
-
Daniel Stenberg authored
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Sep 05, 2001
-
-
Sterling Hughes authored
8 this looked quite funny :) Added a small formatting section for vim at the bottom, it also contains an emacs portion (copied it from another project I'm working on), I don't know if this is correct, but its a step (the vim part is correct :)
-
- Aug 30, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
be posted in a minute to the libcurl list.
-
- Aug 23, 2001
-
-
Daniel Stenberg authored
huge monster function _ftp() into more little functions. There are still more that can be done, but this is at least improving readability and maintainability... :-)
-
- Aug 18, 2001
-
-
Sterling Hughes authored
Use a more appropriate variable name </couldn't resist>
-
- Aug 17, 2001
-
-
Daniel Stenberg authored
-
- Aug 15, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sterling Hughes authored
-
Sterling Hughes authored
"%" -> "%s"
-
Sterling Hughes authored
declare at the top of the file, put the private functions at the bottom of the file, however, this is clearer imho (since _ftp is already there).
-
Sterling Hughes authored
must merge before commit must merge before commit
-
Sterling Hughes authored
-
- Aug 14, 2001
-
-
Daniel Stenberg authored
good on VMS. Removed a '#if 0' section, made Curl_getmyhost static and cut off the 'Curl_' prefix
-
Daniel Stenberg authored
over to ssize_t that is signed. Removed all the special-purpose VMS #ifdefs that were added for this.
-
- Aug 06, 2001
-
-
Daniel Stenberg authored
forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed.
-
- Jun 19, 2001
-
-
Daniel Stenberg authored
-
- May 14, 2001
-
-
Daniel Stenberg authored
-
- May 12, 2001
-
-
Daniel Stenberg authored
-
- May 11, 2001
-
-
Daniel Stenberg authored
already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra actions need to be taken and it is as if a transfer had been successfully performed.
-
- May 08, 2001
-
-
Daniel Stenberg authored
SIZE doesn't work, we just don't output any size info!
-
- Apr 26, 2001
-
-
Daniel Stenberg authored
chunks, which makes it a lot faster and will make ftps work better...
-
- Apr 18, 2001
-
-
Daniel Stenberg authored
main handle struct to work with persistant connections
-
- Apr 17, 2001
-
-
Daniel Stenberg authored
-