https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (In reply to David Nind from comment #8)
I'd like to test, any tips on setting up configuring an SFTP server to run in KTD?
(I looked for some tutorials, but couldn't find anything that made sense to me.)
Take a look at the Docker hub entry for "atmoz/sftp". You should be able to add something like the following to your docker-compose.yml: sftp: image: atmoz/sftp command: USERNAME:PASSWORD:::upload networks: - kohanet I've used this image and config for other non-Koha projects before when I was testing SFTP clients, and it worked well. -- You are receiving this mail because: You are watching all bug changes.