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

Summary: org.netbeans.modules.remotefs.ftp.client.FTPException: 500 Illegal PORT command
Product: contrib Reporter: tannpv
Component: RemoteFSAssignee: remotefs@contrib <remotefs>
Status: NEW ---    
Severity: normal CC: niverin
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 126160
Attachments: stacktrace

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