summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2001-12-26update copyrightslukem
2001-12-23Add -4 to force IPv4 and -6 to force IPv6 address usage.lukem
2001-12-20Large file ASCII mode support by using fseeko() instead of fseek().lukem
2001-12-01Punctuation nits.wiz
2001-12-01Whitespace cleanup.wiz
2001-11-29use u_char instead of char in base64_encode().lukem
2001-11-25don't make broken file with -R option.yamt
2001-11-25handle "*" in Content-Range properly.yamt
2001-10-15If no_proxy condition is true && urltype == FTP_URL_T, use fetch_ftp to retri...tacha
2001-06-20put "site" in alphabetical order. noted by Mike Barcroft in private emaillukem
2001-02-19convert to use getprogname()cgd
2001-02-19- display a limited progress bar (containing bytes xferred and xfer rate)lukem
2001-02-19minor knflukem
2001-01-09call setlocale() on startupjdolecek
2000-12-15invoke cmdtab.c_handler()s with argv[0] == c_name instead of thelukem
2000-11-27fix INET6-less build (like x_ftp). PR11578itojun
2000-11-27be more explicit that $ftp_proxy and $http_proxy are not supported forlukem
2000-11-24cope with 2553bis getnameinfo (always attach scope id)itojun
2000-11-15use NI_MAXHOST with getnameinfo. we can assume presense of getnameinfo.itojun
2000-11-15- implement "mreget"; as per "mget" but uses "reget" instead of "get"lukem
2000-10-11More format string cleanup by sommerfeld.is
2000-09-28explicitly use SOCK_STREAM with socket() instead of res->ai_socktype,lukem
2000-09-28clarify that $ftp_proxy only works for full URLs and can't be used forlukem
2000-09-14since everything else here uses ANSI C, we might as well replace __STRING()lukem
2000-09-08always include <netdb.h>, not just when INET6 is defined.lukem
2000-08-28base64_encode should be static. picked up by hp/ux(!) compilerlukem
2000-08-27It appears that whilst Apache 1.3.9 incorrectly puts a trailing spacelukem
2000-08-27- in progressmeter() perform the check for foregroundproc() a little earlierlukem
2000-08-06* implement parseport(), which takes a string and attempts to convertlukem
2000-08-01- rename NO_QUAD to NO_LONG_LONG, QUAD* -> LL* and add ULL* (unsigned)lukem
2000-07-31- we can't just rename BSD4_4 -> HAVE_SIN_LEN, since bsd systems define BSD4_4;lukem
2000-07-30* always set (struct sockinet).su_len after getsockname() et al, solukem
2000-07-30* always use getaddrinfo() and getnameinfo() instead of maintaining two codelukem
2000-07-30clean up NO_QUAD support: create helper #defines and use as appropriate:lukem
2000-07-28rename "opts" to "remopts", so people used to "o host" don't get bitten...lukem
2000-07-28rename "opts" to "remopts", so people used to "o host" don't get bitten...lukem
2000-07-28no trailing , on last item in enumlukem
2000-07-18add rfc 2389, since that's now supportedlukem
2000-07-18add support for FEAT and OPTS commands with `features' and `opts'.lukem
2000-07-18minor knf. call setbinary()/setascii() with non-NULL 2nd arglukem
2000-07-18convert to new knflukem
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-06-15* migrate the SYST parsing from setpeer() into a separate remotesyst().lukem
2000-06-11from itojun: better fix for previous (doesn't need in_addr_t or u_int32_t)lukem
2000-06-11portability fixes for lukemftp:lukem
2000-06-05- fix ai_unmapped() to be a no-op in the !def INET6 caselukem
2000-06-01updated comment on IPv4 mapped address. sync with kame.itojun
2000-05-31Add support for 'ftp -u url file ...', to upload a list of files to given url.lukem
2000-05-31Fix examples on using pipes in local filenames. AFAICT, ftp has alwayslukem
2000-05-30document IPv4 mapped address twists.itojun