This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125118 - problems retrieving files with spaces in name
Summary: problems retrieving files with spaces in name
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dirk Estievenart
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 14:57 UTC by Dirk Estievenart
Modified: 2008-01-11 14:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Estievenart 2008-01-11 14:57:48 UTC
It looks like FTPClient is requesting:
/home/fabrice/sible

instead of "retr /home/fabrice/sible pour AO No. 25"

org.netbeans.modules.remotefs.ftpclient.FTPException: 550 /home/fabrice/sible: No such file or directory.
        at org.netbeans.modules.remotefs.ftpclient.FTPClient.processSimpleCommand(FTPClient.java:287)
        at org.netbeans.modules.remotefs.ftpclient.FTPClient.openDataActive(FTPClient.java:377)
        at org.netbeans.modules.remotefs.ftpclient.FTPClient.openData(FTPClient.java:357)
        at org.netbeans.modules.remotefs.ftpclient.FTPClient.get(FTPClient.java:465)
        at org.netbeans.modules.remotefs.core.RemoteFile.load(RemoteFile.java:897)
        at org.netbeans.modules.remotefs.core.RemoteFile.downloadAll(RemoteFile.java:763)
        at org.netbeans.modules.remotefs.core.RemoteFile.downloadAll(RemoteFile.java:758)
[catch] at org.netbeans.modules.remotefs.core.RemoteFileSystem$3.run(RemoteFileSystem.java:294)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)