Searched refs:remoteFile (Results 1 – 2 of 2) sorted by relevance
686 String remoteFile = remotePath + "/" + f.getName(); // $NON-NLS-1S in doPush() local687 monitor.startSubTask(remoteFile); in doPush()688 SyncResult result = doPushFile(f.getAbsolutePath(), remoteFile, monitor); in doPush()
762 String remoteFile = remoteDirectory + FileListingService.FILE_SEPARATOR in pushFile()765 SyncResult result = sync.pushFile(local, remoteFile, in pushFile()