Is your feature request related to a problem? Please describe.
This should work for fetching files via SCP:
gofer scp://user@example.com:/home/user/Desktop/readme.txt
Describe the solution you'd like
Implement scp: protocol support using the ssh2 crate. See Cargo.toml for the feature flags.
Is your feature request related to a problem? Please describe.
This should work for fetching files via SCP:
Describe the solution you'd like
Implement
scp:protocol support using the ssh2 crate. See Cargo.toml for the feature flags.