Skip to content
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

Feature request: support 'scp -3'-like feature #632

Open
wxup opened this issue Aug 20, 2024 · 0 comments
Open

Feature request: support 'scp -3'-like feature #632

wxup opened this issue Aug 20, 2024 · 0 comments

Comments

@wxup
Copy link

wxup commented Aug 20, 2024

Sometimes we need to sync files from host1 and host3, but host1 and host3 cannot connect directly, but can be reached from host2. And host2 is like a gate server. And due to some special network policy, you can only ssh to host1 from host2, but not vice versa. And there is not ssh-server running in host2. Likewise, you can only ssh into host3 from host2 but not vice versa.

In this case, we can use scp -3 to cp files between host1 and host3 when we are on host2. But scp cannot cp files incrementally. So we hope rsync can support a param like -3 to achieve this effect. Thanks!

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

1 participant