lftp pre2.2.2-1

2000-04-28 Thread Alexander V. Lukyanov
News since 2.2.1a: * italian and german translations updated. * fixed handling of http timeout - don't always disable ranges. * fixed handling of old (0.9) http servers reply. * fixed stall problem with `glob' command. * really fixed handling of ^Z during `cd' command. It can be downloaded from

lftp A00513

2000-05-13 Thread Alexander V. Lukyanov
News since 2.2.2: * full http keep-alive support. * new settings http:put-method (PUT or POST), http:put-content-type. * send encoded path in http protocol as it was entered by user in URL. * show QUIT reply in debug output. * new setting ftp:use-quit. * cmd:prompt is now sensitive to TERM variab

lftp A00520

2000-05-21 Thread Alexander V. Lukyanov
News since 2000-05-13: * few fixes for http keep-alive support. It can be downloaded from the usual location: ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/devel/ http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/devel/ You can also use anonymous cvs

lftp A00525

2000-05-25 Thread Alexander V. Lukyanov
News since 2000-05-20: * automatic cookie accepting (off by default). Setting is http:set-cookies. * two http specific quote commands: ``quote set-cookie'' and ``quote post''. * fix for http spinning (because of keep-alive). It can be downloaded from the usual location: ftp://ftp.yars.fr

Re: 2.2.3 and HP-UX 10.20

2000-06-20 Thread Alexander V. Lukyanov
On Mon, Jun 19, 2000 at 08:11:53PM -0500, Albert Chin-A-Young wrote: > HP-UX 10.20 has vsnprintf in libc (if a patch is applied) but no > vsnprintf declaration. lftp is smart enough to check for this and > includes the declaration in src/log.cc but not src/Http.cc. Fix below. Thanks. -- Alex

lftp A00625

2000-06-24 Thread Alexander V. Lukyanov
News since 2000-05-25: * new settings http:accept, http:accept-charset, http:accept-language. * new setting xfer:max-redirections for http redirections following. * new setting net:persist-retries (ignore this number of hard errors). * new setting cmd:move-background to disable automatic moving t

lftp A00626

2000-06-26 Thread Alexander V. Lukyanov
News since 2000-06-25: * fixed 4xx replies handling (was broken by previous snapshot). * use DESTDIR in po/Makefile.in.in (patch by Manoj Kasichainula) It can be downloaded from the usual location: ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/devel/ http://ftp.yar

lftp A00627

2000-06-26 Thread Alexander V. Lukyanov
News since 2000-06-26: * fixed REST reply handling (was broken by A00625). * fixed changing of local symlink to directory in mirror. * `wait all' to wait for all jobs termination. It can be downloaded from the usual location: ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/

lftp A00629

2000-06-29 Thread Alexander V. Lukyanov
News since 2000-06-27: * fixed core dump on following redirection to URL without a path. * fixed compilation with some compilers (|= on bool). * used a newer largefile.m4. It can be downloaded from the usual location: ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/devel/

Re: lftp A00629

2000-07-02 Thread Alexander V. Lukyanov
On Sun, Jul 02, 2000 at 12:13:59AM -0500, Albert Chin-A-Young wrote: > The files m4/iumacros.m4 and m4/largefile.m4 are not included in the > tarball. Thanks, I fixed that. -- Alexander.

Re: lftp A00629

2000-07-02 Thread Alexander V. Lukyanov
On Sun, Jul 02, 2000 at 10:45:40AM -0500, Albert Chin-A-Young wrote: > FYI, the IRIX C++ compiler, v7.3.1.1m compiles this version without > core dumping. Eugene Exarevsky <[EMAIL PROTECTED]> has found the workaround. It turned out that static array of classes is not properly initialized by IRIS

Re: lftp A00629

2000-07-12 Thread Alexander V. Lukyanov
On Wed, Jul 12, 2000 at 11:48:17AM -0500, Albert Chin-A-Young wrote: > On Mon, Jul 03, 2000 at 03:06:44AM +0400, Alexander V. Lukyanov wrote: > > Eugene Exarevsky <[EMAIL PROTECTED]> has found the workaround. It turned out > > that static array of classes is not properly in

Re: lftp A00629 and G++ from CVS

2000-07-13 Thread Alexander V. Lukyanov
On Wed, Jul 12, 2000 at 11:49:06AM -0500, Albert Chin-A-Young wrote: > I think G++ (CVS version) is wrong here but I just want to confirm: Ok, I think I have fixed this problem by eliminating the goto :) -- Alexander. | software is knowlege is power

lftp A00719

