Adrian Malacoda 4be9bd83bf android: implement better mechanism for generating filename from file uri, using jodd to map mime type to extension and using the file's extension if it has one (sometimes it does not)
note that blindly trusting the name/extension of the file has security ramifications if you don't know what you are doing (and even if the extension is correct, e.g. if you upload a php file to a php enabled server). It is expected you know what you are doing since you have full control of the server.
2020-10-30 04:55:17 -05:00
2020-10-26 09:07:45 -05:00
2020-10-25 07:57:18 -05:00

Project Pie Cannon

Pie Cannon is an easy way to upload files to the internet and get a shareable link. File goes in, link comes out.

It doesn't come with a backend because you're expected to bring your own. A plain old FTP/SFTP+HTTP server will work fine, but support for more backends is on the way.

This project is separated into a library and a desktop application (targeting mainly GNU/Linux), with an Android application in the works.

How to use

TODO

Description
"PieCannon" is an app for sharing files easily using a server you own or a third-party service.
Readme 140 KiB
Languages
Java 97.7%
Makefile 1.2%
Shell 1.1%