Ant, download fileset from remote machine

Since you haven’t specified I’ll assume that your local and remote systems are unix based and therefore support rsync and ssh. A more cross-platform solution is challenging… Example Configure SSH Generate an SSH key (specify an empty passphrase): ssh-keygen -f rsync This will generate 2 files, corresponding to the private and public keys: |– rsync … Read more