Answer the question
In order to leave comments, you need to log in
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
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'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question