-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d793a5
commit 6c234d5
Showing
4 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
 | ||
|
||
# Go Share files! | ||
|
||
Share your files easily with friends using Cloudproviders. | ||
|
||
# Supported Cloud Providers: | ||
|
||
* Dropbox | ||
* Google Drive | ||
|
||
# Howto share? | ||
|
||
``` | ||
user@srv# sharecmd /etc/hosts | ||
Uploading 361 B/361 B | ||
2018/11/28 19:03:07 URL: https://drive.google.com/open?id=1C77TZBMT0PESUvsIPetGzrK36LqGFqza | ||
URL copied to clipboard! | ||
``` | ||
|
||
# Howto setup? | ||
|
||
``` | ||
user@srv# sharecmd --setup | ||
``` | ||
|
||
# Notes: | ||
Sharecmd uploads the file to the configured cloud provider and does a public | ||
share of the file for anyone who has the link. The link will be copyed to system | ||
clipboard (windows/linux/macos) | ||
|
||
# Provider Notes: | ||
|
||
## Dropbox: | ||
It uploads alls files to /Apps/sharecmd (folder auto generated) | ||
|
||
## Googledrive: | ||
It uploads alls files to /sharecmd (folder may needs to be created) | ||
|
||
|
||
# Documentation: | ||
[](https://godoc.org/github.com/mschneider82/easygo) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.