We tried to make sending a file as simple as possible, to install and also to use.
wget https://raw.githubusercontent.com/abemassry/wsend/master/install.sh -O - | bash alias wsend="~/.wsend/wsend"Or if you're trying to remember it
wget https://wsend.net/wsend chmod +x wsend ./wsend file.txtYour first file is sent and wsend has been installed.
For GUI Drag and Drop: To install just drag and drop this link to your bookmarks bar. wsend
we use Dropzone.js
Using is very simple as well, just wsend a file and we give you a URL
wsend file.txtSend the file in an email (if you have the mail command set up)
wsend logfile.log | mail -s "Here was that log file you wanted" friend@example.comSend an email with the link (for Supporters and above)
wsend --mail foo@bar.com file.txt
Bash and curl
You use Linux, Unix, or Mac OSX
You've run into this problem before: http://xkcd.com/949/