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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 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 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: 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 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: 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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: [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: 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: 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: {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: 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: 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: 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: 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: '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: 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: [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: 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: 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: 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: 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: 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: 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: lftp 100% cpu problem

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

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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: Need HELP on LFTP

2008-11-26 Thread Alexander V. Lukyanov
On Wed, Nov 26, 2008 at 03:07:42PM +0100, Boissonneau Nicolas wrote: I have to get throught a ftp proxy server on my site that will request user name, URL destination and proxy_user_password. Then the destination FTP server will request user name and password to accept connexion. Please send

Re: lftp question

2008-12-03 Thread Alexander V. Lukyanov
On Tue, Dec 02, 2008 at 02:44:32PM -0700, [EMAIL PROTECTED] wrote: The commad we use: lftp --parallel=2 --use-pget -n=200 -v -r -c open sftp://ip address/d10004/oradata/THIDS/archive_log/; pget -n 10 $x; exit Do you use mirror with options --parallel=2 --use-pget-n=200 ? If so, these options

Re: possible error in lftp with REST

2008-12-08 Thread Alexander V. Lukyanov
On Fri, Dec 05, 2008 at 02:59:41PM -0800, John Wyles wrote: The issue I have may not be a real issue and I will let you decide. With lftp. connecting to a site that does not advertise the resume feature, (REST) will not be tried (using the reget or mirror command). I thought lftp was

Re: Lftp how direct client to use EPSV ?

2009-01-13 Thread Alexander V. Lukyanov
On Fri, Jan 02, 2009 at 03:37:29PM +0100, Berger, Josef wrote: Hello, On our RedHat z/Linux we use lftp version 3.0.6. we can connect to our z/OS1.8 FTP server. The connection hangs after the ls,dir,put or get command. It seems lftp uses passive FTP and our Firewall needs Extended Passive

Re: Lftp how direct client to use EPSV ?

2009-01-27 Thread Alexander V. Lukyanov
On Tue, Jan 27, 2009 at 09:05:26AM +0100, Berger, Josef wrote: To check the set ftp:ignore-pasv-address we have been refreshed lftp to Version 3.7.8. when using this setting, Data connection also hangs. In the lftp log we can see the message Address returned by PASV seem to be incorrect and

Re: Lftp logon with Key-file

2009-03-03 Thread Alexander V. Lukyanov
On Wed, Feb 11, 2009 at 09:50:54AM +0100, Berger, Josef wrote: I try lftp logon with ssl:key-file and ssl:cert-file. Any idea why lftp tries logon with USER anonymous (set ftp:ssl-allow-anonymous no) ? By default, lftp does not use ssl for anonymous connections. Set ftp:ssl-allow-anonymous to

Re: lftp bug: Endless retries on servers not supporting to append.

2009-03-17 Thread Alexander V. Lukyanov
On Sun, Mar 15, 2009 at 08:52:05PM +0100, Manuel Reimer wrote: --- REST 5760 --- 350 Restarting at 5760. Send STORE or RETRIEVE to initiate transfer --- STOR hu.po --- 451 hu.po: Append/Restart not permitted, try again Closing data socket lftp doesn't interpret this error and tries to

Re: Can't make all levels of path using mkdir -p with sftp protocol

2009-04-16 Thread Alexander V. Lukyanov
On Thu, Apr 16, 2009 at 05:04:31PM +0800, 戴明仁 (mingjen_tai) wrote: I’m trying to log onto a sftp server using lftp, and make multi-levels of path by mkdir –p. But lftp reports error. Here is the debug message. Please try this patch. -- Alexander. Index: FileAccess.cc

Re: documentation for ftp:prefer-epsv in manpage

2009-04-23 Thread Alexander V. Lukyanov
On Wed, Apr 22, 2009 at 06:40:58PM +0200, Robert Spillner wrote: please add some documentation about ftp:prefer-epsv setting to the manpage so people will know what to try while trying to log in to an ftp-server that doesn't support epsv. At least my attempts didn't work: Thanks for the

Re: lftp script using autocomplete

2009-04-27 Thread Alexander V. Lukyanov
On Mon, Apr 27, 2009 at 12:55:07AM +0200, Menno Dijkstra wrote: the same. What i would like is the following; lftp site cd /TV mirror Prison[TAB] /TV/Prison.Break/S4/ exit how would i let lftp actually do the [TAB] autocomplete? Try this: glob -d mirror Prison* /TV/Prison.Break/S4 If

Re: lftp script using autocomplete

2009-04-29 Thread Alexander V. Lukyanov
On Tue, Apr 28, 2009 at 02:47:37PM +0200, Menno Dijkstra wrote: I got two additional small questions; Please read `man lftp'. -- Alexander..

Re: Bug in LFTP 3.7.12

2009-04-29 Thread Alexander V. Lukyanov
On Wed, Apr 29, 2009 at 01:03:23PM +0300, jacek.luc...@tieto.com wrote: Looks like there might be a bug in lftp 3.7.12 release. I've compiled this version on RHEL 4.7 and after executing set -a command, lftp gives Segmentation Fault. If you need more info, just let me know. Please try this

Re: SFtp::MakeFileInfo() bug? of lftp-3.7.5 and above

2009-05-05 Thread Alexander V. Lukyanov
On Tue, May 05, 2009 at 08:12:41AM +0900, Naofumi Yasufuku wrote: I've updated lftp from (very old) 3.5.6 to the latest 3.7.13 on my FreeBSD box, and found that sftp directory listing does't work correctly if sftp:charset is set. Please try this patch. I think, utf8_to_lc(na-longname) call

Re: possible bug in lftp's mirror command

2009-05-21 Thread Alexander V. Lukyanov
On Wed, May 20, 2009 at 11:32:24PM +0200, Guglielmo Bondioni wrote: Hello and kudos for LFTP. I've observed an odd behaviour that looks like a possible bug to me. Running lftp -c mirror http://somehost/ , lftp correctly retrieves all the files, but if it finds a directory whose name

Re: possible bug in lftp's mirror command

2009-05-21 Thread Alexander V. Lukyanov
On Thu, May 21, 2009 at 02:12:15PM +0200, Guglielmo Bondioni wrote: /var/www$ cat cat: : No such file or directory I mean, do the command in lftp. Do this: lftp open http://server/foo%20bar/ lftp cat -- Alexander..

Re: [lftp] passwords containing special characters

2009-05-27 Thread Alexander V. Lukyanov
On Tue, May 26, 2009 at 12:36:17AM +0200, Emmanuel GUILLEMONT wrote: I can't find out how to connect a distant server when password contains strange letters, by example let's have a ftp account such as login : myself password: oY9;8z)kHY Command like lftp

Re: Remove incomplete upload

2009-05-29 Thread Alexander V. Lukyanov
On Wed, May 27, 2009 at 02:20:38PM +0200, Werner Mahr wrote: I'm trying to upload via -f parameter. I first used put -O ./ file, but after my connection got an reconnect while uploading, it just prints errors instead of completing the file. The error is: --- 227 Entering Passive Mode

Re: net:limit-max

2009-06-11 Thread Alexander V. Lukyanov
On Thu, Jun 11, 2009 at 01:25:55PM +0100, mog wrote: I don't mind at all if the communications channel uses more bandwidth so it's a bit faster, and generally just wanted to limit the bandwidth of just the data transfer. Should limit-max not achieve this, or have I slightly misunderstood

Re: net:limit-max

2009-06-15 Thread Alexander V. Lukyanov
On Thu, Jun 11, 2009 at 05:48:30PM +0100, mog wrote: The confusing thing for me is that yesterday the net:limit-rate setting was successfully controlling the speed of the data transfer, but today You confuse limit-rate and limit-max, they have different purpose. -- Alexander..

Re: lftp feature request

2009-06-17 Thread Alexander V. Lukyanov
On Wed, Jun 17, 2009 at 05:22:21PM -0400, Justin Piszcz wrote: With lftp; lftp :~ fg fg: no current job Probably the last backgrounded job has terminated already. -- Alexander..

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