File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11SampleApplication is intended to provide a starting point for building custom Java application integrations using the SendSafely Java Client API.
22
3- #Instructions
3+ # Instructions
44Download the most recent release of the SendSafely Client API, extract, and copy all of the contained jar files into the SampleApplication/lib folder.
55
6- ##Compile the sample
6+ ## Compile the sample
77
88` mkdir bin `
99
1010` javac -cp "lib/*" -d bin src/*.java `
1111
12- ##Run the sample
12+ ## Run the sample
1313
1414```
1515java -cp "lib/*;bin/" SendSafelyRefApp
@@ -18,7 +18,7 @@ Usage: SendSafelyRefApp SendSafelyHost UserApiKey UserApiSecret FileToUpload Rec
1818This program will print out the secure URL to access the package after it has been submitted.`
1919```
2020
21- ###Command Line Argments
21+ ### Command Line Argments
2222
2323- SendSafelyHost - Use your SendSafely organizaiton host or https://app.sendsafely.com
2424- UserApiKey - Generate ApiKey and ApiSecret from your Edit Profile page when logged into the SendSafely web portal
You can’t perform that action at this time.
0 commit comments