Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FTPS support #44

Open
jgoldverg opened this issue Sep 7, 2022 · 0 comments
Open

Add FTPS support #44

jgoldverg opened this issue Sep 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented Sep 7, 2022

The current FTP Reader and Writer do not support FTPS I believe. There should be some configurable way to make the FTPClient use ssl.

I would read through the javadocs to check if there is some easy flag.

The set up: When an endpoint type of ftp is used for source or destination then we use the FTP Reader or Writer(or both). Now if the flag in transfer-options(encrypt) is set to true then we want to use FTPS and not the base FTP protocol. The FTPClient class should support FTPS if a flag is passed in.
This can be done in the FTPConnectionPool where we create clients so that the readers and writers do not have to change.

@franky-naidu franky-naidu self-assigned this May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants