mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[180711] Copying a remote folder seems to copy files contained from multiple threads
This commit is contained in:
parent
2bd44497fd
commit
478fcd46fb
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ public class FTPService extends AbstractFileService implements IFileService, IFT
|
|||
* (non-Javadoc)
|
||||
* @see org.eclipse.rse.services.files.IFileService#download(org.eclipse.core.runtime.IProgressMonitor, java.lang.String, java.lang.String, java.io.File, boolean, java.lang.String)
|
||||
*/
|
||||
public boolean download(IProgressMonitor monitor, String remoteParent, String remoteFile, File localFile, boolean isBinary, String hostEncoding) throws SystemMessageException
|
||||
public synchronized boolean download(IProgressMonitor monitor, String remoteParent, String remoteFile, File localFile, boolean isBinary, String hostEncoding) throws SystemMessageException
|
||||
{
|
||||
|
||||
if (monitor!=null){
|
||||
|
|
Loading…
Add table
Reference in a new issue