You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Transfer [](https://app.codeship.com/projects/296378)
2
+
3
+
Transfer is a command line utility built as a wrapper around cURL for one purpose - Uploading files to [transfer.sh](https://transfer.sh). It abstracts away all the manual cURL syntax to make usage effortless.
4
+
5
+
## How to use?
6
+
7
+
```
8
+
$ transfer myfile.file
9
+
https://transfer.sh/t9a5Q/myfile.file
10
+
```
11
+
12
+
## Installation
13
+
You can simply install transfer by following these instructions, make sure you have `git` and `curl` installed.
0 commit comments