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/ExecuteCustomCommand/bash.txt

3 lines
402 B
Plaintext
Raw Normal View History

2025-09-15 16:30:36 +03:00
oint ftp ExecuteCustomCommand \
2025-09-16 00:28:52 +00:00
--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':'1080','proxy_type':'socks5','server':'127.0.0.1'}}" \
2025-09-15 16:30:36 +03:00
--cmd "UMASK"