Re: lftp 3.7.4 coredumps when running 'kill all' (patch)

2008-11-10 Thread Alexander V. Lukyanov
On Sat, Nov 08, 2008 at 05:56:13PM -0500, Justin Piszcz wrote: commands.cc:706: error: 'waitpid' was not declared in this scope It was missing a header file: patch: Thanks! I have added the include but after sys/types.h -- Alexander.

Re: documentation lftp option xfer:full-disk-fatal

2008-11-07 Thread Alexander V. Lukyanov
On Mon, Oct 27, 2008 at 11:30:52AM +0100, Schmid Thomas (KIRX 13) wrote: where can I find a documentation of this option of lftp xfer:full-disk-fatal set cmd:trace no Fixed in lftp-3.7.5. -- Alexander.

Re: lftp 3.7.4 coredumps when running 'kill all'

2008-11-07 Thread Alexander V. Lukyanov
On Tue, Nov 04, 2008 at 07:20:18AM -0500, Justin Piszcz wrote: $ lftp --version LFTP | Version 3.7.4 | Copyright (c) 1996-2008 Alexander V. Lukyanov Should be fixed in 3.7.5. Please try. -- Alexander.

Re: GPL versions in lftp

2008-10-31 Thread Alexander V. Lukyanov
On Thu, Oct 30, 2008 at 02:09:06PM +0100, Jiri Skala wrote: I downloaded gnulib from cvs and there are the same files with the same size but with different time of last modification that have GPLv2 in the header of sources (e.g. c-ctype.c, c-strcasecmp.c, etc.). gnulib-tool automatically

Re: Beanstalk uses LFTP

2008-10-29 Thread Alexander V. Lukyanov
On Tue, Oct 28, 2008 at 02:55:23PM -0400, Chris Nagele wrote: For some reason, we are seeing PHP files that get duplicate or corrupted code at the end of files. Is there any reason why this would happen? I don't know, I have never seen lftp doing anything like that. Can it be an ftp server

Re: lftp-3.7.3: potential bug?

2008-10-29 Thread Alexander V. Lukyanov
On Wed, Oct 29, 2008 at 11:24:07AM +0100, Kubitz Elmar wrote: I have been faced a problem using your tool LFTP through a ftp-proxy with proxy authentication (type joined-acct). Strangely the login session was cancelled immediatelly after a successful login, which was caused by a double ACCT

Re: Bugreport: SSL connection terminated without SSL shutdown / corrupted data

2008-09-30 Thread Alexander V. Lukyanov
On Sun, Sep 28, 2008 at 05:18:32PM +0200, Andreas Prieß wrote: No errors in debug output of lftp -d, vsftpd reports: DEBUG: Connection terminated without SSL shutdown - buggy client? Has the message first appeared in vsftpd 2.0.7? I cannot get it with 2.0.6. lftp seems to upload two files in

Re: Bugreport: SSL connection terminated without SSL shutdown

2008-09-20 Thread Alexander V. Lukyanov
On Fri, Sep 05, 2008 at 07:46:35PM +0200, Andreas Prieß wrote: DEBUG: Client 87.178.121.68, Connection terminated without SSL shutdown - buggy client? Could you try attached patch, please? -- Alexander. Index: buffer_ssl.cc ===

Re: lftp man page: cmd:parallel is not boolean

2008-09-20 Thread Alexander V. Lukyanov
On Fri, Sep 19, 2008 at 06:55:33PM -0300, Peter Cordes wrote: lftp's man page has a couple bugs, in that it describes at these two numeric options as boolean: Fixed them. Thanks! -- Alexander.

Re: Problem Using mirror

2008-09-19 Thread Alexander V. Lukyanov
On Fri, Sep 19, 2008 at 08:42:14AM +0800, gio wrote: Uploaded directory using lftp: Folder Permissions theme1 drwx-- Try --no-permissions option of mirror. -- Alexander.

Re: fxp mirror problems

2008-08-23 Thread Alexander V. Lukyanov
On Fri, Aug 22, 2008 at 10:24:44PM +0100, [EMAIL PROTECTED] wrote: Im having problems mirroring a directory accross servers. it ends up getting stuck on 'filename' at 0 (0%) [Waiting for transfer to complete] even though the file has transfered between the two ( CRC ok ) and the server

Re: fxp mirror problems

2008-08-23 Thread Alexander V. Lukyanov
On Sat, Aug 23, 2008 at 01:36:16PM +0400, Alexander V. Lukyanov wrote: On Fri, Aug 22, 2008 at 10:24:44PM +0100, [EMAIL PROTECTED] wrote: Im having problems mirroring a directory accross servers. it ends up getting stuck on 'filename' at 0 (0%) [Waiting for transfer to complete] even

Re: SFTP to freeftpd on windows

2008-08-20 Thread Alexander V. Lukyanov
On Wed, Aug 20, 2008 at 07:33:25AM +1000, Paul Wickham wrote: Im surprised that you ignore type 5 since the ietf draft says 'UKNOWN should be used if the type is not known' which would mean it should be used a fair bit on a windows server as windows determines filetype based on filename and

