1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-19 23:52:43 +02:00
Files
OpenIntegrations/docs/en/cli/ftp/UpdatePath/bash.txt
Vitaly the Alpaca (bot) 1d3aa9fa53 Test data update (Jenkins)
2025-10-08 21:18:51 +03:00

6 lines
487 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint ftp UpdatePath \
--conn "{'set':{'advanced_resolve':true,'domain':'172.33.0.11','login':'bayselonarrend','passive':true,'password':'***','port':'21','read_timeout':'120','write_timeout':'120'},'tls':{'accept_invalid_certs':true,'ca_cert_path':null,'use_tls':true},'proxy':{'login':'proxyuser','password':'***','port':'8071','proxy_type':'http','server':'127.0.0.1'}}" \
--old "new_dir/giant.bin" \
--new "new_dir/big.bin"