You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
2
docs/en/examples/FTP/ClearDirectory.txt
vendored
2
docs/en/examples/FTP/ClearDirectory.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/CloseConnection.txt
vendored
2
docs/en/examples/FTP/CloseConnection.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/CreateConnection.txt
vendored
2
docs/en/examples/FTP/CreateConnection.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Result = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/CreateDirectory.txt
vendored
2
docs/en/examples/FTP/CreateDirectory.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/DeleteDirectory.txt
vendored
2
docs/en/examples/FTP/DeleteDirectory.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/DeleteFile.txt
vendored
2
docs/en/examples/FTP/DeleteFile.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Result = OPI_FTP.GetConnectionConfiguration(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/GetFileData.txt
vendored
2
docs/en/examples/FTP/GetFileData.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/GetObjectSize.txt
vendored
2
docs/en/examples/FTP/GetObjectSize.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/GetTlsSettings.txt
vendored
2
docs/en/examples/FTP/GetTlsSettings.txt
vendored
@@ -1 +1 @@
|
||||
Result = OPI_FTP.GetTlsSettings(True);
|
||||
Result = OPI_FTP.GetTLSSettings(True);
|
||||
|
||||
2
docs/en/examples/FTP/GetWelcomeMessage.txt
vendored
2
docs/en/examples/FTP/GetWelcomeMessage.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/IsConnector.txt
vendored
2
docs/en/examples/FTP/IsConnector.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/ListObjects.txt
vendored
2
docs/en/examples/FTP/ListObjects.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/SaveFile.txt
vendored
2
docs/en/examples/FTP/SaveFile.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/UpdatePath.txt
vendored
2
docs/en/examples/FTP/UpdatePath.txt
vendored
@@ -25,7 +25,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
2
docs/en/examples/FTP/UploadFile.txt
vendored
2
docs/en/examples/FTP/UploadFile.txt
vendored
@@ -29,7 +29,7 @@
|
||||
EndIf;
|
||||
|
||||
If FTPS Then
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
TLSSettings = OPI_FTP.GetTLSSettings(True);
|
||||
EndIf;
|
||||
|
||||
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
|
||||
|
||||
Reference in New Issue
Block a user