-
-
Notifications
You must be signed in to change notification settings - Fork 947
Implement rsync #766
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
Closed
Closed
Implement rsync #766
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create FUNDING.yml * Add sponsor info.
# Conflicts: # build/sandcastle/SSH.NET.shfbproj
This is interesting!
…Sent from my iPhone
On Jan 20, 2021, at 8:28 AM, eantunes1980 ***@***.***> wrote:
It would be nice to implement rsync in the same way as scp.
You can view, comment on, or merge this pull request online at:
#766
Commit Summary
Merge remote-tracking branch 'refs/remotes/origin/develop'
Prepare for 2016.1.0 RTW.
Merge remote-tracking branch 'remotes/origin/develop'
Merge remote-tracking branch 'remotes/origin/develop'
Remove CWLs.
Merge branch 'develop'
Merge remote-tracking branch 'remotes/origin/develop'
Sponsoring (#691)
Prepare for 2020.0.0-beta1
Merge remote-tracking branch 'remotes/origin/develop'
Merge remote-tracking branch 'remotes/origin/develop'
Update name of Sandcastle Help File Builder environment variable.
Merge remote-tracking branch 'remotes/origin/develop'
Fix path to source file.
Remove local-use file.
Merge remote-tracking branch 'remotes/origin/develop'
Merge remote-tracking branch 'remotes/origin/develop'
Merge remote-tracking branch 'remotes/origin/develop'
Merge branch 'develop'
Merge branch 'develop'
Prepare for 2020.0.0 release.
Merge branch 'develop'
Merge branch 'develop'
File Changes
M src/Renci.SshNet/Properties/CommonAssemblyInfo.cs (8)
Patch Links:
https://github.com/sshnet/SSH.NET/pull/766.patch
https://github.com/sshnet/SSH.NET/pull/766.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
It looks like all of this code got merged in to main through other commits. Now this orphaned PR contains minimal differences with main. This should be closed as complete. |
I'm closing, nothing left here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It would be nice to implement rsync in the same way as scp.