mirror of
https://github.com/veeso/termscp.git
synced 2026-04-13 05:31:26 -07:00
symlink command
This commit is contained in:
committed by
Christian Visintin
parent
24788fa894
commit
ced7573241
@@ -56,8 +56,6 @@ impl FileTransferActivity {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Reload entries
|
||||
self.reload_local_dir();
|
||||
}
|
||||
|
||||
pub(crate) fn action_edit_remote_file(&mut self) {
|
||||
@@ -80,8 +78,6 @@ impl FileTransferActivity {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Reload entries
|
||||
self.reload_remote_dir();
|
||||
}
|
||||
|
||||
/// Edit a file on localhost
|
||||
|
||||
Reference in New Issue
Block a user