Updated program to use scp to get files
All checks were successful
Locusworks Team/aws-s3-sync/pipeline/head This commit looks good

This commit is contained in:
2020-11-25 00:37:11 -06:00
parent e12e45d2aa
commit 4b61c811be
6 changed files with 678 additions and 13 deletions

View File

@ -120,6 +120,13 @@
<version>1.0.2-RELEASE</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.jcraft/jsch -->
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
</dependencies>
<distributionManagement>