2000-07-19 Thread Alexander V. Lukyanov
News since 2000-06-29: * mirror --parallel[=N] * completion appends / for remote directories * fix for coredump on `mirror -x' on BSD. Reported by Andriy I Pilipenko <[EMAIL PROTECTED]> * invalidate dir listing cache on chmod. * use SocketAddrLen in getnameinfo, this fixes a problem with solari

Re: lftp A00719

2000-07-19 Thread Alexander V. Lukyanov
On Wed, Jul 19, 2000 at 02:18:31PM +0400, Alexander V. Lukyanov wrote: > * mirror --parallel[=N] Oops, --parallel does not work, only -P does. -P is not followed by number, default number of files downloaded parallelly is 3. Here is simple patch to make --parallel work: Index: MirrorJob

lftp A00727

2000-07-27 Thread Alexander V. Lukyanov
News since 2000-07-19: * mirror can return error code now. * 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://. * fixed a long standing bug with coredump on completion in some directories. * new setting ftp:auto-sy

lftp A00807

2000-08-07 Thread Alexander V. Lukyanov
News since 2000-07-27: * https and ftps support. ftp can try to negotiate secure connection. You need to have OpenSSL installed during lftp compilation. This is optional, when openssl is not found the support is turned off. * new settings ftp:ssl-allow, ftp:ssl-force, ftp:ssl-protect-data,

Re: lftp A00807

2000-08-19 Thread Alexander V. Lukyanov
On Sat, Aug 19, 2000 at 08:18:04PM +0100, Robert de Bath wrote: > Two issues; obviously the hang caused by GuildFTP sending a blank line in > response to your 'SITE IDLE'. Maybe a default to off ? (If you feel like > it!) Ok, it is not very important anyway. > The other is the auto-sync-mode st

lftp-pre2.3.0-A00820

2000-08-20 Thread Alexander V. Lukyanov
News since 2000-08-07: * several bugs fixed. After some testing I'll release lftp-2.3.0. Has anyone tested ftps support? It can be downloaded from the usual location: ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/devel/ http://ftp.yars.free.net/pub/software/unix/n

Re: lftp A00807

2000-08-21 Thread Alexander V. Lukyanov
On Sun, Aug 20, 2000 at 12:53:13PM +0100, Robert de Bath wrote: > > sync mode is common, other problems are rare. They can be ignored. (or am > > I mistaken?) > Well possibly; use-stat and rest-stor seem to happen even with some UNIX > ftpd servers so you might be right except that they're TOO com

Re: lftp-pre2.3.0-A00820

2000-08-21 Thread Alexander V. Lukyanov
On Sun, Aug 20, 2000 at 05:44:43PM -0300, Nicolas Lichtmaier wrote: > I'll package this for Debian woody. We are not including crypto code yet in > the main archive.. could you add a configure option to disable ssl support > even if ssl is installed? Ok, I'll add it. -- Alexander.

Re: lftp-pre2.3.0-A00820

2000-08-21 Thread Alexander V. Lukyanov
On Sun, Aug 20, 2000 at 05:44:43PM -0300, Nicolas Lichtmaier wrote: > I'll package this for Debian woody. We are not including crypto code yet in > the main archive.. BTW, what is the problem with crypto? I heard USA laws have changed about it. -- Alexander.

Re: lftp A00807

2000-08-22 Thread Alexander V. Lukyanov
On Mon, Aug 21, 2000 at 11:02:30PM +0100, Robert de Bath wrote: > > STAT is only used for FXP. So it is not a problem for normal operation. > > restarting STOR is a wanted feature, but client cannot find out if server > > is broken in regard to REST/STOR. > They could, but it'd be a horrible (and

lftp-pre2.3.0-A00823

2000-08-23 Thread Alexander V. Lukyanov
News since 2000-08-20: * fixed bug which prevented lftp to download files correctly when server did not support REST (2.2.5 not affected). * try to connect to original IP when PASV returns address from private network and original IP is not in private network. * add configure option --without

Re: lftp-pre2.3.0-A00823

2000-08-23 Thread Alexander V. Lukyanov
On Wed, Aug 23, 2000 at 02:42:00PM -0500, Albert Chin-A-Young wrote: > Two minor patches. Sun CC v5.0 complains with: Thanks, I fixed these. -- Alexander. | http://www.yars.free.net/~lav/

Re: lftp A00807

2000-08-24 Thread Alexander V. Lukyanov
On Thu, Aug 24, 2000 at 07:52:13AM +0100, Robert de Bath wrote: > > I wonder, if those servers are behind firewall, > > then how can outsider connect to them? Maybe it is better just to connect > > to original server address and specified in reply port? > Just set the firewall to redirect TCP con

Re: lftp-pre2.3.0-A00823

2000-08-24 Thread Alexander V. Lukyanov
On Wed, Aug 23, 2000 at 07:55:40PM -0500, Albert Chin-A-Young wrote: > RTLD_GLOBAL is not defined under Digital UNIX 4.0D (it is under 5.0A > though). I define it to 0. That should not break anything. -- Alexander.

Re: lftp-pre 2.3.0 and GET method

2000-08-26 Thread Alexander V. Lukyanov
On Sat, Aug 26, 2000 at 02:18:57AM -0500, Albert Chin-A-Young wrote: > Why does lftp append '/' to the URL (i.e. from /?distribution=cd to > /?distribution=cd/)? Because it expects that to be a directory. When one does cd, the trailing slash is not needed, but http servers expect trailing slash f

Re: lftp-pre 2.3.0 and encoding unsafe characters

2000-08-26 Thread Alexander V. Lukyanov
On Sat, Aug 26, 2000 at 12:40:13AM -0500, Albert Chin-A-Young wrote: > In src/lftp.h: > # define URL_PATH_UNSAFE URL_UNSAFE"#;?" '?' _is_ unsafe. If you have path containing a ?, then it must be encoded. lftp can download URL's pointing to CGI scripts, but only by whole URL. That is `get index.

