[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dsdp.tm] Re: RSE: Impossible to connect from a Windows PC to a Sun Workstation via FTP

Hello Sylvain,

this is very odd indeed. I agree that we can likely rule out active/passive/firewall issues. There is a small chance that your problem is due to an FTP list parsing problem in the Jakarta Commons Net Library which we use for FTP.

Can you please install Eclipse 3.5 latest I-build along with RSE 3.1RC4, and see if that helps. If not, then please file a bug and provide your information on there for further tracking:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management


Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Sylvain Tiberio wrote:
Hello Martin,

I succeed to connect ftp from the Windows PC to the Sun workstation using windows ftp client (using command.exe) and with fileZilla (using passive or active mode). I am able to access to all the file system in the Sun workstation without any problems. So it seams that I have no firewall or network problem right?

I noticed the following points:
- Sometime I success to use RSE and open files located in my Sun workstation in my PC.
- When I cannot access to the remote file with RSE, I can with Filezilla (I run eclipse and Filezilla in the same time).
- When I cannot access to a remote directory, the associate icon for it is a directory icon but after clicking, it becomes a file icon. For this case the FTP console display: (When I click in the folder /view/tiberio_mdb_dev_01_02/var/vobs/cn_api1)
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
CWD /view/tiberio_mdb_dev_01_02/var/vobs/cn_api1
250 CWD command successful.
PASV
227 Entering Passive Mode (10,37,70,179,142,212)
NOOP
200 NOOP command successful.
CWD /view/tiberio_mdb_dev_01_02/var/vobs
250 CWD command successful.
PASV
227 Entering Passive Mode (10,37,70,179,142,213)
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
CWD /view/tiberio_mdb_dev_01_02/var/vobs/cn_api1
250 CWD command successful.
PASV
227 Entering Passive Mode (10,37,70,179,142,214)
NOOP
200 NOOP command successful.
CWD /view/tiberio_mdb_dev_01_02/var/vobs
250 CWD command successful.
PASV
227 Entering Passive Mode (10,37,70,179,142,215)


I don't understand how it knows the type of /view/tiberio_mdb_dev_01_02/var/vobs/cn_api1 without sending a LIST command to the server?

I hope the following informations will help you!
Thanks in advance,

Sylvain