Download the PHP package tamtamchik/composer-transfer without Composer
On this page you can find all versions of the php package tamtamchik/composer-transfer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tamtamchik/composer-transfer
More information about tamtamchik/composer-transfer
Files in tamtamchik/composer-transfer
Package composer-transfer
Short Description Easy and fast file sharing from the command-line brought to Composer community.
License MIT
Informations about the package composer-transfer
composer-transfer
Easy and fast file sharing from the command-line brought to Composer community. Based on https://transfer.sh
Features:
- Made for use with shell
- Share files with an URL
- Upload up to 10 GB
- Files stored for 14 days
- Encrypt your files
- Preview your files in the browser
- For free
Installation
Install package globally:
Note! Make sure to place the ~/.composer/vendor/bin
directory (or the equivalent directory for
your OS) in your PATH so the transfer
executable can be located by your system. Simply add this directory to your PATH in your ~/.bashrc
(or ~/.bash_profile
) like this:
Usage
Now uploading your file to the web is as easy as running transfer
command:
Or using it with a pipe (real life example):
Or for folders (require zip
on server):
Creators
Original service:
- Remco Verhoef
- Uvis Grinfelds
- All Contributors
Composer package:
- Yuri Tkachenko
- All Contributors
TODO
- Create PHP Class for uploading files to https://transfer.sh.
Copyright and license
Original https://transfer.sh code and documentation copyright 2011-2016 Remco Verhoef.
Code released under the MIT license.