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
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
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.
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.