https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38115
--- Comment #15 from Kyle M Hall (khall) <[email protected]> --- Created attachment 188116 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188116&action=edit Bug 38115: (follow-up) Update terminology from SFTP/FTP to file transport This follow-up patch updates the terminology in export_records.pl to use generic 'file transport' language instead of specific 'FTP/SFTP' references, aligning with the recent renaming of the underlying classes to File::Transports. Changes: - Replace $sftp_server variable with $file_transport for clarity - Update error messages to use 'file transport server' terminology - Fix incorrect error message for report_id validation - Update POD documentation to reference 'file transport servers' - Maintain consistency with the renamed admin interface and API This ensures the script terminology matches the current class structure and admin interface naming conventions. Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: Kyle M Hall <[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/
