1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/cli/ftp/UploadFile/bash.txt
Vitaly the Alpaca (bot) af0aeb93d2 Test data update (Jenkins)
2025-10-30 21:07:24 +03:00

6 lines
526 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint ftp UploadFile \
--conn "{'set':{'advanced_resolve':true,'domain':'172.33.0.11','login':'bayselonarrend','passive':true,'password':'***','port':'21','read_timeout':'1000','write_timeout':'1000'},'tls':{'accept_invalid_certs':true,'ca_cert_path':null,'use_tls':true},'proxy':{'login':'proxyuser','password':'***','port':'1080','proxy_type':'socks5','server':'127.0.0.1'}}" \
--file "C:\Users\bayse\AppData\Local\Temp\bc5zt5iq.xfg" \
--path "pic_from_binary.png"