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 220947 - org.netbeans.modules.remotefs.ftp.client.FTPException: 500 Illegal PORT command
Summary: org.netbeans.modules.remotefs.ftp.client.FTPException: 500 Illegal PORT command
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 04:27 UTC by tannpv
Modified: 2012-10-28 19:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 126160


Attachments
stacktrace (1.92 KB, text/plain)
2012-10-27 04:27 UTC, tannpv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tannpv 2012-10-27 04:27:43 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Windows 7

User Comments:
GUEST: I was trying to open my ft account.

GUEST: Connecting to Remote File System (FTP) -> Illegal PORT Command

GUEST: I tried to connect to a ftp Ip with port 15021.




Stacktrace: 
org.netbeans.modules.remotefs.ftp.client.FTPException: 500 Illegal PORT command
   at org.netbeans.modules.remotefs.ftp.client.FTPClient.processSimpleCommand(FTPClient.java:287)
   at org.netbeans.modules.remotefs.ftp.client.FTPClient.processSimpleCommand(FTPClient.java:272)
   at org.netbeans.modules.remotefs.ftp.client.FTPClient.openDataActive(FTPClient.java:375)
   at org.netbeans.modules.remotefs.ftp.client.FTPClient.openData(FTPClient.java:357)
   at org.netbeans.modules.remotefs.ftp.client.FTPClient.list(FTPClient.java:741)
   at org.netbeans.modules.remotefs.api.RemoteFile.createChildren(RemoteFile.java:248)
Comment 1 tannpv 2012-10-27 04:27:44 UTC
Created attachment 126651 [details]
stacktrace