14 Jul 2011 10:21
ANNOUNCE: lftp-4.3.1
Alexander V. Lukyanov <lav <at> netis.ru>
2011-07-14 08:21:55 GMT
2011-07-14 08:21:55 GMT
* fixed a coredump in torrent on linux with a ppp interface.
* translation updated (ru).
lftp-4.3.0:
* new command `attach' to control a backgrounded lftp.
* automatically fill torrent:ipv6 setting.
* slightly improved torrent status display.
* fixed reconnect interval (it was sometimes uninitialized).
* several fixes for the case of cmd:parallel>1 (Fernando Gutierrez).
Example for "attach" command:
$ lftp ftp.yar.ru
lftp ftp.yar.ru:~> sleep 1000 &
[0] sleep 1000 &
Sleep time left: 16m40s
lftp ftp.yar.ru:~> exit
[26084] Moving to background to complete transfers...
$ lftp
lftp :~> attach
[26084] Attached to terminal.
lftp ftp.yar.ru:~> jobs
[0] sleep 1000
Sleep time left: 15m24s
lftp ftp.yar.ru:~> kill 0
lftp ftp.yar.ru:~> exit
[26084] Exiting and detaching from the terminal.
lftp :~> exit
$
(Continue reading)
RSS Feed