[lftp-devel] providing key file for ssh in fish protocol

2014-10-14 Thread akshay gupta
Hi All, I want provide a key file for authentication in fish protocol. Fish internally uses ssh for connection and ssh have a support for providing key files for password less authentication, how can I provide key file using lftp for FISH protocol. Thanks, Akshay

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

2014-10-14 Thread akshay gupta
Sorry for the delayed response, It works!! I'll let you know if i find any more bugs :) ~ Akshay On Fri, Oct 3, 2014 at 7:42 PM, Alexander V. Lukyanov l...@netis.ru wrote: On Tue, Sep 30, 2014 at 10:35:37PM +0530, akshay gupta wrote: Its causing unpredictable behaviour in case of fuse

[lftp] providing key file for ssh in fish protocol

2014-10-14 Thread akshay gupta
Hi All, I want provide a key file for authentication in fish protocol. Fish internally uses ssh for connection and ssh have a support for providing key files for password less authentication, how can I provide key file using lftp for FISH protocol. Thanks, Akshay

[lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Alexander V. Lukyanov
lftp-4.5.6 and 4.6.0 have been released. Changes: Version 4.6.0: * new torrent --share option. * new setting mirror:require-source. * new settings xfer:use-temp-file and xfer:temp-file-name. * ftp: wait for QUIT reply before closing control socket. + fixes from 4.5.6 Version 4.5.6 (stable - bug

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
Error to compile lftp-4.6 on Ubuntu 14.04 64 bits with './configure --with-modules --without-gnutls --without-openssl': Making all in m4 Making all in doc Making all in lib Making all in src ftpclass.cc: In member function 'virtual int Ftp::Do()': ftpclass.cc:1614:22: error: 'PROT' is not a member

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
Without '--with-modules' fails too. And without any flag in './configure' fails compilation too in another point: Making all in m4 Making all in doc Making all in lib Making all in src lftp_ssl.cc: In member function 'int lftp_ssl_gnutls::read(char*, int)': lftp_ssl.cc:563:62: error:

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Jeroen Roovers
On Tue, 14 Oct 2014 14:14:26 +0200 Juan Simón deced...@gmail.com wrote: Without '--with-modules' fails too. And without any flag in './configure' fails compilation too in another point: Making all in m4 Making all in doc Making all in lib Making all in src lftp_ssl.cc: In member

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
The 4.5.6 has the same error: $ ./configure --with-modules --without-gnutls --without-openssl $ make Making all in m4 Making all in doc Making all in lib Making all in src ftpclass.cc: In member function 'virtual int Ftp::Do()': ftpclass.cc:1614:22: error: 'PROT' is not a member of

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
Please, can anyone compile any of these versions? Is this a dependency problem or syntax error? I try to compile the 4.5.5 version again (I have uninstalled it) and now I can't: $ make Making all in m4 Making all in doc Making all in lib Making all in src ftpclass.cc: In destructor

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
I have compiled 4.6.0 version without any flags (CFLAGS,...) and without parallel compilation and with complete output: /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
I have found the origin of this bug: https://github.com/lavv17/lftp/issues/98#issuecomment-59123679 2014-10-14 23:34 GMT+02:00 Juan Simón deced...@gmail.com: I have compiled 4.6.0 version without any flags (CFLAGS,...) and without parallel compilation and with complete output: /bin/bash

Re: [lftp] providing key file for ssh in fish protocol

2014-10-14 Thread Alexander V. Lukyanov
On Tue, Oct 14, 2014 at 04:12:50PM +0530, akshay gupta wrote: I want provide a key file for authentication in fish protocol. Fish internally uses ssh for connection and ssh have a support for providing key files for password less authentication, how can I provide key file using lftp for FISH

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Alexander V. Lukyanov
On Tue, Oct 14, 2014 at 01:57:58PM +0200, Juan Simón wrote: Error to compile lftp-4.6 on Ubuntu 14.04 64 bits with './configure --with-modules --without-gnutls --without-openssl': Making all in m4 Making all in doc Making all in lib Making all in src ftpclass.cc: In member function 'virtual

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Alexander V. Lukyanov
On Tue, Oct 14, 2014 at 02:14:26PM +0200, Juan Simón wrote: lftp_ssl.cc:563:62: error: 'GNUTLS_E_PREMATURE_TERMINATION' was not declared in this scope else if(res==GNUTLS_E_UNEXPECTED_PACKET_LENGTH || res==GNUTLS_E_PREMATURE_TERMINATION) Please see this patch. -- Alexander. diff