lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.08k stars 159 forks source link

add option to enable/disable background job verbose logging #705

Open agowa opened 11 months ago

agowa commented 11 months ago

When a mirror transfer is started and then put into the background via CTRL+Z, it keeps writing its verbose (-v) output to the terminal (unexpected, but technically not an issue so far), but there is no way to stop it (the issue).

Proposed change: entering "debug off" should also disable the verbose mode of backgrounded jobs (or add a "verbose on/off" command)