You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Fastfix
This commit is contained in:
7
docs/en/md/Instructions/FTP.md
vendored
7
docs/en/md/Instructions/FTP.md
vendored
@@ -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);
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user