1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-18 19:54:06 +03:00
parent 12cebc92cc
commit e38754edea
73 changed files with 9832 additions and 8425 deletions

View File

@@ -0,0 +1,10 @@
 FTPDomain = "172.33.0.11";
ProxyAddress = "127.0.0.1";
Login = "bayselonarrend";
Password = "12we...";
FTPSettings = OPI_FTP.GetConnectionSettings(FTPDomain, 21, Login, Password);
ProxySettings = OPI_FTP.GetProxySettings(ProxyAddress, 1080, "socks5", "proxyuser", Password);
TLSSettings = OPI_FTP.GetTlsSettings(True);
Result = OPI_FTP.GetConnectionConfiguration(FTPSettings, ProxySettings, TLSSettings);