1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
This commit is contained in:
Anton Titovets
2025-09-16 11:20:26 +03:00
parent 8bbba2bf09
commit 3740471434
3 changed files with 7 additions and 8 deletions

View File

@@ -58,9 +58,6 @@ The client also supports secure connections via TLS. To enable it, pass the TLS
TLSSettings = OPI_FTP.GetTLSSettings(True);
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
```
If UseProxy Then
ProxyType = FunctionParameters["Proxy_Type"]; // http, socks5, socks4
@@ -78,4 +75,6 @@ The client also supports secure connections via TLS. To enable it, pass the TLS
TLSSettings = OPI_FTP.GetTLSSettings(True);
EndIf;
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
```