mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 02:41:36 +00:00
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
5 lines
225 B
Bash
5 lines
225 B
Bash
curl -o __dest__ --location --request POST 'https://content.dropboxapi.com/2/files/download' \
|
|
--header 'Accept: application/json' \
|
|
--header 'Dropbox-API-Arg: {"path":"__src__"}' \
|
|
--header 'Authorization: Bearer __token__'
|