genouest / biomaj-download

Download microservice for BioMAJ
GNU Affero General Public License v3.0
1 stars 7 forks source link

Allow FTPS protocol #12

Closed duboism closed 5 years ago

duboism commented 5 years ago

This PR implements the low-level logic to use the FTPS protocol (including as a direct protocol).

Note that curl and hence FTPDownloader can already handle the protocol (see the tests implemented in c54fc89 and 288177a). However, the download service didn't allow it (we think that there was a confusion between SFTP and FTPS - see 8e9b7ff).