Just Quickly want to find out (if anyone has already tried this).
Consider following target set in application-context.xml
<entry key="sample">
<map>
<entry key="sample">
<value>/usr/local/store/xyz/abc</value>
</entry>
………
……..
</map>
</entry>
Can I point the "sample" target to remote directory…ie. FSR running on one machine and deploying to remote machine….If yes, what all things to be taken care of (in terms of file permission etc) for FSR to communicate to remote server….