Skip to content

how to enable scp? #131

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

Open
hunterzju opened this issue Aug 19, 2024 · 4 comments
Open

how to enable scp? #131

hunterzju opened this issue Aug 19, 2024 · 4 comments

Comments

@hunterzju
Copy link

I tried to use scp to copy file from server to board, but failed.
It said cound not find sftp-server, how could I enable scp?

@UncleGrumpy
Copy link

I have been wanting the same, I just haven't had time to investigate yet. It would be fantastic if this was included in the default build.

@vickash
Copy link

vickash commented Oct 5, 2024

Give the -O option to scp.

@Plaque-fcc
Copy link

Give the -O option to scp.

You mean this?

     -O      Use the original SCP protocol for file transfers instead of the SFTP protocol.  Forcing the use of the SCP protocol may be necessary for servers that do not implement SFTP, for backwards-compatibility for particular
             filename wildcard patterns and for expanding paths with a ‘~’ prefix for older SFTP servers.  This mode is the default.

@vickash
Copy link

vickash commented Nov 24, 2024

You mean this?

Yes. I found that I needed that on Ubuntu 24.04 for it to work. If the Duo is connected to a mac on the other hand, this option doesn't even exist, and it works without.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants