systelab / systelab-cpp-doc

Umbrella project for C++ Development
0 stars 0 forks source link

SFTP Adapter #15

Open josepvilabadillo opened 3 years ago

josepvilabadillo commented 3 years ago

Is your feature request related to a problem? Please describe. Several projects in CSW need to be able to access a secure FTP server to upload data for ProDX system.

Describe the solution you'd like An interface for:

Describe alternatives you've considered The alternative is to have an implementation in each project.

Additional context There is already a working implementation for the Top SiteAgent.

josepvilabadillo commented 3 years ago

Ooops .. I just noticed this had already been added by Quim as https://github.com/systelab/systelab-cpp-doc/issues/4 :(

lurume84 commented 3 years ago

I have created cpp-sftp-adapter repository, will begin to add content. Can someone transit this to inprogress?

joaquimvila commented 3 years ago

Repo https://github.com/systelab/cpp-sftp-adapter/ contains an interface and a implementation (based on libssh) of the SFTP. This implementation have already been integrated into the Snow project.