mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
feat: remote file management (#3396)
This commit is contained in:
parent
878b74acb7
commit
c7739c5941
19 changed files with 105 additions and 62 deletions
|
|
@ -28,7 +28,7 @@ impl Provider {
|
|||
}
|
||||
|
||||
// --- SFTP
|
||||
#[derive(Deserialize, Hash, Serialize, Eq, PartialEq)]
|
||||
#[derive(Deserialize, Eq, Hash, PartialEq, Serialize)]
|
||||
pub struct ProviderSftp {
|
||||
pub host: String,
|
||||
pub user: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue