fioan89 / sourcesync

A powerful plugin for performing one-way file synchronization for Intellij Idea and Pycharm projects
Other
89 stars 36 forks source link

recursive scp #23

Open cyrillef opened 9 years ago

cyrillef commented 9 years ago

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 . root@192.168.1.54:/root

that will copy all files and directory structure even if it is not yet created on the remote machine.

curunoir commented 8 years ago

I agree, would be a great feature like the old sftp eclipse plugin did

mohamed-ezz commented 6 years ago

+1. Syncing a selected directory is much needed

fioan89 commented 1 year ago

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, Ioan