You've already forked OpenIntegrations
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:
2
docs/en/examples/FTP/ClearDirectory.txt
vendored
2
docs/en/examples/FTP/ClearDirectory.txt
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user