Home » Eclipse Projects » DSDP - Target Management » FTP Passive setting doesn't work?
FTP Passive setting doesn't work? [message #12105] |
Wed, 11 July 2007 12:27  |
Eclipse User |
|
|
|
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 10:00   |
Eclipse User |
|
|
|
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 #568830 is a reply to message #12105] |
Thu, 12 July 2007 10:00  |
Eclipse User |
|
|
|
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
|
|
| |
Goto Forum:
Current Time: Tue Apr 29 05:12:29 EDT 2025
Powered by FUDForum. Page generated in 0.04418 seconds
|