Searched defs:remoteFile (Results 1 – 2 of 2) sorted by relevance
601 String remoteFile = remotePath + "/" + f.getName(); // $NON-NLS-1S in doPush() local603 doPushFile(f.getAbsolutePath(), remoteFile, monitor); in doPush() local
888 final String remoteFile = remoteDirectory + FileListingService.FILE_SEPARATOR in pushFile() local