Re: [PATCH]: fix terminal stuff detection

2008-08-19 Thread Alexander V. Lukyanov
On Sun, Aug 17, 2008 at 10:35:11PM +0200, Arkadiusz Miskiewicz wrote: Ncurses library can be built with terminal function ending in separate libtinfo.so.X library. Fix detection of terminal functions in such case. I have applied the patch. Thanks! -- Alexander.

Re: SFTP to freeftpd on windows

2008-08-19 Thread Alexander V. Lukyanov
On Tue, Aug 19, 2008 at 09:26:36PM +1000, Paul Wickham wrote: NameAttrs(name=7z445.exe,type=5,longname=-rw-rw-rw 1 root root 842384 May 1 20:20 7z445.exe) Ok, now I see. The server sends type=5, which means UNKNOWN. Currently lftp ignores such entries. I'll fix it. --

Re: Thanks For a Wonderful Program

2008-08-05 Thread Alexander V. Lukyanov
On Tue, Aug 05, 2008 at 05:32:29AM -0400, Ed Abbott wrote: --- AUTH TLS --- 234 AUTH TLS OK. ... --- PASV --- 227 Entering Passive Mode (74,220,219,58,165,243) Connecting data socket to (74.220.219.58) port 42483 Interrupt

Re: Connection error to certain servers

2008-07-23 Thread Alexander V. Lukyanov
On Wed, Jul 23, 2008 at 11:29:08AM +0200, [EMAIL PROTECTED] wrote: I am currently trying to connect to a server using lftp on Debian stable. For most servers it works like a charm, though for a certain server, I get weird Access denied responses. And of course this is the production server

Re: lftp 100% cpu problem

2008-07-11 Thread Alexander V. Lukyanov
Could you please try the latest lftp version 3.7.3? -- Alexander.

Re: TYPE_SOCKLEN_T in lftp-3.7.3/configure

2008-07-08 Thread Alexander V. Lukyanov
On Tue, Jul 08, 2008 at 10:26:32AM -, IIDA Yosiaki wrote: I see TYPE_SOCKLEN_T in configure script of lftp-3.7.3 distribution and my shell barfs like the follwing: configure: line 46021: TYPE_SOCKLEN_T: command not found I'll fix it in the next version. You can safely remove the line

Re: possibly a bug?

2008-07-01 Thread Alexander V. Lukyanov
On Tue, Jul 01, 2008 at 04:18:34AM -0400, Chris Miller wrote: I've been trying to use lftp to fxp a few things but I cannot seem to connect to any ftp servers which have a colon (:) in the username or password. when i do a pwd -p it shows that the : has been escaped. I can backslash a

Re: recursive directory copy not supported?

2008-06-30 Thread Alexander V. Lukyanov
On Fri, Jun 27, 2008 at 12:36:52PM -0400, Matt Laszuk wrote: path on wire is `test1' --- sending a packet, length=18, type=14(MKDIR), id=36 mirror: Access failed: File not found (/Usr/iris/test1) Newer lftp sends full path by default. Give it a try. (See also sftp:use-full-path setting).

Re: lftp can't login using ftp://domain/user:password/path

2008-06-24 Thread Alexander V. Lukyanov
On Wed, Jun 11, 2008 at 09:12:25PM +0300, Sorin Sbarnea wrote: I've discovered that lftp can't login using ftp://domain/user:password/path I have a login/username with / inside because it's a domain login. Do you know an workaround? Use the URL escaping scheme: %2F instead of / --

Re: Request for Lftp

2008-06-05 Thread Alexander V. Lukyanov
On Wed, Jun 04, 2008 at 01:22:47PM -0700, Dasic Predrag wrote: Would you be kind to write me the abbervation of : Lftp is Lx FTP (File Transfer Protocol). L originally stood for my last name. But you can propose another suitable word for it. The FTP part was File Transfer Protocol, but

Re: Mirroring Complete directories if size 50 MB (not file size)

2008-05-17 Thread Alexander V. Lukyanov
On Fri, May 16, 2008 at 11:55:19AM +0200, Menno Dijkstra wrote: Now I am trying to transfer complete dirs if their size is between 50 MB and 120 MB. Inside lftp i put, mirror -v --size-range=5000-12000 /source /target But now it searches for files within /source dir, instead of

Re: [Up] LFtp and site utime to Proftpd

2008-05-16 Thread Alexander V. Lukyanov
On Fri, May 16, 2008 at 08:52:45AM +0200, Frédéric Piard wrote: Proftpd don't use the MDTM command to set time and date, but use the SITE UTIME command. Please post the debug output from lftp. -- Alexander.

Re: ftp in as400

2008-05-11 Thread Alexander V. Lukyanov
On Thu, May 08, 2008 at 12:16:53PM -0400, Pinkhasov, Zina wrote: The result of this file is 101 bytes, which is causing a problem down the streamespecially in SORT step. If you look at the file in HEX, it shows an extra byte 0D at the end carriage control. I think the ftp server

Re: 'ls' hanging on paramiko-based sftp server

2008-05-07 Thread Alexander V. Lukyanov
On Mon, May 05, 2008 at 11:27:59AM -0500, Charles Duffy wrote: Per subject. I don't understand what the client is waiting for -- according to 'ls' with debug set, every packet sent has received a response. Could the unhandled 'env' requests be related? I suspect the server sends truncated

Re: Polish translation update for lftp 3.7.1

2008-05-07 Thread Alexander V. Lukyanov
On Tue, May 06, 2008 at 09:36:41PM +0200, Jakub Bogusz wrote: Here is pl.po update for lftp 3.7.1, please apply. Patch applied. Thanks! -- Alexander.

Re: ftp in as400

2008-05-07 Thread Alexander V. Lukyanov
On Wed, May 07, 2008 at 04:14:14PM -0400, Pinkhasov, Zina wrote: Can you give me an explanation why FTP transfer files from AS400 is giving me an extra byte at the end? Have you tried ascii mode transfers? (get -a) -- Alexander.

Re: 'ls' hanging on paramiko-based sftp server

2008-05-07 Thread Alexander V. Lukyanov
On Wed, May 07, 2008 at 02:53:53PM -0500, Charles Duffy wrote: Charles Duffy wrote: Alexander V. Lukyanov wrote: I suspect the server sends truncated replies. Please try this patch (against 3.7.2 version). This is, in fact, the case: Status reply lacks `language tag' field

