Discussion:
lftp 4.5.5
Alexander V. Lukyanov
2014-09-04 12:08:53 UTC
Permalink
lftp-4.5.5 has been released. Changes:

* added support for internationalized domain names.
* added lftp --norc option.
* added mirror "Finished" message.
* added ftp:catch-size setting.
* fixed net:max-retries setting.
* fixed byte counters in mirror status.
* fixed a segfault in ftps.
* fixed a spurious error message in fxp and ftp.


Get it from http://lftp.yar.ru/get.html or your favorite mirror.
--
Alexander.
Juan Simón
2014-09-04 12:25:18 UTC
Permalink
Error to compile this new version 4.5.5 on Ubuntu Trusty 64:
$ ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls
--without-openssl
.....
$ make
Making all in m4
Making all in doc
Making all in lib
Making all in src
ftpclass.cc: In destructor 'Ftp::Connection::~Connection()':
ftpclass.cc:1074:15: error: lvalue required as left operand of assignment
control_ssl=0; // ssl should be freed after send/recv
^
make[1]: *** [ftpclass.lo] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make: *** [all-recursive] Error 1
Post by Alexander V. Lukyanov
* added support for internationalized domain names.
* added lftp --norc option.
* added mirror "Finished" message.
* added ftp:catch-size setting.
* fixed net:max-retries setting.
* fixed byte counters in mirror status.
* fixed a segfault in ftps.
* fixed a spurious error message in fxp and ftp.
Get it from http://lftp.yar.ru/get.html or your favorite mirror.
--
Alexander.
_______________________________________________
lftp mailing list
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
Jeroen Roovers
2014-09-04 18:55:35 UTC
Permalink
On Thu, 4 Sep 2014 14:25:18 +0200
Post by Juan Simón
ftpclass.cc:1074:15: error: lvalue required as left operand of
assignment control_ssl=0; // ssl should be freed after send/recv
^
make[1]: *** [ftpclass.lo] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make: *** [all-recursive] Error 1
Patch attached.


Regards,
jer
Juan Simón
2014-09-04 19:24:41 UTC
Permalink
Thank you too much. Now it works.
Post by Jeroen Roovers
On Thu, 4 Sep 2014 14:25:18 +0200
Post by Juan Simón
ftpclass.cc:1074:15: error: lvalue required as left operand of
assignment control_ssl=0; // ssl should be freed after send/recv
^
make[1]: *** [ftpclass.lo] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make: *** [all-recursive] Error 1
Patch attached.
Regards,
jer
_______________________________________________
lftp mailing list
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
Alexander V. Lukyanov
2014-09-05 05:33:19 UTC
Permalink
Post by Jeroen Roovers
On Thu, 4 Sep 2014 14:25:18 +0200
Post by Juan Simón
ftpclass.cc:1074:15: error: lvalue required as left operand of
assignment control_ssl=0; // ssl should be freed after send/recv
^
make[1]: *** [ftpclass.lo] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make: *** [all-recursive] Error 1
Patch attached.
Applied. Thanks!
--
Alexander.
Juan Simón
2014-09-04 22:52:10 UTC
Permalink
What is the meaning of this change 'added mirror "Finished" message'?
Post by Alexander V. Lukyanov
* added support for internationalized domain names.
* added lftp --norc option.
* added mirror "Finished" message.
* added ftp:catch-size setting.
* fixed net:max-retries setting.
* fixed byte counters in mirror status.
* fixed a segfault in ftps.
* fixed a spurious error message in fxp and ftp.
Get it from http://lftp.yar.ru/get.html or your favorite mirror.
--
Alexander.
_______________________________________________
lftp mailing list
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
Alexander V. Lukyanov
2014-09-05 05:29:26 UTC
Permalink
Post by Juan Simón
What is the meaning of this change 'added mirror "Finished" message'?
Now mirror writes another messages when a transfer finishes, something like

Finished transfer `path/file' (100 Kb/s)

when verbose>=2.
--
Alexander.
Alexander V. Lukyanov
2014-09-05 15:43:57 UTC
Permalink
Post by Alexander V. Lukyanov
* added support for internationalized domain names.
* added lftp --norc option.
* added mirror "Finished" message.
* added ftp:catch-size setting.
* fixed net:max-retries setting.
* fixed byte counters in mirror status.
* fixed a segfault in ftps.
* fixed a spurious error message in fxp and ftp.
Get it from http://lftp.yar.ru/get.html or your favorite mirror.
Binaries for Fedora 19 (i686 and x86_64) are now available.
--
Alexander.
Loading...