https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766
Nick Clemens (kidclamp) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Nick Clemens (kidclamp) <[email protected]> --- (In reply to David Nind from comment #10) > Thanks for the suggestion and configuration David! > > I can get it to run and start up fine. > > However, I'm at a loss/none the wiser after reading the readme, on how to > connect to the SFTP server from within the Koha container. Any tips would be > appreciated! > > For example: > 1. How to connect to the SFTP server. (Do I need to install an SFTP client > on the Koha container?) > 2. What username and password to use, or how to set one up. 1 - you can sftp from the command line: sftp user@sftp 2 - The username and password are set in the command line in David's example, so if you did command: foo:bar:::upload the user would be foo and the password bar You should add the lines to docker-compose-light.yml -- 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/
