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-09-11 12:55:35 +03:00
parent ea0f58762a
commit 3553ecca30
18 changed files with 9010 additions and 9008 deletions

View File

@@ -31,7 +31,7 @@
Connection = OPI_FTP.CreateConnection(FTPSettings, ProxySettings, TLSSettings);
If OPI_FTP.IsConnector(Connection) Then
Result = OPI_FTP.ClearDirectory(Connection, "");
Result = OPI_FTP.ClearDirectory(Connection, ".");
Else
Result = Connection; // Error of connection
EndIf;