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

Designating target folder at destination #41

Open
rannl opened this issue Mar 2, 2017 · 1 comment
Open

Designating target folder at destination #41

rannl opened this issue Mar 2, 2017 · 1 comment

Comments

@rannl
Copy link

rannl commented Mar 2, 2017

Currently, when synching a selected file, it will be created at the destination machine with the same folder path which it had at the source machine :
For example - if the file at the source machine is at c:\target\com\project\myFile.jar,
and the designated root folder at the destination machine is c:\tmp,
then synching the file to the destination machine will result with the file being placed at:
c:\tmp\target\com\project\myFile.jar

My RFE is the following : allowing the user to designate not only the destination root folder,
but also the full path where a selected file will be placed (as an alternative to the root folder).
For example - the user designates c:\localProject\lib\ as the destination full path folder,
and when synching the source machine file c:\target\com\project\myFile.jar, it will be
placed as follows at the destination machine :
c:\localProject\lib\myFile.jar.

Apologies in advance if this is a duplicate. Thanks for the great plugin and keep up the good work!

@rannl
Copy link
Author

rannl commented Mar 5, 2017

PS. - Despite this being a feature required by my employing company, I'll provide a personal contribution via paypal if you guys manage to add this enhancement.
Thanks in advance!

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

No branches or pull requests

2 participants