Simple file sharing server, to upload and download file from cli
curl https://pype.sellan.fr/help
curl -T file.txt https://pype.sellan.fr
curl https://pype.sellan.fr/id/file.txt > file.txt
or
wget https://pype.sellan.fr/id/file.txt
curl https://pype.sellan.fr/id/file.txt?delete > file.txt
or
wget https://pype.sellan.fr/id/file.txt?delete
curl https://pype.sellan.fr/id/file.txt?info
curl -s -L https://pype.sellan.fr/install | $SHELL
pype file.txt
./pype.py
- Show homepage
- Easy upload and download with curl
- Show file infos
- Delete file after download
- Auto-cleaning files after expiration