Struct ssh2::ScpFileStat [] [src]

pub struct ScpFileStat { /* fields omitted */ }

Metadata returned about a remote file when received via scp.

Methods

impl ScpFileStat
[src]

[src]

Returns the size of the remote file.

[src]

Returns the listed mode of the remote file.

[src]

Returns whether the remote file is a directory.

[src]

Returns whether the remote file is a regular file.

Trait Implementations

Auto Trait Implementations

impl Send for ScpFileStat

impl Sync for ScpFileStat