Re: lftp-pre 2.3.0 and encoding unsafe characters

2000-08-26 Thread Alexander V. Lukyanov
On Sat, Aug 26, 2000 at 08:24:59AM -0500, Albert Chin-A-Young wrote: > I did try: > lftp> open -u [user],[pass] http://updates.thewrittenword.com/ > lftp> get http://updates.thewrittenword.com/?distribution=cd Try `get http:[EMAIL PROTECTED]/?distribution=cd'. The password will be taken from

lftp-pre2.3.0-A00826

2000-08-26 Thread Alexander V. Lukyanov
News since 2000-08-23: * ftp/ssl tested and fixed. * cd follows redirections. (mirror still does not) * french translation added (Nicolas Noble). * translate more strings (Nicolas Noble). * //path support. After some testing I'll release lftp-2.3.0. It can be downloaded from the usual location

Re: lftp A00807

2000-08-29 Thread Alexander V. Lukyanov
On Tue, Aug 29, 2000 at 09:02:37AM +0100, Robert de Bath wrote: > They tend to be on dynamic addresses, it's probably best if I make one for > you ... > > FX: 60 seconds later ... ftp://rdebath.mine.nu:4321 Thanks, I have tested lftp on it. lftp will do two thnigs: 1. try to connect to original

lftp-pre2.3.0-A00907

2000-09-07 Thread Alexander V. Lukyanov
News since 2000-08-26: * workaround for server returning address from private network for PASV. * support for redirection in mirror (untested). * fix for http forgotting to skip some data on input (rare) (not in 2.2.x). * keep original file mode in get (if the file already existed). * fix for EPL

lftp-pre2.3.0-A00911

2000-09-11 Thread Alexander V. Lukyanov
News since 2000-09-07: * fix for eof handling in https. * used multilang branch of libtool. (does it work now on irix?) After some testing I'll release lftp-2.3.0. I hope to do that in September. It can be downloaded from the usual location: ftp://ftp.yars.free.net/pub/software/unix/net

Re: Feature request

2000-09-11 Thread Alexander V. Lukyanov
On Mon, Sep 11, 2000 at 08:07:16AM +0300, Mircea Damian wrote: > I'm one of the thousands of users of lftp. I just subscribed to this list > to ask for a new feature. Is it possible to add a command like "mchmod" > which will do wilcard expansion or just change "chmod" to do that. > I use this pro

Re: Feature request

2000-09-11 Thread Alexander V. Lukyanov
On Mon, Sep 11, 2000 at 01:53:49PM +0300, Mircea Damian wrote: > Than, what about a default alias for it, something like: > alias mchmod "glob chmod" Feel free to add it to your .lftp/rc or lftp.conf > Lets see, we have get and mget, rm and mrm, put and mput, why not have > chmod and mchmod too?

Re: Feature request

2000-09-11 Thread Alexander V. Lukyanov
On Mon, Sep 11, 2000 at 03:01:29PM +0300, Mircea Damian wrote: > On Mon, Sep 11, 2000 at 03:28:35PM +0400, Alexander V. Lukyanov wrote: > > On Mon, Sep 11, 2000 at 01:53:49PM +0300, Mircea Damian wrote: > > > Than, what about a default alias for it, something like: > > &g

Re: little v6 fix

2000-09-21 Thread Alexander V. Lukyanov
On Wed, Sep 20, 2000 at 11:20:33PM +0200, Arkadiusz Miskiewicz wrote: > Fix for small bug in lftp-2.2.5 version (a bit old, so maybe you already > fixed this). When user logged in via IPv6 does: cd (immediately > after login) then lftp sends EPSV command but doesn't connect to port > returned by

Re: 2.3.0 queue

2000-09-22 Thread Alexander V. Lukyanov
On Fri, Sep 22, 2000 at 03:27:42PM +0100, gARetH baBB wrote: > If you move around directories between adding stuff to the queue it will > insert [l]cd directory "&" into the queue, the "" around the & is > obviously bogus and causes an error. This is a bug. Here is the patch: Index: commands.cc

Re: 2.3.0 queue

2000-09-23 Thread Alexander V. Lukyanov
On Fri, Sep 22, 2000 at 05:28:29PM +0100, gARetH baBB wrote: > And presumably duplicated for the lcd immediatly following that. Yes. Thanks for pointing out. -- Alexander.

