APTrust / dart-runner

Run DART jobs and workflows without a GUI.
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Add SFTP support #3

Open diamondap opened 2 years ago

diamondap commented 2 years ago

Uploads should work via SFTP as well as S3. Several current DART users require SFTP.

diamondap commented 2 years ago

For the client library, see https://github.com/pkg/sftp.

Docs are at https://pkg.go.dev/github.com/pkg/sftp.