Re: problems connecting to vsftpd w/ mysql tls

2008-05-06 Thread Alexander V. Lukyanov
On Sun, May 04, 2008 at 09:51:09AM -0400, nix4me wrote: lftp [EMAIL PROTECTED]:/ ls Fatal error: SSL_read: wrong version number First, turn on debug in lftp (command debug) and see what happens. Then check if you accidently used implicit ftps (did you use ftps: URL schema?). If yes, try

Re: How do partial transfers work?

2008-05-02 Thread Alexander V. Lukyanov
On Thu, May 01, 2008 at 11:06:45AM -0400, Joseph Stewart wrote: I guess my question is how does lftp decide whether or not to fully transfer a file or partially transfer a file (is it based on size/modification time/???). The rule is: target file is newer and smaller than the source = transfer

Re: cygwin compilation error

2008-04-18 Thread Alexander V. Lukyanov
On Thu, Apr 17, 2008 at 07:47:41PM +0400, Arkady Sherman wrote: Please add #include stdio.h into src\network.h file, because the compilation produces an error that the snprintf function could not be found. I have added it to network.cc. Thanks! -- Alexander.

Re: Problem with lftp-3.7.0 and iconv

2008-04-03 Thread Alexander V. Lukyanov
On Wed, Apr 02, 2008 at 04:18:06PM -0700, Adam Klein wrote: support), I get the following error: --- LANG --- 200 default language set (EN) iconv_open(UTF-8,) failed: Invalid argument iconv_open(//TRANSLIT,UTF-8) failed: Invalid argument I built lftp on a Solaris 9 system, using gcc 3.3,

Re: {Disarmed} Unable to 'ls'

2008-03-28 Thread Alexander V. Lukyanov
On Thu, Mar 27, 2008 at 03:57:23PM +0100, Anthony Durity wrote: I'm having trouble getting directory listings of a server of ours. It appears to hang and I have to ^C it. I can connect and list with gftp and Firefox. What am I doing wrong? The server has a trouble establishing secure data

Re: lftp mirror - preserve times

2008-03-04 Thread Alexander V. Lukyanov
On Tue, Mar 04, 2008 at 11:46:55AM +0100, Ralph Sperschneider wrote: read: modification times are preserved by default. This doesn't seem Note: With an old version (3.1.3), everything works fine ... I suppose the broken server is the reason. I think it does not advertise MDTM command in FEAT

Re: reverse mirror timestamps...

2008-02-17 Thread Alexander V. Lukyanov
On Thu, Feb 15, 2007 at 01:41:07PM +0100, Evert Meulie wrote: I want to use 'mirror -R' to reverse mirror a site. How do I make sure the destination files have the same timestamps as the originals? Now the files are getting the current day/time as timestamp, which is something I do NOT want...

Re: [patch] Unusual FTP proxy protocol

2008-02-16 Thread Alexander V. Lukyanov
On Fri, Apr 15, 2005 at 03:02:55PM -0500, David Wolfe wrote: I posted about this before but got no response. My patch to lftp-devel never appeared on the list so I updated it to 3.1.3 and am resubmitting it here. It adds a new ftp:proxy-auth-type configuration to expand the number of FTP proxy

Re: lftp FTPS not able to make to work.

2008-02-16 Thread Alexander V. Lukyanov
On Sat, Oct 14, 2006 at 12:24:51AM -0500, shreekumar veeramani wrote: I am trying to do FTPS from my home machine [ lftp 3.5.1 cygwin / XP ] to a FTP server. After log in, it says CWD incoming and then some characters. --- CCC --- 200 Clearing control channel protection --- CWD /incoming

Re: lftp reports wrong ip address number

2008-02-15 Thread Alexander V. Lukyanov
On Fri, Feb 15, 2008 at 12:57:33AM +0800, a wrote: After download 3.6.1 and compile,I find that lftp reports wrong ip address number.If the ftp server has n ip(s),lftp reports 3*n addresses found. Please try test version lftp-3.6.3.90 from ftp://ftp.yar.ru/lftp/devel/ -- Alexander.

Re: zh_TW and zh_HK translation attached

2008-02-15 Thread Alexander V. Lukyanov
On Sun, May 13, 2007 at 08:21:32PM +0800, Abel Cheung wrote: Attached file includes updated zh_TW translation and new zh_HK translation for lftp, can they be included in new lftp release (as well as adding zh_HK to ALL_LINGUAS)? Thanks! Sorry for so long delay, the letter somehow missed my

Re: lftp-3.6.3 new bug (Segmentation fault)

2008-02-05 Thread Alexander V. Lukyanov
On Mon, Feb 04, 2008 at 06:45:41PM -0500, Justin Piszcz wrote: I tried to paste set -a | grep -i regex but I miss-pasted and it asked me for the password, I hit control-c to get out of it and... Here is the patch. -- Alexander. Index: parsecmd.cc

Re: {Disarmed} lftp bug?

2008-02-05 Thread Alexander V. Lukyanov
On Tue, Feb 05, 2008 at 03:36:15PM +0100, frytaz wrote: mirror --loop /dir/src ftp://user:[EMAIL PROTECTED]:2121/dir/dest this script repeat sending and overwrite files on destination ftp all over again till i cancel it Try to add --ignore-time or --only-newer option. If the server supports

Re: ProFTPd issues with 3.6.x (Re: GlobalScape = borked ? (please keep me cc'd))

2008-01-31 Thread Alexander V. Lukyanov
On Thu, Jan 31, 2008 at 05:27:49AM +, Charlie Allom wrote: Hi. ProFTPd seems to be kicking me off when I create directories with a mirror -R. in 3.5.x this was fine - lftp reconnected. With 3.6.x - lftp just hangs. Please test attached patch. -- Alexander. Index: ftpclass.cc

Re: GlobalScape = borked ? (please keep me cc'd)

2008-01-21 Thread Alexander V. Lukyanov
On Sat, Jan 19, 2008 at 02:58:11AM +, Charlie Allom wrote: lftp [EMAIL PROTECTED]:~ rm TEST.wav path on wire is `TEST.wav' --- sending a packet, length=17, type=13(REMOVE), id=7 --- got a packet, length=33, type=101(STATUS), id=7 rm: Access failed: File not found (TEST.wav) debug2:

Re: lftp-3.6.2: Segmentation fault/Aborted (core dumped)

2008-01-21 Thread Alexander V. Lukyanov
On Mon, Jan 21, 2008 at 06:02:56AM -0500, Justin Piszcz wrote: During a (the start of) a queue mirror, I ran: kill all This patch should fix the problem. -- Alexander. Index: MirrorJob.h === RCS file:

Re: GlobalScape = borked ? (please keep me cc'd)

2008-01-20 Thread Alexander V. Lukyanov
On Fri, Jan 18, 2008 at 01:03:11PM +, Charlie Allom wrote: it seems erroneous STATUS sftp commands are putting lftp off the scent. What lftp version do you use? Does the bug happens with the latest lftp version 3.6.2? -- ALexander.

Re: 3.6.1 hostname:port bug

2008-01-05 Thread Alexander V. Lukyanov
On Thu, Jan 03, 2008 at 04:00:51PM -, Andy Krafft - Xtranet Multimedia wrote: I have just upgraded to 3.6.1 (cygwin) and notice that there appears to be an issue with HTTP requests when a port is explicitly defined: Please upgrade to 3.6.2, the bug should be fixed there. Also this is

Re: HTTP Host tag port issue (3.6.1/CVS)

2008-01-03 Thread Alexander V. Lukyanov
On Wed, Jan 02, 2008 at 06:42:53AM +0100, R. Wajda wrote: --- Host: foobar.com:foobar.com Thank you for the report. I have fixed it another way in CVS. -- Alexander. Index: url.cc === RCS file:

Re: HTTP parse_html null target

2008-01-03 Thread Alexander V. Lukyanov
On Wed, Jan 02, 2008 at 10:20:36AM +0100, R. Wajda wrote: empty target in a link causes lftp to generate coredump. Here is my patch. -- Alexander. Index: HttpDir.cc === RCS file: /home/lav/cvsroot/lftp/src/HttpDir.cc,v

Re: Problem with xstrings cast to char* under Solaris

2007-12-28 Thread Alexander V. Lukyanov
On Wed, Dec 26, 2007 at 12:27:11PM +0100, Yann Rouillard wrote: During compilation, I have several cast errors, like this one: FileCopy.cc, line 1042: Error: Cannot use const char* to initialize char*. Thanks for the report. Here is a better patch, please test. -- Alexander. Index:

Re: Problem with xstrings cast to char* under Solaris

2007-12-28 Thread Alexander V. Lukyanov
On Fri, Dec 28, 2007 at 03:14:18PM +0100, Yann Rouillard wrote: This doesn't work, I have the following error message: Sorry. The patch was for current cvs version, which has an overloaded get_tmp prototype. Please try new pre-release from ftp://ftp.yar.ru/lftp/devel/ -- Alexander.

Re: lftp - possible bug related to specifics filenames

2007-12-28 Thread Alexander V. Lukyanov
On Fri, Dec 28, 2007 at 02:56:35AM +0100, Tiger wrote: I'm using lftp 3.6.1 with readline 5.2 and had a problem to upload a file with a specific name contains '%' character. Please try this patch. -- Alexander. Index: GetJob.cc

Re: trouble with SSL/TLS windows servers

2007-12-23 Thread Alexander V. Lukyanov
On Sun, Dec 23, 2007 at 11:45:51PM -0500, Mark Ryan wrote: Im having trouble with 3 servers. I can successly connect to 4 others. Here is a summary with debug of each failure: --- 220 Please enter your login name now. --- FEAT `ls' at 0 [FEAT negotiation...] Just hangs there Probably

Re: Can lftp handle character encoding ISO8859-15?

2007-12-21 Thread Alexander V. Lukyanov
On Fri, Dec 21, 2007 at 01:58:12PM +0100, Daniel Grund wrote: The server seems to be using UTF-8. lftp automatically chose the file:charset ISO8859-15 for itself. ftp:charset is not set. The filename still shows up with a questionmark instead of the german umlaut that FreeBSD's builtin ftp

Re: Can lftp handle character encoding ISO8859-15?

2007-12-20 Thread Alexander V. Lukyanov
On Thu, Dec 20, 2007 at 09:41:09PM +0100, Daniel Grund wrote: I cannot get lftp to download a file that has a german umlaut in its name. It neither works with an explicit charset setting nor without it. First you have to check which encoding the ftp server uses. Turn on debug, see if UTF8 mode

Re: [patch] Buffer overflow

2007-12-12 Thread Alexander V. Lukyanov
On Tue, Dec 11, 2007 at 06:03:35PM +0100, Martin Nagy wrote: Since GetPercentDone() can return 100, the buffer is obviously small. Thanks for the patch! I have applied it (now in CVS). -- Alexander.

Re: lftp suggestion for improvement

2007-11-25 Thread Alexander V. Lukyanov
On Fri, Nov 23, 2007 at 09:49:50AM -0800, Stephen Powell wrote: I suggest that more variables be added to handle each reason for rejection of a certificate, with defaults matching current behavior for forward compatibility. For example, a new variable called ssl:cn_must_match_hn lftp

Re: bug in mirror, patch attached

2007-11-20 Thread Alexander V. Lukyanov
On Mon, Nov 19, 2007 at 04:08:21PM -, J. Maurice wrote: While trying to fetch this devel folder, lftp will always hang while waiting for the directory listing. This seems to be due to the directory being empty, and so the server just sends back a 226 reply. Apparently, Here is a better

Re: how to specify the time of the next day in 'at' command

2007-11-20 Thread Alexander V. Lukyanov
On Tue, Nov 20, 2007 at 08:55:27AM +0100, Ting Zhou wrote: How about the day after tomorrow? today+2days 08:00 see at(1) -- Alexander.

Re: Beginning with lftp continued

2007-11-19 Thread Alexander V. Lukyanov
On Tue, Nov 20, 2007 at 08:11:33AM +1100, Terry Allen wrote: lftp -u lftptestuser,test123 -e mirror -n / /Users/lftptestuser/lftptest --delete testftp.com It mirrors, will delete non-existent files mirror new ones, but after completion, it sits still logged in - can anyone tell me

Re: how to specify the time of the next day in 'at' command

2007-11-19 Thread Alexander V. Lukyanov
On Mon, Nov 19, 2007 at 08:12:01PM +0100, Ting Zhou wrote: eg: at 08:00 -- exit top kill This command will exit lftp at 08:00. But how can I exit lftp at 08:00 tomorrow? at tomorrow 08:00 -- exit top kill -- Alexander..

Re: lftp problem

2007-11-13 Thread Alexander V. Lukyanov
On Wed, Nov 14, 2007 at 12:17:38AM +0100, [EMAIL PROTECTED] wrote: Is possible change output for ls to display only files, please? Consider using `glob echo *' or `cls'. -- Alexander.

Re: Patch for 99% CPU usage on Mac OS X Leopard due to failed poll() on tty device

2007-11-12 Thread Alexander V. Lukyanov
On Sun, Nov 11, 2007 at 04:00:38PM -0500, Brodie Rao wrote: http://bugzilla.gnome.org/attachment.cgi?id=68325action=view. I'll Thanks. I have integrated this patch idea. -- Alexander.

Re: lftp sftp error while doing ls on a specific filename

2007-11-08 Thread Alexander V. Lukyanov
On Tue, Nov 06, 2007 at 10:59:05AM -0600, warren smith wrote: I get an error ls: Access failed: No such file while trying to list a specific file [debug dump below]. It is a limitation of SFTP protocol implementation in lftp. It cannot list a single file, only a specific directory. --

Re: LFTP 3.5.15: still trouble with net:timeout on directory upload

2007-11-08 Thread Alexander V. Lukyanov
On Thu, Nov 01, 2007 at 10:23:12AM +0100, Michael Reidt wrote: I tested the previously reported case (concerning 3.5.13) of a connection loss during directory upload (mirror) with 3.5.15 and still have the same trouble: the timeout detection doesn't seem to work in certain situations.

Re: lftp on OS X - Leopard

2007-11-01 Thread Alexander V. Lukyanov
On Wed, Oct 31, 2007 at 12:41:04PM +, Sigurjón Jónsson wrote: 1) When connected to any site /just connected) the cpu load of lftp is appr. 100%, but when I mirror a directory the load drops down to appr 3-4%. This is a known bug in MacOS X poll implementation. See FAQ.

Re: lftp 3.6.0 hangs with debug 2

2007-10-31 Thread Alexander V. Lukyanov
On Wed, Oct 24, 2007 at 12:42:13PM +0200, Andreas M. Kirchwitz wrote: The brandnew lftp 3.6.0 seems to hang on certain ftp servers if debug is set to 3 or higher. While it hangs, it uses up all It looks like a bug (?) in glibc sprintf function (%.*s format) with an invalid character sequence.

Re: Patch for french translation

2007-10-25 Thread Alexander V. Lukyanov
On Mon, Oct 22, 2007 at 02:14:44PM +0200, Alain PORTAL wrote: Here is a patch for the french translation for lftp-3.60. Patch applied. Thanks! -- Alexander..

Re: lftp 3.6.0 bug, slot command broken

2007-10-25 Thread Alexander V. Lukyanov
On Wed, Oct 24, 2007 at 02:52:12PM +1000, Michael wrote: I've just come across what seems to be a problem with the slot command, Here is the patch to fix it. -- Alexander. Index: CmdExec.cc === RCS file:

Re: LFTP on AIX 5.3

2007-10-23 Thread Alexander V. Lukyanov
On Mon, Oct 22, 2007 at 05:05:07PM -0700, Octavio Alvarez wrote: FileAccess.cc:560: error: 'class xstring' has no member named 'truncate64' AIX defines truncate as truncate64, I don't know how to fix it. I don't really want to rename my class methods. -- Alexander.

Re: LFTP: Comments when executing commands from a file

2007-10-22 Thread Alexander V. Lukyanov
On Sat, Oct 20, 2007 at 11:59:08PM +0200, Arjan Koers wrote: Today I noticed a small problem when executing commands from a file (lftp -f test.script). The last part of some comments isn't treated as a comment, but as a command. Here is a patch to fix it. -- Alexander. Index: parsecmd.cc

Re: timezone problem of LFTP

2007-10-18 Thread Alexander V. Lukyanov
On Wed, Oct 17, 2007 at 01:22:27PM +0800, [EMAIL PROTECTED] wrote: I have a ftp server in the same time zone +08 as my desktop. When I mirror something down, the time is in the future, 8 hours from the correct time. How to use ftp:timezone to correct this? I tried to change it and observed

Re: lftp implicit ftps

2007-10-18 Thread Alexander V. Lukyanov
On Wed, Oct 17, 2007 at 04:32:10PM +0200, Pavel wrote: --- PBSZ 0 --- 503 Bad sequence of command --- PROT P --- 503 Bad sequence of command For some reason the server does not accept PROT command, thus lftp does not know whether to encrypt data connection. Try set

Re: Lftp multiple mirror

2007-10-16 Thread Alexander V. Lukyanov
On Mon, Oct 15, 2007 at 05:41:35PM +0200, Jérémie Lumbroso wrote: for the options, and I could not find an option that says when mirroring, *don't* download empty folders and another option that 3.6.0 will have --no-empty-dirs option. You can try 3.6.0.rc3 beta version. says when mirroring

Re: Strange ABORT problem

2007-10-15 Thread Alexander V. Lukyanov
On Mon, Oct 15, 2007 at 11:24:28AM +0200, Damien Wyart wrote: I noticed that I could not put files on a particular FTP server. Using debug mode, I got this: --- TYPE I --- PASV --- ALLO 7846 --- STOR crypto_vie_privee.tex --- 227 Entering Passive Mode (212,27,63,3,71,129). --- 500

Re: Infinite retrying despite net:timeout while mirroring/ making directory

2007-10-15 Thread Alexander V. Lukyanov
This patch should help. -- Alexander. Index: ftpclass.cc === RCS file: /home/lav/cvsroot/lftp/src/ftpclass.cc,v retrieving revision 1.395.2.5 diff -u -p -r1.395.2.5 ftpclass.cc --- ftpclass.cc 24 Sep 2007 14:20:19 -

Re: ftp:proxy bug

2007-10-12 Thread Alexander V. Lukyanov
On Thu, Oct 11, 2007 at 05:29:36PM +0400, Arkady Sherman wrote: I've got a problem when trying to redefine the ftp:proxy and hftp:proxy Here is the patch for 3.5.14. Please try. -- Alexander. Index: NetAccess.cc === RCS file:

Re: Infinite retrying despite net:timeout while mirroring/ making directory

2007-10-11 Thread Alexander V. Lukyanov
On Thu, Oct 11, 2007 at 01:46:13PM +0200, Michael Reidt wrote: LFTP 3.5.13 retries forever (despite the net:timeouts) if the connection breaks while directory information is retrieved, see below. I think this hasn't occured in previous releases?!? Could you please have a look? Turn on debug

Re: lftp-3.6.0.rc1 doesn't compile on OSF/1

2007-10-09 Thread Alexander V. Lukyanov
On Mon, Oct 08, 2007 at 10:26:21PM +0300, Tommi Raulahti wrote: Decided to make a test drive with 3.6 .. but... as usual, everything doesn't go as planned... cxx: Error: FileSet.cc, line 279: no operator -* matches these operands OS: OSF/1 5.1 Compiler: cc cxx Please try this patch.

Re: Lftp multiple mirror

2007-10-08 Thread Alexander V. Lukyanov
On Sun, Oct 07, 2007 at 02:38:00PM +0200, Jérémie Lumbroso wrote: I want to mirror folders TEST01 ... TEST09 to the local directory, so I do: mirror -i TEST0[1-9] ./ ./ But that also creates the nine FINAL01 ... FINAL09 folders as empty folders (and it also creates the whole subtree of those

Re: Use STAT instead of LIST

2007-10-08 Thread Alexander V. Lukyanov
On Sat, Oct 06, 2007 at 09:05:15AM -0400, Jeffrey Litvin wrote: Tried it. With this option it looks like the STAT command gets wiped out and LIST once it fails over to try to use that.. --- CLNT lftp/pre3.6.0.20070920 --- 200 Command okay --- -la Oops. Here is the patch to fix it.

Re: Use STAT instead of LIST

2007-10-05 Thread Alexander V. Lukyanov
On Thu, Oct 04, 2007 at 08:46:56AM -0400, Jeffrey Litvin wrote: Working Ftp Client: --- STAT -la --- List Complete: 1 KB in 0.63 seconds (2.5 KB/s) Try this setting: set ftp:list-options -la Also on a side note while I was looking at the debug output, I noticed in 3.6.0 and 3.5.14

Re: OTP specifications

2007-09-26 Thread Alexander V. Lukyanov
On Tue, Sep 25, 2007 at 07:11:19PM +0400, Arkady Sherman wrote: Alexander, could you tell which FTP specification manuals did you use to implement OTP/S-Key method of authorization? I just took wget implementation. -- Alexander.

Re: lftp: explicit TLS/SSL question

2007-09-24 Thread Alexander V. Lukyanov
Please try this patch. The problem was the code 221 instead of normal 211. -- Alexander. Index: ftpclass.cc === RCS file: /home/lav/cvsroot/lftp/src/ftpclass.cc,v retrieving revision 1.395.2.4 diff -u -p -r1.395.2.4 ftpclass.cc

Re: Move of lftp installation as it is

2007-09-21 Thread Alexander V. Lukyanov
On Thu, Sep 20, 2007 at 04:25:27PM +0200, [EMAIL PROTECTED] wrote: is it possible to simply move a lftp installation from one directory to another? Or are their any self-related dependencies from the lftp binary? There are some hard coded paths in lftp executable: SYSCONFDIR/lftp.conf

Re: last modification dates on lftp Web pages

2007-09-21 Thread Alexander V. Lukyanov
On Thu, Sep 20, 2007 at 11:40:08PM -0700, Brolin Empey wrote: Alexander V. Lukyanov [EMAIL PROTECTED] wrote: The file modification time is substituted automatically. Then why does http://lftp.yar.ru/index.html say Last changed by hand: 2005-09-26 when the file (index.html) was last modified

Re: error in release date for v3.5.13 on news page

2007-09-19 Thread Alexander V. Lukyanov
On Tue, Sep 18, 2007 at 12:57:52PM -0700, Brolin Empey wrote: On the lftp news page, it says: Version 3.5.13 - 2007-87-23 The 87 should be 08. Thank you. I have fixed it. PS: Why do you have these Last changed by hand dates? Why not have Because html files are created automatically

Re: possible bug on lftp with ssl on port 990

2007-09-17 Thread Alexander V. Lukyanov
On Mon, Sep 17, 2007 at 09:56:38AM +0200, Andreas John wrote: With GNUTLS: ls: Fataler Fehler: gnutls_handshake: A TLS packet with unexpected length was received. Newer versions of lftp handle this error properly too. Upgrade. I could swear this happend with lftp_3.5.14-1_i386 (debian

Re: possible bug on lftp with ssl on port 990

2007-09-16 Thread Alexander V. Lukyanov
On Fri, Sep 14, 2007 at 05:58:49PM +0200, Andreas John wrote: Alexander V. Lukyanov schrieb: On Fri, Sep 14, 2007 at 03:11:30PM +0200, Andreas John wrote: 2.) It does not set PROT P: Try: set ftps:initial-prot Yay, that worked! Merci! (I do not really understand why

Re: possible bug on lftp with ssl on port 990

2007-09-14 Thread Alexander V. Lukyanov
On Fri, Sep 14, 2007 at 03:11:30PM +0200, Andreas John wrote: 2.) It does not set PROT P: Try: set ftps:initial-prot -- Alexander.

Re: ssl:check-hostname configuration item

2007-09-11 Thread Alexander V. Lukyanov
On Sun, Sep 09, 2007 at 05:34:56PM +0800, Lamer wrote: I'm sending you a minor patch to support ssl:check-hostname configuration item. If set to yes (default) and ssl:verify-certificate is also yes, the certificate's hostname is matched against the entered hostname. If ssl:check-hostname is

Re: LFTP 3.5.13 patch

2007-08-31 Thread Alexander V. Lukyanov
On Thu, Aug 30, 2007 at 02:19:10PM -0600, Craig Ruff wrote: When performing a data transfer, the server can send either a 125 or 150 response to indicate the transfer is starting. RFC 959 states in section I have applied the patch, thanks! 3.5.14 will be released shortly. -- Alexander.

Re: lftp

2007-08-31 Thread Alexander V. Lukyanov
On Fri, Aug 31, 2007 at 03:23:01PM -0700, Ma, Xiangjiang wrote: I found the latest version of LFTP 3.5.13 on cygwin did not work with regular ftp site. It logged in anonymously without problem, however, it hung on waiting when I typed 'ls'. It worked well with sftp by the way. Could you

Re: Large files truncated

2007-08-22 Thread Alexander V. Lukyanov
On Mon, Aug 20, 2007 at 02:28:45PM -0500, [EMAIL PROTECTED] wrote: The problem we're having is large files being truncated in ASCII mode when lftp receives a timeout from a server where REST is not supported Please test this patch. -- Alexander. Index: FileCopy.cc

Re: Failure with sftp:// on files of 64KB or larger

2007-08-20 Thread Alexander V. Lukyanov
On Sat, Aug 18, 2007 at 09:31:36PM -0500, Thomas L. Shinnick wrote: But using lftp sftp://that_host; only works for the 16KB size, and fails on 64KB or bigger. This patch should fix the problem. -- Alexander. Index: SFtp.cc

Re: LFTP Files Transfer Log.

2007-08-19 Thread Alexander V. Lukyanov
On Fri, Aug 17, 2007 at 04:42:04PM +, Roudy Veve wrote: I got some Compilation Errors about RateLimit.h, this file is not included in the Release. I'm sorry for that. A new snapshot 20070819 is in the place with the file RateLimit.h, please try. -- Alexander.

Re: A suggestion for a new command in LFTP

2007-08-19 Thread Alexander V. Lukyanov
On Fri, Aug 17, 2007 at 02:05:48PM -0400, Glen Brydon wrote: that you seem to deprecate the use of the -E and --Remove-source-files options and I would like to know why. In fact it is hard to guarantee that the files had been transferred successfully without comparing them or their hashes and

Re: LFTP Files Transfer Log.

2007-08-17 Thread Alexander V. Lukyanov
On Fri, Aug 10, 2007 at 03:42:09PM +, Roudy Veve wrote: Can you tell me how to get the file transfer log in lftp, Please try lftp-pre3.6.0-20070817 from ftp://ftp.yar.ru/lftp/devel/, it logs transfers to ~/.lftp/transfer_log -- Alexander.

Re: trouble using mirror

2007-08-17 Thread Alexander V. Lukyanov
On Fri, Jul 27, 2007 at 02:48:14PM +0200, dOCtoR MADneSs wrote: the file, then when arriving to the end, it restarts the transfer, again and again, no way to tell him to do it once. I tried with/without mirror Please try lftp-pre3.6.0-20070817 from ftp://ftp.yar.ru/lftp/devel/, the problem is

<    1   2   3   4   5   6   7   8   9   10   >