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 1
1
SampleApplication is intended to provide a starting point for building custom Java application integrations using the SendSafely Java Client API.
2
2
3
- #Instructions
3
+ # Instructions
4
4
Download the most recent release of the SendSafely Client API, extract, and copy all of the contained jar files into the SampleApplication/lib folder.
5
5
6
- ##Compile the sample
6
+ ## Compile the sample
7
7
8
8
` mkdir bin `
9
9
10
10
` javac -cp "lib/*" -d bin src/*.java `
11
11
12
- ##Run the sample
12
+ ## Run the sample
13
13
14
14
```
15
15
java -cp "lib/*;bin/" SendSafelyRefApp
@@ -18,7 +18,7 @@ Usage: SendSafelyRefApp SendSafelyHost UserApiKey UserApiSecret FileToUpload Rec
18
18
This program will print out the secure URL to access the package after it has been submitted.`
19
19
```
20
20
21
- ###Command Line Argments
21
+ ### Command Line Argments
22
22
23
23
- SendSafelyHost - Use your SendSafely organizaiton host or https://app.sendsafely.com
24
24
- 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