mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 17:11:02 +03:00
feat: file transfer, resume (#12626)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -104,7 +104,9 @@ pub enum FS {
|
||||
file_size: u64,
|
||||
last_modified: u64,
|
||||
is_upload: bool,
|
||||
is_resume: bool,
|
||||
},
|
||||
SendConfirm(Vec<u8>),
|
||||
Rename {
|
||||
id: i32,
|
||||
path: String,
|
||||
|
||||
Reference in New Issue
Block a user