* @see #get( String, String )
* @exception Exception
*/
public long getFile(String remoteFile, String localFile, boolean append) throws Exception {
String sourceLocation = resolvePathname(remoteFile);
SFTPv3FileHandle sftpFileHandle = null;
FileOutputStream fos = null;
File transferFile = null;
long remoteFileSize = -1;
try {