Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brechin/fileteasend
Easy file transfer using the FileTea service
https://github.com/brechin/fileteasend
Last synced: 15 days ago
JSON representation
Easy file transfer using the FileTea service
- Host: GitHub
- URL: https://github.com/brechin/fileteasend
- Owner: brechin
- License: gpl-3.0
- Created: 2013-12-19T19:18:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T20:10:25.000Z (over 7 years ago)
- Last Synced: 2023-04-04T19:06:51.899Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileTeaSend
Easy file transfer using FileTea service
## Installation
```bash
git clone https://github.com/brechin/FileTeaSend.git
virtualenv ./fileteavenv
source ./fileteavenv/bin/activate
cd FileTeaSend
python setup.py install
```## Run
Simply run `filetea` command with `-h` or `--help` to read the help of
command. It's self explanatory.## Options and arguments
You can specify FileTea server with `FILETEAURL` environment variable or
with `-l` or `--url` arguments.The `-v` argument enable the verbose mode, you can repeat it to get more
verbose output.