#144 new: sftp decompress

This commit is contained in:
lollipopkit
2023-08-26 23:07:16 +08:00
parent 7d4c30732a
commit 65de4a8ca5
14 changed files with 133 additions and 19 deletions

View File

@@ -5,7 +5,6 @@ class SftpBrowserStatus {
List<SftpName>? files;
AbsolutePath? path;
SftpClient? client;
bool isBusy = false;
SftpBrowserStatus();
}