V
V
Vitaliy Kybych2020-08-30 14:12:22
Computer networks
Vitaliy Kybych, 2020-08-30 14:12:22

How to transfer json file from local network to global?

I have some json file which is generated only on local network. Is it possible to somehow permanently send this file to some site? (Internet connection available)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xotkot, 2020-08-30
@vitaliykyq

build LFS
then take cron or build systemd service + timer to send by time, and type in the command:
curl --data-binary @<file path> <URL>
for example:

curl --data-binary '@ikillyou.json' 'https://pentagontours.osd.mil'

and voila

P
paran0id, 2020-08-30
@paran0id

Can.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question