fix: sftp download/upload (#255)

This commit is contained in:
lollipopkit
2024-01-26 16:54:48 +08:00
parent 9edbc5cc89
commit 6c08b7b45d
4 changed files with 24 additions and 24 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 721;
static const int build = 722;
static const String engine = "3.16.8";
static const String buildAt = "2024-01-25 20:49:53";
static const int modifications = 3;
static const String buildAt = "2024-01-25 22:34:23";
static const int modifications = 1;
static const int script = 36;
}