mirror of
https://github.com/veeso/termscp.git
synced 2026-04-12 05:01:25 -07:00
feat: cli args for double remote
This commit is contained in:
@@ -29,7 +29,7 @@ impl AuthActivity {
|
||||
Ok(params) => {
|
||||
self.save_recent();
|
||||
// Set file transfer params to context
|
||||
self.context_mut().set_ftparams(params);
|
||||
self.context_mut().set_remote_params(params);
|
||||
// Set exit reason
|
||||
self.exit_reason = Some(super::ExitReason::Connect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user