You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Fastfix
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
"MAIN ---"
|
"MAIN ---"
|
||||||
linux-vdso.so.1 (0x00007fff4abf9000)
|
linux-vdso.so.1 (0x00007fff7e1fc000)
|
||||||
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007974a2e00000)
|
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000731559200000)
|
||||||
libc.so.6 => /lib64/libc.so.6 (0x00007974a2a00000)
|
libc.so.6 => /lib64/libc.so.6 (0x0000731558e00000)
|
||||||
libdl.so.2 => /lib64/libdl.so.2 (0x00007974a2600000)
|
libdl.so.2 => /lib64/libdl.so.2 (0x0000731558a00000)
|
||||||
/lib64/ld-linux-x86-64.so.2 (0x00007974a3400000)
|
/lib64/ld-linux-x86-64.so.2 (0x0000731559800000)
|
||||||
GLIBC_2.2.5
|
GLIBC_2.2.5
|
||||||
GLIBC_2.3
|
GLIBC_2.3
|
||||||
GLIBC_2.3.4
|
GLIBC_2.3.4
|
||||||
|
@@ -112,6 +112,8 @@ impl FtpClient {
|
|||||||
FtpClient::Insecure(stream) => stream.mkdir(path),
|
FtpClient::Insecure(stream) => stream.mkdir(path),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sleep(Duration::from_millis(100));
|
||||||
|
|
||||||
match result {
|
match result {
|
||||||
Ok(_) => json!({"result": true}).to_string(),
|
Ok(_) => json!({"result": true}).to_string(),
|
||||||
Err(e) => format_json_error(&e.to_string())
|
Err(e) => format_json_error(&e.to_string())
|
||||||
|
BIN
src/en/OInt/addins/OPI_FTP.zip
vendored
BIN
src/en/OInt/addins/OPI_FTP.zip
vendored
Binary file not shown.
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_FTP.zip
vendored
BIN
src/ru/OInt/addins/OPI_FTP.zip
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user