public List<String> getFileList(String destinationDirectory)
     throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException {
   return sshTool.getFileList(destinationDirectory, repository);
 }