-
Notifications
You must be signed in to change notification settings - Fork 36
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
recursive scp #23
Comments
I agree, would be a great feature like the old sftp eclipse plugin did |
+1. Syncing a selected directory is much needed |
Hi @cyrillef @curunoir @mohamed-ezz . I just wanted to let you know that I've released Sourcesync Pro, a paid variant for Sourcesync with extra features. One of them is recursive, folder transfer for SCP. Among other things, Sourcesync Pro also adds support auto-sync when files are saved and local vs remote file comparison (integrated with IntelliJ Diff tool). Please check out https://plugins.jetbrains.com/plugin/22318-source-synchronizer-pro I will continue to maintain and improve Sourcesync - the free&opensource version however some features that are more complex to implement and maintain will live in the Pro variant. Thank you for your understanding and support. Warm regards, |
Hi,
In your documentation:
If SCP protocol is used, please take note that this type of connection can only sync the file, it cannot create the entire directory tree where the file will be saved. Thus you need to have the tree created. This is not a bug of sourcesync. SCP is not a file protocol like FTP. It's only purpose is to transfer files.
but if you do:
scp -r . [email protected]:/root
that will copy all files and directory structure even if it is not yet created on the remote machine.
The text was updated successfully, but these errors were encountered: