index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ftp.c
Age
Commit message (
Expand
)
Author
2006-01-24
Michal Marek provided a patch for FTP that makes libcurl continue to try PASV
Daniel Stenberg
2006-01-19
Duane Cathey was one of our friends who reported that curl -P [IP]
Daniel Stenberg
2006-01-19
Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only)
Daniel Stenberg
2006-01-12
Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru
Daniel Stenberg
2006-01-12
Michael Jahn fixed ftp over CONNECT
Daniel Stenberg
2006-01-10
When using a bad path over FTP, as in when libcurl couldn't CWD into all
Daniel Stenberg
2005-12-11
Undo last changes
Yang Tse
2005-12-11
Avoid generation of additional warnings
Yang Tse
2005-12-11
Fix compiler warning and compatibility issue with the type of the parameter u...
Yang Tse
2005-12-05
Another Yang Tse warning cleanup raid!
Daniel Stenberg
2005-11-28
new experimental "ftp method" code
Daniel Stenberg
2005-11-14
Jan Kunder's debian bug report
Daniel Stenberg
2005-11-12
Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
Daniel Stenberg
2005-11-11
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
Daniel Stenberg
2005-11-10
David Lang: if there is no sockaddr_storage, make up our own and use that
Daniel Stenberg
2005-10-05
CURL_TIMECOND_IFMODSINCE actually requires that the remote document has been
Daniel Stenberg
2005-09-27
TJ Saunders of the proftpd project identified and pointed out problems with
Daniel Stenberg
2005-09-16
keep 'socktype' in the connectdata struct and make sure we use that for all
Daniel Stenberg
2005-09-14
oops, return error if an error did occur!
Daniel Stenberg
2005-09-04
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
Daniel Stenberg
2005-08-19
Norbert Novotny had problems with FTPS and he helped me work out a patch
Daniel Stenberg
2005-07-21
Fixed some typos in output messages.
Dan Fandrich
2005-07-03
Andrew Bushnell provided enough info for me to tell that we badly needed to
Daniel Stenberg
2005-05-24
Now allow TYPE responses to be any 2xx code, and log if it isn't 200.
Daniel Stenberg
2005-05-17
check if getsockname() returns failure before using the address it provides
Daniel Stenberg
2005-05-17
reduced typecasts, from two to one
Daniel Stenberg
2005-05-14
Some patches for (a stricter/smarter) gcc 4.0 and
Gisle Vanem
2005-05-08
silence compiler warnings
Daniel Stenberg
2005-05-07
fix warnings about unused variables for non-debug builds
Daniel Stenberg
2005-05-07
fix
Daniel Stenberg
2005-05-07
DEBUGF() is a new conveniant macro to add infof() calls (or similar) for
Daniel Stenberg
2005-05-02
improved failf() error messages
Daniel Stenberg
2005-05-02
Now configure checks for struct sockaddr_storage and the ftp code tries
Daniel Stenberg
2005-04-26
Cory Nelson's work on nuking compiler warnings when building on x64 with
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-04-05
too late hacking error
Daniel Stenberg
2005-04-05
Christophe Legry's fix to grok time-conditoned uploads
Daniel Stenberg
2005-03-29
When doing FTP-SSL, advance to the next state properly when the response to
Daniel Stenberg
2005-03-29
Fixed the FTP response reader function to properly deal with responses split
Daniel Stenberg
2005-03-15
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
Dan Fandrich
2005-03-14
silence compiler warnings for mingw win32 builds --enable-debug
Daniel Stenberg
2005-03-14
Removed security.h since it shadows an include file mingw needs when building
Daniel Stenberg
2005-03-08
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
Daniel Stenberg
2005-03-04
Added test case 235 that makes a resumed upload of a file that isn't present
Daniel Stenberg
2005-02-11
Fixed bad krb4 code. It always tried to use krb4 if built enabled.
Daniel Stenberg
2005-02-11
Removed all uses of strftime() since it uses the localised version of the
Daniel Stenberg
2005-02-10
typecast assign to ftpport from int to prevent warnings
Daniel Stenberg
2005-02-09
Use CURL_SOCKET_BAD.
Gisle Vanem
2005-02-09
Handle CURLE_LOGIN_DENIED in strerror.c.
Gisle Vanem
2005-02-09
FD_SET can be big macro, use braces
Daniel Stenberg
[prev]
[next]