Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » FTP Passive setting doesn't work?
FTP Passive setting doesn't work? [message #12105] Wed, 11 July 2007 16:27 Go to next message
Eclipse UserFriend
Originally posted by: csete.nospam.com

I'm playing with Target Management and I definitely like the concept. I
created an FTP connection to my web hosting site and specified a passive
connection. It worked fine for a while, but now it won't work anymore.
If I look in the properties, I see that it is still specified as
passive, but TM is always initiating a non-passive connection and I get:

PORT 192,168,0,22,14,66
500 I won't open a connection to 192.168.0.22 (only to xxx.xxx.xxx.xxx)

in the console.

Am I doing something wrong here or is there a bug in passive connection
handling?

Thanks,
Craig
Re: FTP Passive setting doesn't work? [message #12157 is a reply to message #12105] Thu, 12 July 2007 14:00 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Craig,

I could reproduce this issue and it looks like a bug.
Could you file a bug in bugzilla for this?

For me, it looks like FTPConnectorSerivice.java line 99,
_ftpService.setPropertySet(_propertySet);
should be changed to
_ftpService.setPropertySet(getPropertySet("FTP Settings"));

but I'm not the owner of that component.

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Craig Setera wrote:
> I'm playing with Target Management and I definitely like the concept. I
> created an FTP connection to my web hosting site and specified a passive
> connection. It worked fine for a while, but now it won't work anymore.
> If I look in the properties, I see that it is still specified as
> passive, but TM is always initiating a non-passive connection and I get:
>
> PORT 192,168,0,22,14,66
> 500 I won't open a connection to 192.168.0.22 (only to xxx.xxx.xxx.xxx)
>
> in the console.
>
> Am I doing something wrong here or is there a bug in passive connection
> handling?
>
> Thanks,
> Craig
Re: FTP Passive setting doesn't work? [message #12936 is a reply to message #12157] Wed, 18 July 2007 19:10 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi,

I now created
https://bugs.eclipse.org/bugs/show_bug.cgi?id=196632
for this issue.

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: FTP Passive setting doesn't work? [message #568830 is a reply to message #12105] Thu, 12 July 2007 14:00 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Craig,

I could reproduce this issue and it looks like a bug.
Could you file a bug in bugzilla for this?

For me, it looks like FTPConnectorSerivice.java line 99,
_ftpService.setPropertySet(_propertySet);
should be changed to
_ftpService.setPropertySet(getPropertySet("FTP Settings"));

but I'm not the owner of that component.

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Craig Setera wrote:
> I'm playing with Target Management and I definitely like the concept. I
> created an FTP connection to my web hosting site and specified a passive
> connection. It worked fine for a while, but now it won't work anymore.
> If I look in the properties, I see that it is still specified as
> passive, but TM is always initiating a non-passive connection and I get:
>
> PORT 192,168,0,22,14,66
> 500 I won't open a connection to 192.168.0.22 (only to xxx.xxx.xxx.xxx)
>
> in the console.
>
> Am I doing something wrong here or is there a bug in passive connection
> handling?
>
> Thanks,
> Craig
Re: FTP Passive setting doesn't work? [message #568976 is a reply to message #12157] Wed, 18 July 2007 19:10 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi,

I now created
https://bugs.eclipse.org/bugs/show_bug.cgi?id=196632
for this issue.

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Previous Topic:DSDP-TM / RSE 2.0.0.1 critical patch release
Next Topic:RFE: Local terminal
Goto Forum:
  


Current Time: Sat Apr 27 00:27:03 GMT 2024

Powered by FUDForum. Page generated in 0.03486 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top