Re: 2.3.0 move-background

2000-09-23 Thread Alexander V. Lukyanov
On Fri, Sep 22, 2000 at 08:38:10PM +0100, gARetH baBB wrote: > Just noticed another problem. > > If cmd:move-background is set to no it complains on exit that something is > running even when there isn't. Off-by-one problem. Here is the patch: Index: commands.cc =

Re: Major corruption problem

2000-09-24 Thread Alexander V. Lukyanov
On Sun, Sep 24, 2000 at 08:38:46PM +0100, gARetH baBB wrote: > On Sun, 24 Sep 2000, gARetH baBB wrote: > > > I've been using 2.3.0 for a couple of days now and have just done md5sum > > on the files I'm downloading to compare against the md5sum of the sources. > > Sorry, probable false alarm (fo

Re: lftp 2.3.0 - configure problem

2000-09-25 Thread Alexander V. Lukyanov
On Sun, Sep 24, 2000 at 08:04:50PM +0700, Alexander Bystrov wrote: > libtasks.a(lftp_ssl.o): In function `lftp_ssl_init(void)': > lftp_ssl.o(.text+0x38): undefined reference to `RAND_egd' > lftp_ssl.o(.text+0x57): undefined reference to `RAND_status' > collect2: ld returned 1 exit status > > It s

Re: SSL configure patch

2000-09-25 Thread Alexander V. Lukyanov
On Sat, Sep 23, 2000 at 03:29:23PM -0500, David Champion wrote: > I'm not on this list; please include me if you have comments. > > This patch allows one to specify where openssl is. I'd guess that > currently configure correctly locates openssl on a minority of > non-Linux systems. Applied. (t

Re: Major corruption problem

2000-09-27 Thread Alexander V. Lukyanov
On Wed, Sep 27, 2000 at 03:45:31PM +0100, gARetH baBB wrote: > With 2.2.5 there is no problem, but with 2.3.1 lftp just sticks and times > out when doing the data connection. Try to run strace or ltrace on lftp (both versions) and look what happens around connect() call. Or send me the logs. --

Re: strace 2.3.1

2000-09-27 Thread Alexander V. Lukyanov
On Wed, Sep 27, 2000 at 07:55:13PM +0100, gARetH baBB wrote: > (the difference seems to be "Resource temporarily unavailable" after the > connect for the data channel) No, it is not the cause. The reason is that lftp binds the data socket to the same address as of local end of control connection

Re: lftp 2.3.4

2000-10-17 Thread Alexander V. Lukyanov
On Tue, Oct 17, 2000 at 05:14:58PM -0500, Albert Chin-A-Young wrote: > Want to apply the following patch to back to 2.3.4 behavior? Thanks. I've applied the patch. -- Alexander. | http://www.yars.free.net/~lav/

Re: lftp takes 30-80% of CPU

2000-10-18 Thread Alexander V. Lukyanov
On Wed, Oct 18, 2000 at 07:25:00AM +0200, Arkadiusz Miskiewicz wrote: > My lftp (2.3.3) takes from 30 to 80% of CPU. I have rather small > task for it: lftp is not very speed optimized. But 80% is a bit high. Maybe in this case the cpu usage depends on the number of tasks, not transfer speed. BTW

Re: lftp takes 30-80% of CPU

2000-10-18 Thread Alexander V. Lukyanov
On Wed, Oct 18, 2000 at 08:36:19AM +0200, Arkadiusz Miskiewicz wrote: > > BTW, is the cpu time spent in kernel mostly? > CPU states: 4.5% user, 38.0% system, 0.0% nice, 57.3% idle > huh 8-) This can be caused by the big size of files being transferred. To be sure, run strace on lftp to see whi

Re: lftp takes 30-80% of CPU

2000-10-18 Thread Alexander V. Lukyanov
On Wed, Oct 18, 2000 at 08:59:51AM +0200, Arkadiusz Miskiewicz wrote: > > To be sure, run strace on lftp to see which system calls it does. > > 1802 gettimeofday({971859880, 79761}, NULL) = 0 > 1802 poll([{fd=0, events=POLLIN}], 1, 0) = 0 > 1802 read(12, 0x80cd6b8, 1023) = -1 EAGAIN (R

Re: Arrgh!

2000-10-23 Thread Alexander V. Lukyanov
On Sun, Oct 22, 2000 at 06:39:32PM +0100, Robert de Bath wrote: > I just downloaded the cvs; seemed fine till I started a big download. > > The net:timeout now seems to work as "total connection time" ... oops. Here is the patch. Over-optimization, as usual :) Removing "unneeded" Poll call caus

Re: pl translation

2000-11-02 Thread Alexander V. Lukyanov
On Tue, Oct 31, 2000 at 10:53:11AM +0100, Arkadiusz Miskiewicz wrote: > updated pl translation as usually in PLD CVS and in attachment. Thanks, I've committed it to lftp cvs. BTW, where can I find instructions for PLD CVS anonymous access? Old method does not work. -- Alexander.

Re: bug in url parsing

2000-11-20 Thread Alexander V. Lukyanov
On Mon, Nov 20, 2000 at 12:51:34PM +0100, Arkadiusz Miskiewicz wrote: > Hi, > > lftp doesn't follow rfc2732: > > [root@arm /root]# LANG=C lftp ftp://[3ffe:8010:34:17::1:1]/pub > lftp: [3ffe:8010:34:17::1:1]: Unknown host Is this patch good enough? Index: url.cc ==

Re: lftp size

2000-11-27 Thread Alexander V. Lukyanov
On Mon, Nov 27, 2000 at 02:50:39AM -0200, Frederic L . W . Meunier wrote: > rwxr-xr-x 1 root bin 952592 Nov 25 17:16 lftp and compiled on stock redhat-7.0 with modules: -rwxr-xr-x1 rootroot 274872 Nov 25 18:32 /usr/bin/lftp I don't know why you had such an increase i

Re: Bz(more/cat) support

2000-12-08 Thread Alexander V. Lukyanov
Patch applied. Thanks. But I'd like a zcat program automatically guessing compress method :) -- Alexander.

Re: Bz(more/cat) support

2000-12-08 Thread Alexander V. Lukyanov
On Fri, Dec 08, 2000 at 04:37:29PM +0100, Chmouel Boudjnah wrote: > "Alexander V. Lukyanov" <[EMAIL PROTECTED]> writes: > > > But I'd like a zcat program automatically guessing compress method :) > > by file magic ? Not necessary, since there are not too

Re: pl.po small fix

2000-12-13 Thread Alexander V. Lukyanov
On Mon, Dec 11, 2000 at 06:07:24PM +0100, Arkadiusz Miskiewicz wrote: > Fix in PLD repository and here: Applied. Thanks. -- Alexander.

Re: copying file from 1 to 2 server using account on 3 host

2001-01-06 Thread Alexander V. Lukyanov
On Sat, Jan 06, 2001 at 12:45:50AM +0100, Arkadiusz Miskiewicz wrote: > I try to do such thing (as in subject). From host 62.21.15.1 I want to do: > lftp ftp.pld.org.pl:/PLD-1.0/i586/PLD/RPMS > get trash-1.3.0-1.i586.rpm -o ftp://misie.k.pl/Incoming > > but many problems occur. On server side I g

Re: cd command doesn't timeout

2001-01-06 Thread Alexander V. Lukyanov
On Sat, Jan 06, 2001 at 12:54:41AM +0100, Arkadiusz Miskiewicz wrote: > Hi again. I also have problem with cd command. It doesn't timeout. > Situation is simple. On server side directories are mounted over > smbfs. Usually when that smb connection fails I have problem: > > [1] mirror -c somethin

Re: copying file from 1 to 2 server using account on 3 host

2001-01-06 Thread Alexander V. Lukyanov
On Sat, Jan 06, 2001 at 12:20:18PM +0100, Arkadiusz Miskiewicz wrote: > lftp doesn't allow to create 2 connections > host1(ftp.pld.org.pl) <-> 62.21.15.1 (lftp is running here) <-> host2(misie.k.pl) > instead of direct host1<->host2 connection ? In such model everything should be > ok even if addr

Re: Patches for lftp 2.3.7

2001-02-14 Thread Alexander V. Lukyanov
On Tue, Feb 13, 2001 at 04:25:39PM -0600, Albert Chin-A-Young wrote: > 1. Add --with-locale-dir=DIR and --with-gnu-locale-dir=DIR >for more precise placement of GNU locale files > 2. Updated m4/largefile.m4 > 3. Synced the intl/ tree with tar 1.13.19 Thanks. But in lftp there is no m4/gettext

Re: glibc 2.2 and gcc 3.0 snapshots

2001-03-13 Thread Alexander V. Lukyanov
On Mon, Mar 12, 2001 at 08:16:46PM +0100, Arkadiusz Miskiewicz wrote: > Simplest patch without superfluous __GNUC_PREREQ checking: Applied, thanks. > Also I have another problem. gcc 3.0 snap comes with libsupc++.a which contains > new and delete operators: > > ResMgr.o(.text+0x33f): undefined r

Re: glibc 2.2 and gcc 3.0 snapshots

2001-03-13 Thread Alexander V. Lukyanov
On Tue, Mar 13, 2001 at 10:38:22AM +0100, Arkadiusz Miskiewicz wrote: > checking how to link simple c++ programs... using gcc > while AC_TRY_COMPILE fails. It does not fail, I should have used AC_TRY_LINK :) -- Alexander.

