Revert "Feat: file transfer, resume (#12557)" (#12620)

This reverts commit 43ec57c769.
This commit is contained in:
RustDesk
2025-08-11 23:25:41 +08:00
committed by GitHub
parent 1fb0123ed7
commit 53efaf125c
4 changed files with 21 additions and 61 deletions

View File

@@ -26,9 +26,7 @@ use hbb_common::{
config::{self, keys::OPTION_ALLOW_WEBSOCKET, Config, Config2},
futures::StreamExt as _,
futures_util::sink::SinkExt,
log,
message_proto::FileTransferSendConfirmRequest,
password_security as password, timeout,
log, password_security as password, timeout,
tokio::{
self,
io::{AsyncRead, AsyncWrite},
@@ -107,7 +105,6 @@ pub enum FS {
last_modified: u64,
is_upload: bool,
},
SendConfirm(Vec<u8>),
Rename {
id: i32,
path: String,