1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Fixing 160922 - create folder/file fails for FTP service

This commit is contained in:
Javier Montalvo Orus 2006-10-19 18:36:26 +00:00
parent 8e7d9b72ba
commit d95783b787

View file

@ -21,7 +21,7 @@
* anonymous on ftp.wacom.com
* Javier Montalvo Orus (Symbian) - Fixing 161238 - [ftp] expand "My Home" node on
* ftp.ibiblio.org as anonymous fails
*
* Javier Montalvo Orus (Symbian) - Fixing 160922 - create folder/file fails for FTP service
********************************************************************************/
package org.eclipse.rse.services.files.ftp;
@ -156,7 +156,7 @@ public class FTPService extends AbstractFileService implements IFileService, IFT
}
else
{
return null;
return new FTPHostFile(remoteParent,fileName, false, false, 0, 0, false);
}
}