fix: fixed stdin for processes
started work on upload file command
This commit is contained in:
@@ -24,10 +24,10 @@ pub mod messages {
|
||||
SendTTYSignal(u64, u64),
|
||||
|
||||
StartUploadFile(PathBuf, u64),
|
||||
SendFileSegment(u64, u64, Vec<u64>),
|
||||
SendFileSegment(u64, u64, Vec<u8>),
|
||||
|
||||
StartDownloadFile(PathBuf),
|
||||
DownloadFileStatus(Result<(), Vec<u64>>),
|
||||
DownloadFileStatus(u64, Result<(), Vec<u64>>),
|
||||
|
||||
Disconnect,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user