Downloads a file from the SFTP server.
public void downloadStream(String remoteFile, java.io.OutputStream localStream);
Use this method to download RemoteFile into a LocalStream object.