mirror of
https://github.com/veeso/termscp.git
synced 2026-09-27 06:21:22 -07:00
285 feature request multi host (#293)
This commit is contained in:
@@ -43,7 +43,7 @@ impl FileTransferActivity {
|
||||
}
|
||||
|
||||
pub(crate) fn local_remove_file(&mut self, entry: &File) {
|
||||
match self.host.remove(entry) {
|
||||
match self.host_bridge.remove(entry) {
|
||||
Ok(_) => {
|
||||
// Log
|
||||
self.log(
|
||||
|
||||
Reference in New Issue
Block a user