Re: NLS patches for 2.3.8

2001-03-22 Thread Alexander V. Lukyanov
On Wed, Mar 21, 2001 at 06:45:09PM -0600, [EMAIL PROTECTED] wrote: > I contributed some patches to 2.3.7 for NLS support. The patch below > provides some additional fixes. The most noteworth of which is that > acinclude.m4 is now built from concatenating the m4 files in the m4 > directory. Because

Re: glibc 2.2 and gcc 3.0 snapshots

2001-03-23 Thread Alexander V. Lukyanov
On Thu, Mar 22, 2001 at 08:12:05PM +0100, Arkadiusz Miskiewicz wrote: > Unfortunately now (lftp 2.3.9) when for whole compilaton > c++ is used (when we have gcc 3.0 installed) compilator shows much more errors: > > problem: > md5.c: In function `void md5_process_block(const void*, unsigned int, md

Re: glibc 2.2 and gcc 3.0 snapshots

2001-03-23 Thread Alexander V. Lukyanov
On Fri, Mar 23, 2001 at 09:45:53AM +0100, Arkadiusz Miskiewicz wrote: > On/Dnia Fri, Mar 23, 2001 at 11:23:14AM +0300, Alexander V. Lukyanov wrote/napisal(a) > > I don't see why c++ is used to compile *.c sources. > It tries to compile c++ and c sources at once: Previous vers

Re: glibc 2.2 and gcc 3.0 snapshots

2001-03-23 Thread Alexander V. Lukyanov
Ok, I have finally found out how to use libtool, so mixing c++ and c won't be a problem in the next release :) -- Alexander. | http://www.yars.free.net/~lav/

Re: NLS patches for 2.3.8

2001-03-29 Thread Alexander V. Lukyanov
On Wed, Mar 28, 2001 at 10:28:35AM -0600, [EMAIL PROTECTED] wrote: > I think this portion of the patch didn't get applied. It's against > 2.3.9. This should not be needed. Those files are picked automatically by aclocal. Only gettext macros conflict with ones provided with lftp. > --- Makefile.a

Re: NLS patches for 2.3.8

2001-03-29 Thread Alexander V. Lukyanov
On Thu, Mar 29, 2001 at 10:34:31AM -0600, [EMAIL PROTECTED] wrote: > On Thu, Mar 29, 2001 at 01:26:13PM +0400, Alexander V. Lukyanov wrote: > > On Wed, Mar 28, 2001 at 10:28:35AM -0600, [EMAIL PROTECTED] wrote: > > > I think this portion of the patch didn't get applied. I

Re: Readline problems on AIX (linker)

2001-04-16 Thread Alexander V. Lukyanov
On Thu, Apr 12, 2001 at 02:06:49AM +0200, Tomas Ogren wrote: > lftp 2.3.9 tries to use an internal libreadline variable > (_rl_mark_modified_lines) which on AIX makes it fail to compile since > all symbols starting with underscores are not exported unless you > specifically tell it to when compili

Re: lftp segfault

2001-04-17 Thread Alexander V. Lukyanov
On Mon, Apr 16, 2001 at 07:14:13PM +0200, Julie PELAT wrote: > i've noticed some segfaults in lftp(2.3.8) > (tried with mirror and mkdir command) > if i pass a very long parameter to these command, lftp segfault Does this patch fix it? -- Alexander. Index: MirrorJob.cc =

Re: translation files

2001-04-23 Thread Alexander V. Lukyanov
On Sun, Apr 22, 2001 at 09:16:07AM +0800, R.I.P. Deaddog wrote: > I've finished traditional chinese translation for lftp 2.3.9, but > where should I send the file to? Thanks! Send the translation to the lftp-devel list as compressed attachment. -- Alexander.

Re: translation files

2001-04-24 Thread Alexander V. Lukyanov
On Tue, Apr 24, 2001 at 01:38:37AM +0800, R.I.P. Deaddog wrote: > > Send the translation to the lftp-devel list as compressed attachment. > > So Here it is. Besides, merely a suggestion below: Thanks. I've added it to cvs. > Whenever any language is added, configure.in has to be modified > accor

Re: ftp:anon-pass weirdness

2001-04-27 Thread Alexander V. Lukyanov
On Fri, Apr 27, 2001 at 07:35:15AM +0200, Hrvoje Niksic wrote: > What is lftp's default anonymous FTP password? By default user name is used for ftp password. -lftp@ is the first default, a static one. It is later overridden by the synamic one with user name. > P.S. > The "default" of "-lftp@" s

Re: lftp ftp anonymous password

2001-05-03 Thread Alexander V. Lukyanov
On Thu, May 03, 2001 at 03:40:58PM +, Eduardo P?rez Ureta wrote: > I've seen that lftp sends the user name when doing ANONYMOUS ftp gets. > I see a lot of problems: > - Sending the user name if the user doesn't know that it's sent doesn't > protect the user state of ANONYMOUS > - Sending the

Re: lftp ftp anonymous password

2001-05-03 Thread Alexander V. Lukyanov
On Thu, May 03, 2001 at 04:05:22PM +, Eduardo P?rez Ureta wrote: > On 2001-05-03 19:52:21 +0400, Alexander V. Lukyanov wrote: > > I don't mind changing default anonymous password to lftp@ (not mozilla@ to > > advertise lftp ;-) > > What about using anonymous@

Re: Problem with lftp + suggestion for improvement

2001-05-28 Thread Alexander V. Lukyanov
I have already sent an answer privately and then discovered mailing list post. I'll duplicate the answer (mostly). On Sat, May 26, 2001 at 01:31:09AM +0200, Tillmann Steinbrecher wrote: > Now, to the problem: I set the max connection to a site to 1. Now, if I > am logged in to the ftp site, and I

Re: Lftp 2.3.x core dumps on Tru64 UNIX 4.0D

2001-05-28 Thread Alexander V. Lukyanov
On Sun, May 27, 2001 at 02:40:46AM -0500, [EMAIL PROTECTED] wrote: > Ok, I used the following which worked. Another solution is not to use > %lld but I just decided to use vsnprintf exclusively (and trio to > implement it on systems where it did not exist). I also made some > optimizations for con

Re: lftp sometimes doesn't detect the end of the file transfer when FXPing

2001-05-28 Thread Alexander V. Lukyanov
On Mon, May 28, 2001 at 12:45:36AM +0200, Tillmann Steinbrecher wrote: > on some servers (the problem occured with a server running G6 ftp), lftp > doesn't seem to be able to detect the end of a FXP transfer. If I upload > something to a site running G6, everything works fine while uploading > the

Re: lftp bug: FXP transfer appends files in some cases

2001-06-04 Thread Alexander V. Lukyanov
On Sun, Jun 03, 2001 at 02:39:19PM +0200, Tillmann Steinbrecher wrote: > Now, when the large file was transferred completely (or almost > completely; I don't know), lftp logged into the source FTP again, and > restarted the transfer of the large file from the beginning, appending > it to the alrea

Re: lftp bug: FXP transfer appends files in some cases

2001-06-04 Thread Alexander V. Lukyanov
On Sun, Jun 03, 2001 at 09:53:06PM +0200, Tillmann Steinbrecher wrote: > <--- 211-Status for user EXAMPLE from X.X.X.X: > <--- Stored 1 files, 0 Kbytes > <--- Retrieved 0 files, 0 Kbytes > <--- Receiving file

Re: GNU Wget 1.7 is released (fwd)

2001-06-14 Thread Alexander V. Lukyanov
On Thu, Jun 14, 2001 at 05:14:19PM +0800, R.I.P. Deaddog wrote: > FYI. Is lftp 'suffering' from the same status? I don't know, I'm not a lawer. It looks like I have to include a notice about openssl in manual page. > -- Forwarded message -- > Date: Wed, 13 Jun 2001 09:11:53 -0600

Re: LFTP CVS 2.3.11 doesn't build with recent tools

2001-06-21 Thread Alexander V. Lukyanov
On Sun, Jun 17, 2001 at 04:10:13PM -0300, Fr?d?ric L. W. Meunier wrote: > Hi. I have autoconf 2.50, automake 1.4-p4, and libtool 1.4. I have modified configure.in to work with autoconf-2.50. Thanks. -- Alexander. | http://www.yars.free.net/~lav/

Re: large delays with filename completion.

2001-06-21 Thread Alexander V. Lukyanov
On Sun, Jun 17, 2001 at 06:50:00PM +0200, Towarzysz Abramowski wrote: > when using filename tab-completion in large directory (usually > ftp://ftp.pld.org.pl/PLD-1.0/i586/PLD/RPMS/ - about 2500 files) > lftp 'hangs' for few (about ten) seconds. it doesn't do > a directory listing in that time - ev

Re: get_date: parse error

2001-06-25 Thread Alexander V. Lukyanov
On Sat, Jun 23, 2001 at 04:09:08AM +0300, Roman Maschak wrote: > lftp :~> at 8:00 "set limit-rate 15000" > get_date: parse error Try `at 8:00 -- set limit-rate 15000 &'. It is documented in the man page that -- is required. BTW, I have just noticed that 8:00 translates to today's morning, not

