-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scp: Invalid options #62
Comments
If I change the following line in client.go from
to
it works |
Thanks for reporting. Could you provide some information about the remote system (such as OS)? |
Yes sure, it’s a digi transport wr21 router. https://www.digi.com/resources/documentation/Digidocs/pdfs/90001019.pdf It also doesn’t like having the file name wrapped in quotes. The file actually gets added to the router with the quotes retained. For example, should be config.da0 but ends up “config.da0”. |
Same problem with Junos (FreeBSD) devices. |
Sorry Cisco / NX-OS devices. |
Hi,
Receiving the following error message when trying to CopyFromFile to remote device;
scp: Invalid options
Can't seem to work out why it's not working, any ideas?
The text was updated successfully, but these errors were encountered: