elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

Investigate if possible to support FTP (ideally FTPs with TLS) #138

Open andrewreshitko opened 2 months ago

andrewreshitko commented 2 months ago

Other Feature Request

Description

Request from Boris: Would it be possible to add FTP (ideally FTPs with TLS) support in SFTP component that only support SFTP for now? Here are the information to connect to our FTP test folder

This folder is not exposed on a web server, only with FTP access and you have all rights, create, update as well as delete.

Definition of Done

[What you expected to be implemented]

A3a3e1 commented 2 months ago

Investigate if possible to support FTP (ideally FTPs with TLS)

It is not. I mean it is possible to add this to the SFTP component but it would not make sense. As the protocols are totally different and the library we use in the SFTP component does not support FTPs

So it makes sense to create a new component FTP(s) component