Struct ssh_rs::LocalScp

source ·
pub struct LocalScp<S: Read + Write>(_);

Implementations§

upload a file from local path to remote path

this method is equivalent to shell command

scp -P port local_path user@ip:remote_path

download a file from remote path to local path

this method is equivalent to shell command

scp -P port user@ip:remote_path local_path

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.