https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33308
--- Comment #9 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 190463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190463&action=edit Bug 33308: (QA follow-up) Use simplified File::Transport API from bug 40811 This follow-up updates runreport.pl to use the newer simplified File::Transport API introduced by bug 40811, which provides: - Automatic connection management (no explicit connect/disconnect) - Simplified directory handling via options hash - Cleaner, more maintainable code The upload functionality now uses a single upload_file() call with a path option instead of requiring separate connect() and change_directory() calls. Also fixes minor inconsistencies in error messages (missing colons and escaped quotes). Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: Tomás Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
