You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -78,4 +78,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Результат"
|
||||
НЕ JSON: 52 61 72 21 1A 07 01 00 30 23 12 A7 10 01 05 0C 00 0B 01 01 8B C8 8F A0 81 80 80 80 00 F8 44 59 F3 37 02 03 0B 85 E4 02 04 A0 DE 08 A0 40 52 47 4A ED 80 43 00 18 61 73 73 65 74 73 2F 69 6E 64…
|
||||
```
|
||||
|
17114
service/dictionaries/en.json
vendored
17114
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
6
src/en/OInt/core/Modules/OPI_FTP.os
vendored
6
src/en/OInt/core/Modules/OPI_FTP.os
vendored
@@ -380,7 +380,12 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
|
||||
|
||||
Path = ?(Path = ".", "", Path);
|
||||
|
||||
Message("A: " + Path);
|
||||
|
||||
Result = Connection.ListDirectory(Path);
|
||||
|
||||
Message("B: " + Result);
|
||||
|
||||
Result = OPI_Tools.JsonToStructure(Result);
|
||||
|
||||
If Result["result"] Then
|
||||
@@ -397,6 +402,7 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
|
||||
ObjectPath = ObjectName;
|
||||
EndIf;
|
||||
|
||||
Message("C: " + ObjectPath);
|
||||
Object.Insert("path", ObjectPath);
|
||||
|
||||
If Recursively Then
|
||||
|
@@ -380,7 +380,12 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
|
||||
|
||||
Path = ?(Path = ".", "", Path);
|
||||
|
||||
Message("A: " + Path);
|
||||
|
||||
Result = Connection.ListDirectory(Path);
|
||||
|
||||
Message("B: " + Result);
|
||||
|
||||
Result = OPI_Tools.JsonToStructure(Result);
|
||||
|
||||
If Result["result"] Then
|
||||
@@ -397,6 +402,7 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
|
||||
ObjectPath = ObjectName;
|
||||
EndIf;
|
||||
|
||||
Message("C: " + ObjectPath);
|
||||
Object.Insert("path", ObjectPath);
|
||||
|
||||
If Recursively Then
|
||||
|
6
src/ru/OInt/core/Modules/OPI_FTP.os
vendored
6
src/ru/OInt/core/Modules/OPI_FTP.os
vendored
@@ -380,7 +380,12 @@
|
||||
|
||||
Путь = ?(Путь = ".", "", Путь);
|
||||
|
||||
Сообщить("A: " + Путь);
|
||||
|
||||
Результат = Соединение.ListDirectory(Путь);
|
||||
|
||||
Сообщить("B: " + Результат);
|
||||
|
||||
Результат = OPI_Инструменты.JsonВСтруктуру(Результат);
|
||||
|
||||
Если Результат["result"] Тогда
|
||||
@@ -397,6 +402,7 @@
|
||||
ПутьОбъекта = ИмяОбъекта;
|
||||
КонецЕсли;
|
||||
|
||||
Сообщить("C: " + ПутьОбъекта);
|
||||
Объект.Вставить("path", ПутьОбъекта);
|
||||
|
||||
Если Рекурсивно Тогда
|
||||
|
@@ -379,13 +379,13 @@
|
||||
OPI_ПреобразованиеТипов.ПолучитьБулево(Рекурсивно);
|
||||
|
||||
Путь = ?(Путь = ".", "", Путь);
|
||||
|
||||
|
||||
Сообщить("A: " + Путь);
|
||||
|
||||
Результат = Соединение.ListDirectory(Путь);
|
||||
|
||||
|
||||
Сообщить("B: " + Результат);
|
||||
|
||||
|
||||
Результат = OPI_Инструменты.JsonВСтруктуру(Результат);
|
||||
|
||||
Если Результат["result"] Тогда
|
||||
|
Reference in New Issue
Block a user