This is a file hosting and URL shortening service http://0xff.i2p
 
 
 
Go to file
HidUser0 c4075c122f
Update cleanup.py
2023-01-16 15:46:51 +03:00
clients Rename Xeha client script 2022-02-25 15:56:40 +03:00
instance Add ending 2023-01-16 14:32:03 +03:00
templates Add ending 2023-01-16 14:32:03 +03:00
.gitignore Add ending 2023-01-16 14:32:03 +03:00
README.md Add verbose 2023-01-16 14:19:31 +03:00
cleanup.py Update cleanup.py 2023-01-16 15:46:51 +03:00
fhost.py Add verbose 2023-01-16 14:19:31 +03:00

README.md

The Full Pointer

This is a file hosting and URL shortening service that also runs http://0xff.i2p.

Original repo: https://github.com/mia-0/0x0

Usage

HTTP POST files here:

curl --proxy 127.0.0.1:4444 -F'file=@yourfile.png' http://0xff.i2p

Verbose HTTP POST:

curl --proxy 127.0.0.1:4444 -F v=1 -F'file=@yourfile.png' http://0xff.i2p

Upload command output:

command | curl -T - --proxy 127.0.0.1:4444 http://0xff.i2p

Upload command output with stderr:

command 2>&1 | curl -T - --proxy 127.0.0.1:4444 http://0xff.i2p

Or you can shorten URLs:

curl --proxy 127.0.0.1:4444 -F'shorten=http://example.com/some/long/url' http://0xff.i2p

Client scripts

Client scripts are located in the clients/ directory.