On Thu, Jun 21, 2012 at 10:39:26AM +0800, blueeye wrote:
>I want to report a bug about LFTP (lastest 4.3.7)
>It's about "mirror --allow-chown" with "numeric user name".
>LFTP confused the uid & username. (tar zcPf doesn't)
>
>for example, if I have PC A, B with the same master.pass
On Sun, Jun 17, 2012 at 12:58:07PM -0500, Glenn Maynard wrote:
> I'm on a new ISP, and it has a problem: it randomly corrupts TCP packets.
> I haven't managed to get my ISP to fix it, so I'm doing what I can to work
> around it. With HTTPS downloads, I end up getting these errors:
>
> recv:
On Sat, Jul 07, 2012 at 08:14:10PM +0200, Noël Köthe wrote:
> Am Dienstag, den 03.07.2012, 13:26 +0400 schrieb Alexander V. Lukyanov:
>
> > >for example, if I have PC A, B with the same master.passwd.
> > >They all have one line:
> > >9100075:*:3018
On Sat, Jul 14, 2012 at 12:21:10AM -0500, Glenn Maynard wrote:
> On Tue, Jul 3, 2012 at 4:28 AM, Alexander V. Lukyanov wrote:
>
> > This patch should make this error non-fatal.
> >
>
> Sorry, just got to testing this.
>
> I had to comment out the "&& t
On Tue, Jul 17, 2012 at 09:55:12AM -0500, Glenn Maynard wrote:
> That works too, but when is errno ever nonzero here? It appears to only
> ever be called immediately after calling gnutls_handshake,
> gnutls_record_recv or gnutls_record_send.
I think that gnutls_* functions call read/write and tho
On Wed, Jul 18, 2012 at 05:36:40PM -0500, Glenn Maynard wrote:
> errno unchanged). If you want to check errno, you should at least set
> errno = 0 before the call to make sure it's cleared.
I do.
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.r
On Tue, Jul 24, 2012 at 03:45:01PM -0400, Gary D Walborn wrote:
> We have a vendor who requires us to upload data via FTPS (NOT SFTP) using
> passive mode and explicit SSL. This seems to work fine using WinSCP, but I
> have not been able to get the same results via lftp. I was hoping someone
> mi
On Wed, Jul 25, 2012 at 09:12:44AM -0400, Gary D Walborn wrote:
> Well, I recompiled lftp with openSSL support instead of GnuTLS support.
> Some things have gotten better, but I am still unable to transfer files as
> a new message has cropped up. A transcript of my session follows:
The server r
On Wed, Jul 25, 2012 at 11:11:27AM -0400, Gary D Walborn wrote:
>I specified 'set ftp:initial-prot ""' as you suggested, but I am still
> having the same problem.
Please try:
set ftp:ssl-auth TLS
--
Alexander.
___
lftp mailing list
lftp@uniya
On Thu, Jul 26, 2012 at 08:10:47AM -0400, Gary D Walborn wrote:
> THAT WORKED! Thank you very much! I appreciate the help, but I'd really
> like to understand this. What "tipped you off" that that was the problem?
AUTH SSL implied PROT P by default, so lftp does not send the PROT command.
In
On Fri, Aug 03, 2012 at 11:50:41AM +0200, sacha wrote:
> I want to use lftp with socks for login and list and not for data.
> I have tryed with tsocks I never can get data out of socks.
lftp cannot use socks library selectively. It uses it for all network
connections. Maybe you should look at libs
On Fri, Aug 03, 2012 at 11:32:29AM +0100, Omega Weapon wrote:
> It seems that every directory bar one has the '1899-12-30 00:00'
> modified date (which will naturally cause rsync to choke).
Please turn on debug in lftp (command "debug") and see what the
server returns for MDTM command.
--
Ale
On Fri, Aug 03, 2012 at 12:36:32PM +0200, sacha wrote:
> >lftp cannot use socks library selectively. It uses it for all network
> >connections. Maybe you should look at libsocks configuration for it to skip
> >using socks server for some tcp ports.
> >
> ftp:bind-data-socket shouldn't be a working
On Fri, Aug 03, 2012 at 01:16:50PM +0200, sacha wrote:
> >
> >When lftp is linked with socks library, it passes all socket calls to the
> >library, including the bind() call.
> >
> I disapointed to learn this design restriction. Will socks be
> handled like http ou ftp proxies ?
I don't use socks
On Fri, Aug 03, 2012 at 03:00:33PM +0100, Omega Weapon wrote:
> On 03/08/12 11:51, Alexander V. Lukyanov wrote:
> >On Fri, Aug 03, 2012 at 11:32:29AM +0100, Omega Weapon wrote:
> >>It seems that every directory bar one has the '1899-12-30 00:00'
> >>modified d
On Thu, Aug 09, 2012 at 12:48:40PM +0200, Jeroen Roovers wrote:
> Martin Jansa reported[1] a bug compiling lftp against GNU libc 2.16. The
> code assumes gets is defined when in 2.16 it is not. The attached
> patch adds the necessary check.
Thank you! But the patch should go to gnulib people... I'
On Tue, Jun 26, 2012 at 08:03:23AM +0800, blueeye wrote:
> Hi,
>Sorry for my poor English.
>I want to report a bug about LFTP (lastest 4.3.7)
>It's about "mirror --allow-chown" with "numeric user name".
>LFTP confused the uid & username. (tar zcPf doesn't)
This will be fixed in the
On Tue, Jun 26, 2012 at 01:58:11PM +, Alexander Pettersson wrote:
> Tanks for a great software. I "hope" I have found a bug and not just wasting
> your time...
> I cannot get s/key to work. Everything looks nice but I think it calculates
> the MD5 hash wrong...
> When I use normal FTP and opi
On Tue, Aug 07, 2012 at 03:55:21PM +0200, Grohmann, Carsten wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x003641201140 in strcat () from /lib64/libtermcap.so.2
> (gdb) bt full
> #0 0x003641201140 in strcat () from /lib64/libtermcap.so.2
> No symbol table info available.
On Wed, Aug 22, 2012 at 04:30:50PM -0700, Nate Sutton wrote:
> Is there a way to multipart post with a file using lftp?
What do you mean by "post"?
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
On Tue, Aug 28, 2012 at 02:07:25PM +0200, Grohmann, Carsten wrote:
> The bug is still there. I've installed the libtermcap debug info packages to
> have more information.
> The back trace has changed a little bit. It looks like a cosmetic change only.
Please try another patch.
--
Alexander.
d
On Wed, Sep 26, 2012 at 04:25:56PM +0200, Angelo Amoruso wrote:
> Tools as Filezilla, ftp, or ncftp access the remote directory just
> fine - they "brutally" send the "CWD /vol/nfs_vm01" command.
> lftp instead, as seen by packet capture, does the "cd" in two steps
> and fails since "/vol" is not a
On Thu, Sep 20, 2012 at 01:16:38PM +1000, Felipe Alvarez wrote:
> xfer:make-backups is _not_ making backups, either on remote site (with
> put), or locally (with get). I have verified that it is set by typing:
It makes backups only locally and the backup file is removed after successful
transfer
On Sun, Sep 02, 2012 at 06:44:15PM +1000, Adam Baxter wrote:
> Hi everyone,
> Any idea why help commands would stop working when lftp is connected
> to two FIFOs?
Try "set interacive yes".
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://
Patch applied. Thanks!
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
On Sun, Oct 07, 2012 at 02:53:21PM +0200, Jakub Bogusz wrote:
> I've prepared Polish translation updated for lftp 4.4.0, available at:
> http://qboosh.pl/pl.po/lftp-4.4.0.pl.po
>
> Please update.
Update applied. Thanks!
--
Alexander.
___
lftp maili
On Sun, Oct 28, 2012 at 10:14:11AM +0100, Szilagyi Szilveszter wrote:
> ---> MDTM 20121028072217 lftptest.bat
> <--- 550 20121028072217 lftptest.bat: No such file or directory*
This error just means that the server does not support overloaded MDTM
command. Probably there is no way to change modi
On Fri, Nov 09, 2012 at 09:52:16PM +, Mateusz Loskot wrote:
> I issue simple commands: connect
> lftp sftp://myuser:myp...@example.com
> then ls to list.
>
> The strange thing is that everything works very well in 1) case.
> In case 2) on Debian, it lftp hangs connecting:
>
> ~> ls
> `ls' at
On Wed, Sep 12, 2012 at 09:18:41AM +0200, COMBET Charly (DAGEMO) wrote:
> lftp_rl.c: In function `lftp_history_list':
> lftp_rl.c:88: erreur: structure n'a pas de membre nommé « timestamp »
> lftp_rl.c:89: erreur: structure n'a pas de membre nommé « timestamp »
I think you have to update you
On Thu, Sep 20, 2012 at 03:59:58AM +0530, Sachin Shetty wrote:
> I have been chasing this issue like crazy - did you guys find out what was
> the cause?
Try a newer gnutls, or compile lftp with openssl.
> <--- 150 File status okay; about to open data connection.
>
> gnutls_handshake: GnuTLS
On Fri, Nov 02, 2012 at 03:09:25PM -0700, Ami Jai wrote:
> I am trying to use FTPS using lftp of cygwin package. I have the latest
> cygwin installed. As per the below mentioned website FTPS works when lftp
> has support of GNUTLS 2.6.6.
> http://blogs.reliablepenguin.com/2009/08/11/ftps-with-lftp
On Fri, Sep 21, 2012 at 12:41:37PM -0300, Leandro Santiago wrote:
> The idea of this feature is being able to redirect the command outputs
> on remote host (when available, as in sftp) without need to get this
> output on local host and resend it to remote host.
You can do something like this with
On Fri, Nov 30, 2012 at 08:35:59AM +0700, Twatchai Saelao wrote:
> I use lftp and found when I use pwd for show current directory. I already
> show password. I do not use option ‘-p’.
It's because you have entered the password insecurely. How did you enter
the password?
--
Alexander.
On Wed, Dec 12, 2012 at 04:14:07PM +0100, Idar Lund wrote:
> Is it possible to turn off those "[FEAT negotiation...]" messages?
use "set interactive off" in .lftp/rc
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mail
On Thu, Dec 13, 2012 at 11:56:36AM +0100, Idar Lund wrote:
> Allready tried it, with no luck.
Oops. Please try this patch.
--
Alexander.
diff --git a/src/CmdExec.cc b/src/CmdExec.cc
index 283a74b..dc7d855 100644
--- a/src/CmdExec.cc
+++ b/src/CmdExec.cc
@@ -537,7 +537,7 @@ int CmdExec::Do()
On Sat, Dec 15, 2012 at 01:26:39PM +0100, J1 Simón wrote:
> The last version is wrong, it's 4.4.0.
Fixed. Thanks!
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
On Thu, Dec 27, 2012 at 11:37:40AM -0500, Christopher Stone wrote:
> user@server:~> /usr/local/bin/lftp -e 'set ftp:ssl-allow 0; set
> net:socket-bind-ipv4 10.0.50.41; set net:max-retries 4; set
> ssl:verify-certificate no; set ftp:use-tvfs yes; mirror --no-empty-dirs
> --dereference --no-perms --v
On Wed, Jan 02, 2013 at 01:39:41PM +0100, tlou...@ubal.to wrote:
> hi,
> I'm trying to connect to the proftpd server:
> ---> USER tloudev
> <--- 331 Password required for tloudev
> ---> PASS
> <--- 230 User tloudev logged in
> ---> PWD
> <--- 230 Ls oi a:2013-01-02 13:18:34
> ---> PBSZ 0
> <--
On Tue, Jan 01, 2013 at 08:04:28PM -0800, depig wrote:
> 1. Does it because lftp support ftps on port 990 only?
> Because if I treat the server as a normal ftp server with port 9990 by
> command: lftp ftp://192.168.200.77:9990, it works fine.
I bet you should use the above URL, apparently the ftp
On Mon, Jan 14, 2013 at 06:50:11PM -0500, M. Robinson wrote:
> http://web.archive.org/old-web/20110706192834/http://tutorials.papamike.ca/pub/lftp.html
I've added this new link. Thanks!
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://un
On Fri, Jan 18, 2013 at 01:09:16PM +0100, J1 Simón wrote:
> I want to define a script to show a tray icon while lftp is
> running in background. There is no way to define this because there
> isn't a command like "set cmd:at-background", so I'll show the tray
> icon while lftp i
On Sun, Dec 16, 2012 at 03:21:19PM +0100, Eric Heintzmann wrote:
> Please support FreeDesktop.org XDG basedir specification for lftp
I have implemented this spec, please test the git sources.
For compatibility, ~/.lftp (or $LFTP_HOME) will be used if it exists.
xdg-move script to move the files
On Mon, Jan 21, 2013 at 03:34:03PM +0100, J1 Simón wrote:
> IMHO, should have 3 commands:
> cmd:at-exit-fg -> when foreground lftp exits
> cmd:at-exit-bg -> when background lftp exits. (this exists)
> cmd:at-exit -> when lftp foreground exits but it isn't backgrounded.
That's ok to add another set
On Thu, Jan 24, 2013 at 11:58:24AM +0100, J1 Simón wrote:
> El jue 24 ene 2013 08:30:55 CET, Alexander V. Lukyanov escribió:
> >So let's add cmd:at-exit-fg which will be executed when lftp terminates
> >in foreground. cmd:at-exit will be executed when lftp either terminates
On Thu, Jan 24, 2013 at 08:52:17PM +0100, J1 Simón wrote:
> In my case I want to put a tray icon when lftp goes background and
> delete this icon when lftp terminates or goes to foreground. With
> the actual commands I can't do this.
I would just monitor ~/.lftp/bg directory for this task. When th
On Fri, Jan 25, 2013 at 10:36:28AM +0100, J1 Simón wrote:
> I just have compiled the new git version and now it fails the next case:
> I attach the last session backgrounded, I kill the job and exit:
>
> 10:32:39 at-exit
> 10:32:39 at-exit-fg
> 10:32:39 at-exit
> 10:32:39 at-exit-fg
I think the s
On Fri, Jan 25, 2013 at 10:21:55AM +0100, J1 Simón wrote:
> Hi,
> When I execute autogen.sh of git version, it executes
> ./configure too but it shows this warning:
>
>configure: WARNING: unrecognized options: --enable-maintainer-mode,
>--enable-compile-warnings
I have removed those u
On Wed, Jan 30, 2013 at 03:22:57PM +0100, J1 Simón wrote:
> Hi,
> I'm trying to download the version 4.4.0 of lFTP (due to the bug
> with passwords of the version 4.4.1) but in download page
> (http://lftp.yar.ru/get.html) only it shows the link to last
> version, so I've clicked in several mirrors
On Thu, Jan 31, 2013 at 03:35:05PM +0100, J1 Simón wrote:
> When I download something from my FTP server (vsftpd v3.0.2)
> with lftp v4.4.0 the upload bandwidth is high: 90-150 KB/s, is this
> normal? Why lftp uses so much upload bandwidth?
Can you compare it to other ftp clients? What is the
On Wed, Jan 30, 2013 at 03:08:48PM +0100, J1 Simón wrote:
> My FTP password has punctuation symbols. I've saved the login in
> .lftp/bookmarks file with password. Until v4.4.0 this worked, now
> with v4.4.1 it doesn't connect to FTP server and it shows "Login
> failed: 530 Login incorrect."
Th
On Fri, Jan 25, 2013 at 11:48:40AM +0400, Alexander V. Lukyanov wrote:
> Probably two more settings are needed:
>cmd:at-background
>cmd:at-terminate
I've added them in 4.4.2, please try.
--
Alexander.
___
lftp mailing list
lft
On Fri, Feb 01, 2013 at 12:28:50PM +0100, J1 Simón wrote:
>
> El 01/02/13 07:53, Alexander V. Lukyanov escribió:
> >On Thu, Jan 31, 2013 at 03:35:05PM +0100, J1 Simón wrote:
> >> When I download something from my FTP server (vsftpd v3.0.2)
> >>with lftp v4.4.0 th
On Mon, Feb 04, 2013 at 12:02:49PM +0100, J1 Simón wrote:
>
>
> El lun 04 feb 2013 10:13:46 CET, Alexander V. Lukyanov escribió:
> >On Fri, Jan 25, 2013 at 11:48:40AM +0400, Alexander V. Lukyanov wrote:
> >>Probably two more settings are needed:
> >>cmd:at-ba
On Mon, Feb 04, 2013 at 07:17:30PM +0100, J1 Simón wrote:
> >Try "./configure --without-included-regex".
>
> Ok, this way it compiles but will I be able to use regular
> expressions with "mirror -i / -x"?
Yes, it will use regex from glibc.
--
Alexander.
__
On Tue, Feb 05, 2013 at 01:54:26PM +0100, J1 Simón wrote:
> El 04/02/13 10:13, Alexander V. Lukyanov escribió:
> >On Fri, Jan 25, 2013 at 11:48:40AM +0400, Alexander V. Lukyanov wrote:
> >>Probably two more settings are needed:
> >>cmd:at-background
> >>
On Sat, Feb 02, 2013 at 10:39:03AM -0500, b...@lavabit.com wrote:
> First, I noted that the progress bar was removed in this release when
> running non-interactively. Would it be possible to add a verbosity level
> to enable this feature instead of automatically turning it off? It is
> useful whe
On Wed, Feb 06, 2013 at 09:20:25AM +0100, J1 Simón wrote:
> >>attach the backgrounded session but "cmd:at-exit-bg" isn't executed.
> >>I detached the session and it backs to background. lftp executes:
> >>
> >>13:51:55 at-terminate
> >>13:51:55 at-background
> >>
> >>at-terminate? Lftp stil
On Wed, Feb 06, 2013 at 02:34:24PM +0100, J1 Simón wrote:
> So really this command actually is useless and it doesn't what it
> says it does. What's the difference with "at-exit", "at-exit-bg" and
> "at-exit-fg"? Which is the way to attach a background session
> without launch another lftp instance
On Mon, Feb 11, 2013 at 09:45:25AM -0500, doug.free...@gm.com wrote:
> Has anyone been able to get this compiled on HPUX?
> I am trying to get this compiled on HPUX 11.23 (PA_RISC) and it keeps
> failing with the message:
>
> checking for readline... configure: error: need installed readline-deve
On Tue, Jan 22, 2013 at 12:18:16PM +0100, Gert Mattheeusen wrote:
> It seems impossible to compile LFTP with socks support in Cygwin.
>
> *configure: error: cannot find -lsocks library*
You have to install socks library first.
--
Alexander.
___
lft
On Tue, Feb 12, 2013 at 09:26:01PM +, p cooper wrote:
> so it looks to me like its replacing the files that already existon
> the remote server.
> the only thing i can think of is that the remote server is in a
> different timezone ( 8 hours hehind me )
> Could that make a difference ?
It cou
I have decided to make a new setting cmd:show-status which will control
whether the status line should be displayed.
The reason is that even for non-interactive scripts it can be interesting
to see the status line. So if you don't need the status line, you will
use "set cmd:show-status no".
The s
On Fri, Feb 15, 2013 at 02:33:36PM +0200, Hetz Ben Hamo wrote:
> I'm using Fedora 18 and LFTP which I must say - a great utility!
> I'm not sure exactly when, but it seems to me for the last few days that
> issuing a command like: lftp -c pget -n 10 'http://blah/file.bin' for
> example - doesn't sh
On Thu, Feb 14, 2013 at 09:35:49PM +, p cooper wrote:
> mirror: Access failed: 553 Improper name (Date::Manip::Zones.3pm)
I think it is a limitation of the server.
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/ma
On Fri, Feb 22, 2013 at 11:34:10AM +0100, Benoit Benoit wrote:
> I have problems with lftp and SSL server SSLexplicit and passive mode.
> I have installed ubuntu 12.10, and now fedora 18, and i have still the
> error with debug 5.
> 534 invalid security parameters : control session mus
On Fri, Feb 22, 2013 at 01:04:20PM +0100, Benoit Benoit wrote:
> Hi,
> Thx for your help !
> Today i use lftp 4.4.2-1 fc18(32bits) in FEDORA 18
> I have uninstall the 4.4.3 complile with openssl.
> The result of "open ftps://..." is :
> "Fatal Error : *gnutls_handshake*: A TLS *packet* with unexpec
On Fri, Feb 22, 2013 at 03:26:10PM +0100, Benoit Benoit wrote:
> Precision : I'm sure it's SSL explicit protocol. It works well with
> Filezilla.
Please try "set ftp:ssl-auth SSL".
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.un
On Tue, Feb 26, 2013 at 04:21:10PM +0100, StalkR wrote:
> lftp does not support http://en.wikipedia.org/wiki/Server_Name_Indication
> GnuTLS and OpenSSL both support it (OpenSSL by default since 0.9.8j).
> Test site: https://sni.velox.ch/
This patch should enable SNI in lftp. Thank you for the tip
lftp-4.4.4 is released now.
What's new:
* added support for TLS SNI extension.
* added UDP tracker support.
* added cls -a option to show dot files.
* new setting cmd:show-status.
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uni
On Tue, Mar 05, 2013 at 04:46:47PM +0100, SanskritFritz wrote:
> Ok, besides of being offended that no one answered to my problem :) I
Sorry for not replying. I'm glad you've solved the problem.
> tried to localize the problem and to my amazement it was magically
> solved. Ok, not so magically, I
On Sun, Feb 24, 2013 at 11:20:04PM -0800, Morten Hustveit wrote:
> The -c option is documented in the help output as "continue, reget".
The traditional ftp client has "reget" command that is referred to here.
> "-c continue transfer. Appends to preexisting local files"
>
> to calm people who ar
On Mon, Feb 25, 2013 at 02:12:19PM +, Macko, Robb E wrote:
> We are receiving the error message below, and customer is reporting that data
> is truncated.
I suspect this particular sftp server has a problem with FSETSTAT command,
which is used by lftp to set the file modification time.
> ---
On Mon, Mar 11, 2013 at 08:51:17AM +, one2 wrote:
> The issue is the following: on directories that has complete release including
> racestats and completed and other messages ( 0 size files) I get timeout when
> trying to do a ls or dir.
I suspect the ftp protocol gets out-of-sync. Please sen
On Tue, Mar 12, 2013 at 02:27:56AM -0700, James Patterson wrote:
> It would be really useful if ls -tr worked.
Try cls command for that.
> It would also be useful if ls | grep "Mar 11" worked.
You should quote the quotes, like this:
ls | grep \"Mar 11\"
The reason is that lftp interprets th
On Wed, Mar 06, 2013 at 09:31:06PM +, Michel DE ROUCK wrote:
> Could you help me with following problem ?
> GNUTLS: HSK[0x10f33b0]: Selected cipher suite: RSA_AES_128_CBC_SHA1
...
> GNUTLS: REC[0x10f33b0]: Expected Packet[4] Change Cipher Spec(20) with
> length: 1
> GNUTLS: REC[0x10f33b0]: Re
On Thu, Mar 14, 2013 at 04:37:25PM +0100, Juan Simón wrote:
> I
> have tried to download the last stable version of lftp but:
>
> The requested page "/pub/source/lftp/lftp-4.4.5.tar.xz" could not be found.
It should be fixed now. Thank you for report!
--
Alexander.
_
On Thu, Mar 14, 2013 at 01:21:32AM +0100, Alois Mahdal wrote:
> SSL_CA_FILE="$HOME/geotrust.pem"
> lftp -c "set ftp:list-options -a;
> set ssl:ca-file $SSL_CA_FILE
> What is most confusing is the
>
> gnutls_x509_crt_list_import: The peer did not send any
> certificate.
T
On Sun, Apr 07, 2013 at 06:12:20PM +0200, Robert Urban wrote:
> 1. I cannot specify the protocol (for example, sftp) to use on the command
> line.
> I'm trying to use lftp to issue the 'du' command to the remote host
> non-interactively, as follows: "echo "du -sk ." | lftp -u myuser,mypass
> host
On Thu, Apr 11, 2013 at 06:27:05PM +, marco wrote:
> I am adding this to the mirror option.
> --exclude-glob distri/sites/.*/files/styles/
You have to use glob syntax:
--exclude-glob distri/sites/*/files/styles/
or regex syntax:
--exclude ^distri/sites/.*/files/styles/
Glo
On Wed, Mar 27, 2013 at 06:29:31AM +0100, Sven Bloch wrote:
> <--- 226 Closing data connection
> Got EOF on data connection
> Schließe den Daten Socket
>
> I get often this errors. I dont know why lftp close the connection.
I don't see any error here. lftp closes the data socket because
On Tue, Apr 16, 2013 at 03:15:26PM +0200, marco wrote:
> then i tried this, with the aim to only exclude foo/modules and NOT
> foo/bar/modules
>
> --exclude ^[a-z]*/modules/ \
>
> this is a valid regex in my testing tool but this will cause an error
>
> mirror: Access failed: 550 / : No such file o
On Wed, Apr 17, 2013 at 05:57:00AM +0100, Alex Mason wrote:
> Anyone?
I have committed a fix to github. Please test.
> On 20 Feb 2013, at 18:49, Alex Mason wrote:
>
> > The mirror command seems to ignore symbolic links when using SFTP.
> >
> > It appears lftp detects symlinks by parsing ls outpu
On Tue, Apr 23, 2013 at 03:34:43PM -0400, doug.free...@gm.com wrote:
> Does anyone know the correct syntax for setting the LRECL and RECFM for a
> file being sent to the mainframe from Linux via lftp?
> I've tried a number of different combinations and cannot get it to work.
> It doesn't complain
On Wed, Apr 24, 2013 at 12:48:12PM -0400, doug.free...@gm.com wrote:
> I am using the sftp feature of lftp.
I don't think it is possible to do with sftp. The site command could be useful
in case of plain ftp.
--
Alexander.
___
lftp mailing list
lftp
On Thu, May 09, 2013 at 10:45:49AM -0400, Jason McLeod wrote:
> Are there server side requisites for the xfer:verify to work? Does it work
> with uploading files?
No, it only works for downloaded files. In fact, lftp cannot verify an
uploaded file without downloading it back.
--
Alexander.
_
On Mon, May 13, 2013 at 02:45:45PM -0400, doug.free...@gm.com wrote:
> We are running lftp Version 4.4.5 on Suse Linux 11.2
>
> It uses Readline 6.0
>
> When trying to do a put -a for some files, we are getting the error:
>
> put: cannot seek on data source
ascii mode does not support resuming
Hello!
lftp version 4.4.6 has been released.
What's new:
* improved sftp backend with symlink info retrieving (readlink).
* new cls option -a to show dot files.
* new setting cmd:cls-exact-time.
* fixed NULL dereference when torrent:use-dht is off.
* fixed torrent for info_hash with NUL character
On Fri, May 17, 2013 at 07:42:25PM +0200, Hauke Hoffmann wrote:
> I've got a question because of an inaccuracy in the manpage für
> "lftp". For the parameter "net:max-retries (number)" it sais:
>
> "the maximum number of sequential retries of an operation
> without success. 0 means unlimited."
On Sun, May 19, 2013 at 09:08:16AM +0200, Jakub Bogusz wrote:
> I've just updated Polish translation for lftp 4.4.6.
>
> Also note that pl.po included in lftp 4.4.6 is incorrectly recoded to
> UTF-8 (assuming input in iso-8859-1 instead of iso-8859-2 and without
> charset update in header).
>
> T
On Tue, May 21, 2013 at 07:45:06PM +0200, Petr Písař wrote:
> ---
> po/cs.po | 19 +--
> 1 file changed, 9 insertions(+), 10 deletions(-)
Patch applied. Thanks!
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniya
Hello!
lftp version 4.4.7 has been released.
What's new:
* translations update (pl, cs).
* fixed "get -c" looping in some cases.
* fixed translations encoding (pl, it, es, pt_BR).
* fixed occasional file corruption and garbage logging in Fish protocol.
--
Alexander.
_
On Thu, May 23, 2013 at 01:16:23PM -0500, Mike Trang wrote:
> Thanks for constant updates of LFTP. I'm running it on mac and its been
> working fine on 4.4.5, but on on 4.4.6 I was experiencing the -c loop and I
> still experience it now on 4.4.7
Please provide a debug output. What backend proto
On Fri, May 24, 2013 at 06:26:05AM +0200, Petr Pisar wrote:
> I wanted to use hidden too, but then I realized that hiding .* files is only
> a unix convention and that it could confuse users of other operating systems,
> so I used literal translatation for dotty. Actully, the English text reads
> d
Hello!
lftp version 4.4.8 has been released.
What's new:
* add support for redirections in torrent metainfo fetching.
* add support for gzip Content-Encoding in http.
* fixed an endless loop in mirror from sftp.
--
Alexander.
___
lftp mailing list
On Sat, May 25, 2013 at 08:15:39AM +0200, Petr Písař wrote:
> ---
> po/cs.po | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Patch applied. Thanks!
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman
On Wed, May 29, 2013 at 01:26:11PM -0500, Andrew Reis wrote:
> buffer_zlib.cc:90: error: 'inflateReset2' was not declared in this scope
On Wed, May 29, 2013 at 09:44:05PM +0100, David Crick wrote:
> buffer_zlib.cc:90:42: error: 'inflateReset2' was not declared in this scope
> z_err = inflateRe
On Thu, Jun 13, 2013 at 05:52:36PM +0800, Liu Xian wrote:
> but, what situation could we use ssl:key-file ?
It's for ftps or https protocols.
--
Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
On Wed, Jul 03, 2013 at 03:09:01PM +0100, Tony Eva wrote:
> However when I try to connect to a remote SFTP server, after entering the
> userid and password, if I try 'ls' the prompt status says 'connecting' and
> it stays like that for ever. I can ^C to abort it, but any command that
> needs to co
On Fri, Aug 02, 2013 at 10:28:25AM +, one2 wrote:
> I understand that, but the server is not under my control.
> Windows clients (ftprush, flashfxp) work fine, also some old linux clients
> like pftp works fine.
> Tried up/downloading files with curl that worked fine too, but I'd rather
> use t
On Mon, Jun 24, 2013 at 02:12:17PM -0400, Andrew Saul wrote:
> /usr/local/bin/lftp -p 22 -u $login,$pass $host << EOF
> > set mirror:use-pget-n 5
> > mirror -v --continue --parallel=5 --newer-than $last_run_file --no-perms
> > --depth-first --no-empty-dirs --log=$log_file $remote_dir $local_dir
> >
1 - 100 of 1564 matches
Mail list logo