Re: small bug in v6 url parsing

2001-06-25 Thread Alexander V. Lukyanov
On Sun, Jun 24, 2001 at 01:15:15PM +0200, Arkadiusz Miskiewicz wrote: > [misiek@arm misiek]$ lftp [3ffe:8010:34:19::] > lftp 1:~> ls > Connecting to 1 (0.0.0.1) port 21 do you have a file or directory named `1'? :-) -- Alexander.

lftp pre2.4.0

2001-07-03 Thread Alexander V. Lukyanov
News since 2.3.12: * fish protocol support (over plain ssh connection). * support for variable name completion (Nicolas Noble). * support http keep-alive in case of chunked transfer encoding. * terminate some never-ending jobs before moving to background. * included trio for systems lacking vsnpri

Re: large delays with filename completion: FileSet::add

2001-07-09 Thread Alexander V. Lukyanov
On Sun, Jul 08, 2001 at 04:38:35PM -0400, Glenn F. Maynard wrote: > Here's a patch that fixes this. FileSet::Add compares each file added with > each file already in the set, which is extremely expensive with large > directories. > > This keeps the fileset sorted on add, and binary searches to fi

Re: CVS: undefined symbol in proto-http.so

2001-07-09 Thread Alexander V. Lukyanov
On Sun, Jul 08, 2001 at 05:35:22PM -0300, Fr?d?ric L. W. Meunier wrote: > Hi. I think I've found a bug in CVS. I configured it with > --disable-nls --with-modules --without-ssl , but trying to > download with HTTP: > > lftp> get http://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.3.13.tar.gz

Re: lftp: queues (patch)

2001-07-17 Thread Alexander V. Lukyanov
On Mon, Jul 16, 2001 at 03:46:34PM -0400, Glenn F. Maynard wrote: > Er, some response to this would be appreciated. I always expect some > changes to sizable patches to be requested (and I don't expect all > patches to be accepted, of course), but no response at all rather leaves > me hanging. S

Re: lftp: queues (patch)

2001-07-17 Thread Alexander V. Lukyanov
On Tue, Jul 17, 2001 at 05:48:56AM -0400, Glenn F. Maynard wrote: > Want associated -e and -s short options, too? (Long options are nice > for verbosity; short options are nice in practice.) Yes, that would be nice. > > maybe with a single minus sign. Please also use queue->SetCmdFeeder to > >

Re: lftp: queues (patch)

2001-07-18 Thread Alexander V. Lukyanov
I mentioned would stlil > occur--the queued command would end up in the middle--but at least it > wouldn't end up in the middle of a line. Hmm. I don't think it worth the trouble. > On Tue, Jul 17, 2001 at 02:30:15PM +0400, Alexander V. Lukyanov wrote: > > > The file need

Re: lftp + wsftp server + ssl

2001-07-18 Thread Alexander V. Lukyanov
On Mon, Jul 16, 2001 at 09:14:20AM -0400, Heckel, Fritz wrote: > I found that the lftp client could not negotiate an SSL connection with > Ipswitch's WS_FTP server because WS_FTP requires that you use "AUTH SSL" or > "AUTH TLS-P". There isn't much to this patch, but it adds a boolean variable > ft

Re: lftp: queues (patch)

2001-07-19 Thread Alexander V. Lukyanov
On Wed, Jul 18, 2001 at 04:37:23PM -0400, Glenn F. Maynard wrote: > > It is possible to edit queue with feeder - just scan feeder chain to the > > end and first feeder contains saved_buf of the queue before any > > feeder was added. cmd_queue should also be modified to append commands > > to the s

Re: MD5 Digest Authentication support?

2001-07-19 Thread Alexander V. Lukyanov
On Wed, Jul 18, 2001 at 12:38:24PM -0600, Brent Davis wrote: > Would there be any interest in adding MD5 Digest Authentication support to > lftp? Yes. This is how it should be done: add a setting http:auth-digest (bool) if set to true, don't send Authorization header in first request, use a ne

Re: Pre 2.4.0-1 - 2.50 autoconf problem

2001-07-19 Thread Alexander V. Lukyanov
On Wed, Jul 18, 2001 at 06:43:23PM +0400, Andrej Borsenkow wrote: > I guess, if top-level configure is based on 2.50 then all of them should? Thanks, I have regenerated readline-4.2/configure. -- Alexander.

Re: find: maxdepth

2001-07-20 Thread Alexander V. Lukyanov
On Thu, Jul 19, 2001 at 06:58:07PM -0400, Glenn F. Maynard wrote: > First, what I've implemented: find --maxdepth|-d #; maximum depth for the > find command. That's rather useful for me: file trees I use tend to be > organized in such a way that a full find takes a long time, and all I need > is

Re: Preserve file time on transfer

2001-07-20 Thread Alexander V. Lukyanov
On Fri, Jul 20, 2001 at 04:04:05PM +0400, Andrej Borsenkow wrote: > It looks, like with simple get remote file time is not preserved. Because > lftp obviously can do it (mirror command) - any reason it is not done for a > normal transfer? Preserving file times is the main reason I use Windows > do

Re: Preserve file time on transfer

2001-07-23 Thread Alexander V. Lukyanov
On Sat, Jul 21, 2001 at 12:21:54AM +0400, Andrej Borsenkow wrote: > May I rephrase the question - what prevents lftp from always taking > filetimes from listing? It takes time to retrieve file listing and it is not quite reliable. > Not to mention, that MDTM does not work for > FTP-over-HTTP f

Re: Preserve file time on transfer

2001-07-23 Thread Alexander V. Lukyanov
On Mon, Jul 23, 2001 at 01:01:21PM +0400, Andrej Borsenkow wrote: > I like it, when somebody decides for me what is slow and what is reliable You see, I'm lazy and looking for excuses for not doing something :) > - code to parse directory listing is there so no extra work (except to > integrate

  1   2   3   4   5   6   7   >