Initial commit

This commit is contained in:
Robert Vokac 2023-07-01 10:02:14 +02:00
commit 863aaa18c9
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055
2 changed files with 28 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
#files to ignore
*.metadata/**
*.recommenders/**
*target/**
*build/**
*.idea/**
*.iml
#*.class
/target/
*generated/*

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# ftps
Ftps is a tool to communicate with a SFTP server
Following patch may be needed in future to be applied: https://eng.wealthfront.com/2016/06/10/connecting-to-an-ftps-server-with-ssl-session-reuse-in-java-7-and-8/
## Usage
You run: ftps user:password@host:port/workindDirectory upload fileName
## How to setup your environment on Linux
Example:
alias ftps='java -jar /rv/data/desktop/code/code.nanoboot.org/nanoboot/ftps/target/ftps-0.0.0-SNAPSHOT-jar-with-dependencies.jar'