https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds a new |This enhancement adds a new release notes|command line utility |command line utility |misc/cronjobs/sftp_file.pl |misc/cronjobs/sftp_file.pl |that allows libraries to |that allows libraries to |securely transfer MARC data |securely transfer MARC data |to an SFTP server. |to an SFTP server. | | |Example usage: |Example usage: |misc/cronjobs/sftp_file.pl |misc/cronjobs/sftp_file.pl |--host sftp --user koha |--host sftp --user koha |--pass koha --upload_dir |--pass koha --upload_dir |upload --file /tmp/test.mrc |upload --file /tmp/test.mrc | | |Additional information: |Additional information: |1. |1. |Use |Use |misc/cronjobs/sftp_file.pl |misc/cronjobs/sftp_file.pl |--help to list all the |--help to list all the |options available. |options available. |2. Two |2. Two |new notices are available: |new notices are available: |SFTP_FAILURE and |SFTP_FAILURE and |SFTP_SUCCESSFUL. |SFTP_SUCCESSFUL. |3. The |3. The |from address for any emails |from address for any emails |defaults to |defaults to |KohaAdminEmailAddress if |KohaAdminEmailAddress if |ReplytoDefault is not set. |ReplytoDefault is not set. | | |Example of usage and |##### Example of usage and |workflow |workflow |--------------------------- | |-- |In New Zealand, | |libraries need to send MARC |In New Zealand, |files to a remote server |libraries need to send MARC |(using SFTP) to keep the |files to a remote server |national Te Puna union |(using SFTP) to keep the |catalogue up to date. |national Te Puna union | |catalogue up to date. |This | |enhancement allows NZ |This |libraries to automate |enhancement allows NZ |sending their MARC files |libraries to automate |by: |sending their MARC files |1. Using the |by: |runreport.pl cronjob to |1. Using the |generate a list of |runreport.pl cronjob to |bibliographic numbers. |generate a list of |2. |bibliographic numbers. |Using the export_records.pl |2. |cronjob to generate the |Using the export_records.pl |MARC file for those |cronjob to generate the |bibliographic numbers. |MARC file for those |3. |bibliographic numbers. |Use a new sftp_file cronjob |3. |to transfer the MARC file |Use a new sftp_file cronjob |to the remote SFTP server. |to transfer the MARC file | |to the remote SFTP server. | -- 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/
