mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Localhost implementation
This commit is contained in:
@@ -42,7 +42,7 @@ pub enum FsEntry {
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct FsDirectory {
|
||||
pub name: PathBuf,
|
||||
pub name: String,
|
||||
pub last_change_time: SystemTime,
|
||||
pub last_access_time: SystemTime,
|
||||
pub creation_time: SystemTime,
|
||||
@@ -59,7 +59,7 @@ pub struct FsDirectory {
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct FsFile {
|
||||
pub name: PathBuf,
|
||||
pub name: String,
|
||||
pub last_change_time: SystemTime,
|
||||
pub last_access_time: SystemTime,
|
||||
pub creation_time: SystemTime,
|
||||
|
||||
Reference in New Issue
Block a user