https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39190 Bug ID: 39190 Summary: Rework new (S)FTP classes to be polymorphic classes Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org We add a new UI for managing (S)FTP servers with bug 35761. We want to use these new configurations in other bugs, but the classes currently are just storage and don't offer the transport code. This patchset updates the classes to implement transport methods utilising polymorphism. We also clean up the API's a little to follow more RESTful best practices. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.