Users browsing this thread: 2 Guest(s)
z3bra
Grey Hair Nixers
(18-12-2018, 06:41 AM)atbd Wrote: I recently found a pretty useful service with a cli tool: http://push.tf
I made a gentoo ebuild (https://github.com/spnngl/gentoo/blob/ma...999.ebuild) if anyone is interested

The following script will covert 90% of the use cases (note that API may change):
Code:
IDTOK=$(curl -s http://push.tf/id)
curl -F id=${IDTOK%%:*} -F token=${IDTOK##*:} -F "filename=$(basename ${1:-stdin})" -F "upload_file=@${1:--}" http://u.push.tf
printf 'http://push.tf/%s\n' ${IDTOK%%:*}

I'm a passionate C advocate, but you should know where to draw the line between wrapping a tool, or writing a new one :)
This looks over-engineered to me though, but that's only my opinion!

Some things bother me with this service though...
Quote:[...]
But there are many cases where push.tf will be the fastest and easiest solution to share or backup files.
[...]
We don't sell you the classical speech that our service is secure because we use encryption (we encrypt nothing actually). Recent security holes have proven that no one should rely on this argument. By encrypting your data before sending, you can be sure that no one will be able to read them.
[...]
you can set the expiration time in hours (max 336 hours)

http://push.tf
http://u.push.tf
Code:
$ curl -I https://push.tf
curl: (7) Failed to connect to push.tf port 443: Connection refused

When you advocate that your service is suitable for backups, or "anonymous" transfer. You cannot not provide a fully encrypted version of your service.


Messages In This Thread
Sharing Media - by venam - 25-08-2018, 04:42 AM
RE: Sharing Media - by jkl - 25-08-2018, 12:13 PM
RE: Sharing Media - by venam - 25-08-2018, 12:30 PM
RE: Sharing Media - by acg - 25-08-2018, 10:37 PM
RE: Sharing Media - by venam - 26-08-2018, 03:49 AM
RE: Sharing Media - by oda - 26-08-2018, 06:48 AM
RE: Sharing Media - by pkal - 26-08-2018, 07:04 AM
RE: Sharing Media - by Dworin - 01-09-2018, 06:23 AM
RE: Sharing Media - by prx* - 15-12-2018, 03:26 PM
RE: Sharing Media - by z3bra - 17-12-2018, 05:37 AM
RE: Sharing Media - by atbd - 18-12-2018, 06:41 AM
RE: Sharing Media - by z3bra - 18-12-2018, 08:34 AM
RE: Sharing Media - by prx* - 18-12-2018, 03:10 PM
RE: Sharing Media - by z3bra - 19-12-2018, 04:27 AM
RE: Sharing Media - by prx* - 19-12-2018, 04:51 AM
RE: Sharing Media - by atbd - 19-12-2018, 05:53 AM
RE: Sharing Media - by prx* - 19-12-2018, 10:06 AM
RE: Sharing Media - by venam - 22-03-2019, 04:16 PM
RE: Sharing Media - by jkl - 22-03-2019, 04:18 PM
RE: Sharing Media - by z3bra - 22-03-2019, 09:01 PM
RE: Sharing Media - by wolf - 26-03-2019, 11:57 PM
RE: Sharing Media - by venam - 12-04-2021, 02:29 AM
RE: Sharing Media - by TheAnachron - 12-04-2021, 04:24 AM
RE: Sharing Media - by jkl - 12-04-2021, 04:25 AM
RE: Sharing Media - by TheAnachron - 12-04-2021, 04:45 AM