https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766

--- Comment #9 from David Cook <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to