https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41020 --- Comment #111 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200282&action=edit Bug 41020: (QA follow-up) Fix FTP crash and guard remote ops with --confirm _abort_operation() crashed when both $path and $self->{connection} were undef (e.g. on a failed Net::FTP->new call), because the fallback expression called ->pwd on undef. Remote file transport operations (connect, download, delete/rename on remote) were not guarded by the --confirm flag, causing them to run in dry-run mode. All transport operations now require --confirm. Error/ failure messages from the transport block now also respect --verbose. -- You are receiving this mail because: You are watching all bug changes.