summaryrefslogtreecommitdiff
path: root/net/lftp
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-24Update lftp to 2.3.9.zuntum2-4/+4
Version 2.3.9 - 2001-03-22 * new setting module:path, path to look for modules. * new setting http:referer to send Referer: header, `.' expands to current directory URL. * new setting hftp:use-type to disable `;type=' url suffix. * terminal status line support (Glenn F. Maynard <glenn@zewt.org>) * fixed mirror exclude/include options for hftp and http. * ignore certain file locking errors, don't print messages.
2001-02-19Don't need this one anymore.wiz2-23/+5
2001-02-19Update to 2.3.8. Fixes pkg/12237 by Tomasz Luchowski.wiz2-10/+5
Changes: Some minor improvements, some bugs fixed, miscellaneous improvements: fixed rate limit with closure (net:limit-rate/ftp.host.com), don't bind data socket to loopback address, fixed core dump after asking for ftp:proxy password, fixed rare spinning in dns child process when parent terminates.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-20Update lftp to 2.3.7. This closes PR 12001 by Tomasz Luchowskirh2-7/+7
<zuntum@eik.pl>, thanks! Changelog: Version 2.3.7 - 2001-01-15 Two bugs fixed. * fixed OPIE/SKEY automatic password generation. * fixed put over http or hftp when server replies `100 Continue'. Version 2.3.6 - 2001-01-02 Some minor improvements. * new setting cmd:save-cwd-history. * new setting ftp:fix-pasv-address, don't fix PASV address by default. (this fixes a problem with certain masquerading firewalls). * new setting hftp:use-authorization for some proxies (default is yes). * send port in Host: HTTP header. * check net:no-proxy before using hftp instead of ftp. * new commands bzcat, bzmore (Chmouel Boudjnah).
2000-12-08Update to 2.3.5. Changes since 2.3.4:wiz2-4/+4
* implemented [ipv6::address]:port as specified by rfc2732. * fixed local tilde globbing. * don't wait for file lock forever; print warning if locking fails. * save cwd_history only if needed. * `queue' command now sets last job number to itself. * optimize number of poll calls during ftp transfer. * fixed mput for directory case (continue loop instead of returning). * don't queue up too much MDTM/SIZE commands in sync mode. * fixed --with-modules compilation.
2000-11-05Update to 2.3.4, requested by phone. Changes since 2.2.6:wiz5-5/+42
* new setting ftp:bind-data-socket (bool) to disable binding of local end of data connection in passive mode. * https and ftps protocols support (openssl library is needed for that). * completion now appends a slash to remote directories (finally!). * new mirror option --parallel=[N] to download several files in parallel. * ask for password for ftp:proxy if not supplied. * now if you set ftp:proxy to http://proxy.host:port, hftp will be used automatically instead of ftp, but pwd will still show ftp://. * large file (>2G) support added. * full http keep-alive support. * new settings http:put-method (PUT or POST), http:put-content-type, http:post-content-type. * new setting xfer:max-redirections for http redirections following. * automatic cookie accepting (off by default). New setting http:set-cookies. * two http specific quote commands: `quote set-cookie' and `quote post'. (e.g. `quote set-cookie var=value' or `quote post /cgi-bin/script.cgi var=value > output'. * send encoded path in http protocol as it was entered by user in URL. (e.g. `get http://www.server.net/abc.cgi?arg=cba -o cba') * new settings http:accept, http:accept-charset, http:accept-language. * new setting cmd:move-background to disable automatic moving to background; `exit bg' forces moving to background. * `wait all' waits for termination of all jobs. * show QUIT reply in debug output. * new setting ftp:use-quit. * new setting net:persist-retries (ignore this number of hard errors). * new setting ftp:auto-sync-mode (extended regex) to match first server reply. * try to connect to original IP when PASV returns address from private network and original IP is not in private network. * add workarounds for hftp over apache proxy. * use getipnodebyname or getaddrinfo when gethostbyname2 is unavailable. and a lot of bugfixes.
2000-09-24Upgrade to v2.2.6, as requested by Tomasz Luchowski <zuntum@eik.pl>.hubertf2-4/+4
Changes: Version 2.2.6 - 2000-09-07 * compile fix for AIX (Gombas Gabor). * reformat EPLF even if modification time if absent (Matthias Andree). * russian translation updated (Alexander Lukyanov). * deutsch translation updated (Moritz Moeller-Herrmann). * french translation included (Nicolas Noble). Version 2.2.5 - 2000-07-31 * fixed coredump on completion and globbing on empty directory or when directory listing cannot be completely parsed. * fixed coredump on FreeBSD in `mirror -x/-i'. * fixed coredump on ^V^C^C keyboard sequence. * Spanish translation updated. Version 2.2.4 - 2000-07-12 * fixed chmod and removing old directories in `mirror -R'. * fixed a deadlock in `pget'. * fixed a compile problem in Http.cc. * italian translation updated. Version 2.2.3 - 2000-06-08 * cmd:prompt is now sensitive to TERM variable, e.g. cmd:prompt/xterm. * fixed: send un-localized Last-Modified in http PUT request. * fixed bug in file:/ accessing (which caused hang). * fixed buffer allocation in http. * fixed symlink handling in hftp squid listing. * fixed rare spinning in ascii mode.
2000-09-03add RCS Idwiz1-0/+1
2000-05-12update to 2.2.2; also fixes compilation problems on -current.wiz3-7/+5
Rather many changes since 2.1.8, please take a look at the NEWS file. Mainly bugfixes; better URL support; and http:cookie support.
2000-02-18Initial import of lftp, a powerful commandline ftp clientwiz5-0/+60