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

Feature: (S)FTP integration #2

Open
cerus opened this issue May 28, 2021 · 4 comments
Open

Feature: (S)FTP integration #2

cerus opened this issue May 28, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@cerus
Copy link
Owner

cerus commented May 28, 2021

Implement (S)FTP to upload / delete artifacts. The only way to upload artifacts at the moment is through the use of external commands, like Linux's scp, and that's not really great.

I would add an ftp section to the config (like the ssh section) with an instructions array (upload file, delete file, ..). The Destination.Order enum would have to be changed too. The Gson type adapters will also have to be changed and a new type adapter for the ftp section needs to be added.

Please comment if you would like to work on this.

@cerus cerus added enhancement New feature or request good first issue Good for newcomers labels May 28, 2021
@erickluz
Copy link

erickluz commented Jul 31, 2021

I would like to work on this! What do you think about the Apache Mina as lib for to do this?

@cerus
Copy link
Owner Author

cerus commented Aug 1, 2021

Sure, go ahead! Please make sure to follow the contribution guidelines :)
(In regards to rule 1: you don't have to create a new issue since this one already exists.)

@cerus
Copy link
Owner Author

cerus commented Sep 9, 2021

Any updates?

@erickluz
Copy link

I'm in development!

What do you think of the current SCP resource remaining on the system?

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