Struct ssh_rs::ScpBroker

source ·
pub struct ScpBroker(_, _);

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

This method is running in the backend that needs end_download to explicitly end it

explicitly end the download routine and sync the filesystem

this method will block until all donwload tasks end

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.