Re: lftp 4.1.0 patches in Owl

2010-11-25 Thread Alexander V. Lukyanov
On Fri, Nov 26, 2010 at 02:46:17AM +0300, Solar Designer wrote: glob.c:23:1: warning: _GL_ARG_NONNULL redefined ./string.h:324:1: warning: this is the location of the previous definition Please send this one to gnulib maintainers. Also, JFYI, the -owl-warnings patch was by Vasiliy (CC'ed),

Re: [PATCH] Add xfer:log-dir parameter to write transfer_log in arbitrary dir.

2011-02-07 Thread Alexander V. Lukyanov
On Tue, Feb 01, 2011 at 10:42:22AM +0300, Timur Sufiev wrote: I think it would be convenient to specify arbitrary directory for storing transfer_log (it is useful when several processes using lftp I think it is better to specify a file name rather than a directory. Use xfer:log-file setting

Re: [PATCH] some servers needs force SSL3.0 when lftp is built with gnutls

2011-02-07 Thread Alexander V. Lukyanov
On Thu, Jul 01, 2010 at 05:17:30PM +0200, Jiri Skala wrote: Hi, some servers needs force SSL3.0 when lftp is built with gnutls. There is mandatory setting to enable this forcing: Patch applied with some changes. Thanks! -- Alexander.

Re: [PATCH] Add xfer:log-dir parameter to write transfer_log in arbitrary dir.

2011-02-10 Thread Alexander V. Lukyanov
On Thu, Feb 10, 2011 at 02:07:35PM +0300, Timur Sufiev wrote: On Tue, Feb 01, 2011 at 10:42:22AM +0300, Timur Sufiev wrote: I think it would be convenient to specify arbitrary directory for storing transfer_log (it is useful when several processes using lftp I think it is better to specify a

Re: [BUG] server time zone ignored in some situations

2011-03-09 Thread Alexander V. Lukyanov
On Sat, Mar 05, 2011 at 05:22:32PM -0800, Chris Moore wrote: This ends up using Ftp::ConvertFtpDate() in ftpclass.cc, which ignores the timezone, instead doing: return mktime_from_utc(tm); This is correct. MDTM command must return GMT time. From the draft-ietf-ftpext-mlst-16.txt: Time

Re: buffer overflow with certain ssh servers

2011-03-17 Thread Alexander V. Lukyanov
On Mon, Mar 14, 2011 at 11:08:49AM +, Sean Purdy wrote: On Mon, 14 Mar 2011, Alexander V. Lukyanov said: On Fri, Mar 11, 2011 at 04:09:17PM +, Sean Purdy wrote: I'm getting a buffer overflow when connecting to certain ssh servers with lftp. Please recompile lftp with debug

Re: buffer overflow with certain ssh servers

2011-03-18 Thread Alexander V. Lukyanov
On Thu, Mar 17, 2011 at 01:37:53PM +, Sean Purdy wrote: On Thu, 17 Mar 2011, Alexander V. Lukyanov said: On Mon, Mar 14, 2011 at 11:08:49AM +, Sean Purdy wrote: On Mon, 14 Mar 2011, Alexander V. Lukyanov said: On Fri, Mar 11, 2011 at 04:09:17PM +, Sean Purdy wrote: I'm

Re: [PATCH] Reconfig() is not executed after set commands when using lftp -c or lftp -e

2011-06-08 Thread Alexander V. Lukyanov
On Wed, Jun 01, 2011 at 06:50:53PM +0200, Fernando Gutierrez wrote: **Problem: Certain options like cmd:parallel won't work when used with lftp -c because Reconfig is never called. This happens to all the options This patch should fix the problem properly. ResMgr::Set calls Reconfig methods of

Re: [PATCH] Ideas about the exit code of lftp

2011-06-10 Thread Alexander V. Lukyanov
On Wed, Jun 01, 2011 at 06:58:29PM +0200, Fernando Gutierrez wrote: When fixing another bug I found out the exit code lftp returned to shellscripts wasn't what I was expecting it to be. Patch applied. Thanks! -- Alexander.

Re: [lftp-devel] lftp find extension { -name ? -type ? -mtime ? like local GNU find }

2012-01-13 Thread Alexander V. Lukyanov
On Mon, Jan 09, 2012 at 10:57:04AM -0800, Cheng Renquan wrote: I found current lftp find command only list dir/files recursively, it's not so useful, What I expect is find could support like local GNU find that support -name ? -type ? -mtime ? those options ? -name option can be replaced by

Re: [lftp-devel] [lftp] mirror -n -R over webdav ignores ready-mirrored files (#19)

2012-06-19 Thread Alexander V. Lukyanov
On Mon, Jun 18, 2012 at 11:47:10AM -0700, Christian Harms wrote: If found the difference. The WebDAV server cant handle the allprop-request-body. Try the PROPFIND without a request-body: Please try this patch. -- Alexander. diff --git a/src/FileSet.cc b/src/FileSet.cc index

Re: [lftp-devel] lftp patch for dnssec checks

2012-09-24 Thread Alexander V. Lukyanov
On Wed, Sep 05, 2012 at 11:42:14AM -0400, Robert Story wrote: - update README.dnssec - fix a typo in error message and add a warning for untrusted domains if dns:strict-dnssec is not set Patch applied. Thanks! -- Alexander. ___ lftp-devel

[lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Alexander V. Lukyanov
A new development snapshot is available from http://lftp.yar.ru/ftp/devel/lftp-pre4.5.0-20131206.tar.gz * optimized cpu usage. * fixed file info fetching from http server. Please test. -- Alexander. ___ lftp-devel mailing list

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Alexander V. Lukyanov
BTW, I have just fixed a failed assert in heap code (removing the last heap item is a special case that was not handled properly). -- Alexander. ___ lftp-devel mailing list lftp-devel@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-13 Thread Alexander V. Lukyanov
: Alexander V. Lukyanov [mailto:l...@netis.ru] Sent: Friday, December 13, 2013 8:39 AM To: Justin Piszcz Cc: lftp-devel@uniyar.ac.ru Subject: Re: lftp-pre4.5.0-20131206 On Thu, Dec 12, 2013 at 04:24:14AM -0500, Justin Piszcz wrote: lftp is still reading 65536 buffers, but not larger than

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-13 Thread Alexander V. Lukyanov
On Fri, Dec 13, 2013 at 10:06:34AM -0500, Justin Piszcz wrote: 1. Yes, there are only 17 instances of EAGAIN for the first 10-20GB (test run), the strace log is now filled with read and write activity. That's great. 2. The default buffer size remains 65536 (as shown in strace) (with the

Re: [lftp-devel] Fix posix_fallocate m4 check for cross-compilation.

2013-12-15 Thread Alexander V. Lukyanov
I have applied your patch. Thanks! -- Alexander. ___ lftp-devel mailing list lftp-devel@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

[lftp-devel] lftp snapshot 20140205 available

2014-02-05 Thread Alexander V. Lukyanov
http://lftp.yar.ru/ftp/devel/lftp-4.4.99.20140205.tar.gz Please test. CPU usage comparision for 4929376768 bytes transferred via ftp over 100Mb/s ethernet: 4.4.15 4.4.99.20140205 Ratio -- -- - user1m0.437suser

[lftp-devel] lftp snapshot 20140513 is available

2014-05-13 Thread Alexander V. Lukyanov
http://lftp.yar.ru/ftp/devel/lftp-4.4.99.20140513.tar.gz Please test. Most notable changes: * show last disconnect cause for a few seconds in the session status. * improved torrent DHT search. -- Alexander. ___ lftp-devel mailing list

[lftp-devel] lftp snapshot 20140522 is available

2014-05-22 Thread Alexander V. Lukyanov
http://lftp.yar.ru/ftp/devel/lftp-4.4.99.20140522.tar.gz Please test. Most notable changes: * new setting xfer:max-log-size to limit transfer log size. -- Alexander. ___ lftp-devel mailing list lftp-devel@uniyar.ac.ru

Re: [lftp-devel] possible bug in lftp mirror using xfer:use-temp-file option

2014-10-03 Thread Alexander V. Lukyanov
On Tue, Sep 30, 2014 at 10:35:37PM +0530, akshay gupta wrote: Its causing unpredictable behaviour in case of fuse mounted file system. Please look into it if it can be resolved. Please test the new snapshot http://lftp.yar.ru/ftp/devel/lftp-4.5.5.20141003.tar.gz -- Alexander.

Re: [lftp-devel] [lftp] Bug in lftp mirror when using xfer:use-temp-file option

2014-10-27 Thread Alexander V. Lukyanov
On Mon, Oct 27, 2014 at 01:30:42PM +0530, akshay gupta wrote: --- RETR test.txt --- 150 Opening BINARY mode data connection for 'test.txt' (202 bytes). Got EOF on data connection Closing data socket --- 226 Transfer complete. So the file cannot be renamed locally, right? Is there a

Re: [lftp-devel] [lftp] Bug in lftp mirror when using xfer:use-temp-file option

2014-10-27 Thread Alexander V. Lukyanov
On Mon, Oct 27, 2014 at 05:53:19PM +0530, akshay gupta wrote: now its producing 0 byte files and i am also getting input/output error here are the debug logs: copy: renaming `/mount/user/tom/test.txt_tmp_' to `test.txt' mirror: rename(/mount/user/tom/test.txt_tmp_, /mount/user/tom/test.txt):

Re: [lftp-devel] [lftp] Compressing data at destination machine

2014-11-25 Thread Alexander V. Lukyanov
On Tue, Nov 25, 2014 at 06:44:32PM +0530, akshay gupta wrote: I want to store the data that is being pulled by lftp mirror job in a compressed format. Is it possible that mirror function can check file download status from inside of that tar, zip etc. Is it possible to implement such a

Re: [lftp-devel] [lftp] Compressing data at destination machine

2014-11-27 Thread Alexander V. Lukyanov
On Fri, Nov 28, 2014 at 11:55:07AM +0530, akshay gupta wrote: I dont want lftp to extract data from archives, I want it to compress it into archive so that it occupies less space at the destination side. Is this feasible to do in lftp? Take a look at zipfs: https://github.com/hanwen/go-fuse

Re: [lftp-devel] [lftp] Compressing data at destination machine

2014-12-02 Thread Alexander V. Lukyanov
to unmount it before changing the zip file. Do you have any other similar opensource software in mind that could also support writes. You can try the other way: ftpfs. -- Alexander. On Fri, Nov 28, 2014 at 1:06 PM, Alexander V. Lukyanov l...@netis.ru wrote: On Fri, Nov 28, 2014 at 11

Re: [lftp-devel] Handling for small files

2015-02-24 Thread Alexander V. Lukyanov
On Tue, Feb 24, 2015 at 11:07:23AM +, akshay gupta wrote: I am using fish protocol. If possible, try to use sftp. Fish is not quite the most efficient option. Even ftp is better, especially with pipelining (set ftp:sync-mode off). -- Alexander. On Tue, Feb 24, 2015, 4:23 PM Alexander

<    1   2   3   4