mirror of
https://github.com/veeso/termscp.git
synced 2026-04-13 21:51:33 -07:00
[BUG] - termscp not respecting port in ssh config (#216)
This commit is contained in:
committed by
GitHub
parent
d3c2c084db
commit
20c3e22572
@@ -3,11 +3,11 @@
|
||||
//! `filetransfer_activiy` is the module which implements the Filetransfer activity, which is the main activity afterall
|
||||
|
||||
use remotefs::fs::UnixPex;
|
||||
pub(self) use remotefs::File;
|
||||
use remotefs::File;
|
||||
use tuirealm::{State, StateValue};
|
||||
|
||||
pub(self) use super::browser::FileExplorerTab;
|
||||
pub(self) use super::{
|
||||
use super::browser::FileExplorerTab;
|
||||
use super::{
|
||||
FileTransferActivity, Id, LogLevel, Msg, PendingActionMsg, TransferMsg, TransferOpts,
|
||||
TransferPayload, UiMsg,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user