1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[174828] [ftp] Folders are attempted to be removed as files

This commit is contained in:
Javier Montalvo Orus 2007-02-20 19:00:04 +00:00
parent fcd9fc3124
commit b32a33e988

View file

@ -36,6 +36,7 @@
* Javier Montalvo Orus (Symbian) - Fixing 165476 - [ftp] On warftpd-1.65 in MSDOS mode, cannot expand drives
* Javier Montalvo Orus (Symbian) - Fixing 168120 - [ftp] root filter resolves to home dir
* Javier Montalvo Orus (Symbian) - Fixing 169680 - [ftp] FTP files subsystem and service should use passive mode
* Javier Montalvo Orus (Symbian) - Fixing 174828 - [ftp] Folders are attempted to be removed as files
********************************************************************************/
package org.eclipse.rse.internal.services.files.ftp;
@ -944,6 +945,7 @@ public class FTPService extends AbstractFileService implements IFileService, IFT
}
else
{
listThread.start();
listThread.join();
if(_exception!=null)
{