Bug 34812 - [TM FTP] FTP error when the connection is not Passive
Summary: [TM FTP] FTP error when the connection is not Passive
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux-GTK
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2003-03-12 10:12 EST by János Háber CLA
Modified: 2009-08-30 02:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description János Háber CLA 2003-03-12 10:12:33 EST
Hi!
If I try to connect any site without Passive connection, the program say:
Error opening PORT server socket
(Other FTP client can connect to the servers, without passive mode)
Comment 1 János Háber CLA 2003-03-26 13:23:09 EST
The plugin ftp section is unworkable on not passive FTP site.
Comment 2 Michael Valenta CLA 2003-03-26 13:37:22 EST
Bug reporters should set the severity only. Priority is set by the component 
owner/bug owner. The FTP plugin is not currently undergoing any developement 
and there are no plans at this time to do any. Until that changes, this will 
remain a low priority item. However, Eclipse is open source so if this is 
really important to you, feel free to crack open the code and have a go at it.
Comment 3 János Háber CLA 2003-04-06 16:26:02 EDT
Hi!
I debugged the communication between server!
Hi is the communication:

220 220 tubes FTP server (SunOS 5.8) ready.

USER boci
331 331 Password required for boci.

PASS aprilis1
230 230 User boci logged in.

QUIT null
221 221 Goodbye.

220 220 tubes FTP server (SunOS 5.8) ready.

USER boci
331 331 Password required for boci.

PASS aprilis1
230 230 User boci logged in.

TYPE A
200 200 Type set to A.

QUIT null
221 221 Goodbye.

And now the oher program communication (GFTP):

220 tubes FTP server (SunOS 5.8) ready.
USER boci

331 Password required for boci.
PASS xxxx
230 User boci logged in.
TYPE I

200 Type set to I.
CWD /data/users/boci

250 CWD command successful.
PORT 192,168,1,2,143,103

200 PORT command successful.
LIST -aL

150 Binary data connection for /bin/ls (195.38.122.31,5001) (0 bytes).
226 Binary Transfer complete.
Comment 4 Michael Valenta CLA 2005-05-06 17:12:01 EDT
The FTP plugin is currently not being actively developed or maintained.
Comment 5 Michael Valenta CLA 2007-04-30 11:20:27 EDT
We are in the process of removing the Team FTP/WebDAV feature since the DSDP Target management component (http://www.eclipse.org/dsdp/tm/) provides complimentary functionality and will be shipping as part of Europa. Although the feature will not be part of Europa, we have provided a link to a 3.3 compatible version of the feature at http://wiki.eclipse.org/index.php/Team_Development.
Comment 6 Denis Roy CLA 2009-08-30 02:19:12 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.