mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +02:00
Fixing 160922 - create folder/file fails for FTP service
This commit is contained in:
parent
8e7d9b72ba
commit
d95783b787
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
* anonymous on ftp.wacom.com
|
* anonymous on ftp.wacom.com
|
||||||
* Javier Montalvo Orus (Symbian) - Fixing 161238 - [ftp] expand "My Home" node on
|
* Javier Montalvo Orus (Symbian) - Fixing 161238 - [ftp] expand "My Home" node on
|
||||||
* ftp.ibiblio.org as anonymous fails
|
* 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;
|
package org.eclipse.rse.services.files.ftp;
|
||||||
|
@ -156,7 +156,7 @@ public class FTPService extends AbstractFileService implements IFileService, IFT
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return null;
|
return new FTPHostFile(remoteParent,fileName, false, false, 0, 0, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue