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

Upload and download artifacts over SSH connection? #82

Open
ragavsathish opened this issue Feb 15, 2017 · 1 comment
Open

Upload and download artifacts over SSH connection? #82

ragavsathish opened this issue Feb 15, 2017 · 1 comment

Comments

@ragavsathish
Copy link

Hi,

I am developing a project where local files are synchronized to the remote server over SSH connection. I would like to use RemoteDataToolbox as it supports versioning of this files.

Could it be possible to upload and download the release artifacts over ssh connection?

Thanks,
Sathish

@benjamin-heasly
Copy link
Contributor

Hi @ragavsathish,

Could you say a little more about your project? For example, what software do you plan to run on the server? Are you looking at SSH because you need encryption, or some other feature?

RemoteDataToolbox works with Gradle on the client side and a Maven repository on the server side. Specifically we have been using Archiva. These tools can communicate over HTTPS, so if encryption is your goal then I would recommend using these same tools over HTTPS.

Also, these tools are where the artifact versioning gets implemented. So if we added a separate communication strategy over SSH, I am not sure how we would handle the versioning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants