I\'m trying to retrieve a file from a server using SFTP (as opposed to FTPS) using Java. How can I do this?
The best solution I've found is Paramiko. There's a Java version.