Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » Unable to view directory structure in FTP
Unable to view directory structure in FTP [message #583293] Wed, 19 May 2010 16:54
Stuart Maher is currently offline Stuart MaherFriend
Messages: 2
Registered: May 2010
Junior Member
Hi There,

I'm using RSE to do a ftp connection to a remote Linux server. It connects, however will not show the directory structure. The same operation works with CuteFTP. Here is some log outputs (please excuse the username, my friend who runs the server has a sense of humour)

This is a succcessfull connection from CuteFTP which will result in a listing of 3 directories, cgi-bin, conf and httpdocs:

*** CuteFTP 6.0 - build Nov 30 2004 ***

STATUS:> Getting listing ""...
STATUS:> Resolving host name ftp.******.com...
STATUS:> Host name ftp.******.com resolved: ip = nn.nnn.nnn.nnn.
STATUS:> Connecting to FTP server ftp.******.com:21 (ip = nn.nnn.nnn.nnn)...
STATUS:> Socket connected. Waiting for welcome message...
220 ProFTPD 1.2.10 Server (ProFTPD) [nn.nnn.nnn.nnn]
STATUS:> Connected. Authenticating...
COMMAND:> USER my_user
331 Password required for my_user.
COMMAND:> PASS *****
230 User my_user logged in.
STATUS:> Login successful.
COMMAND:> PWD
257 "/" is current directory.
STATUS:> Home directory: /
COMMAND:> FEAT
211-Features:
MDTM
REST STREAM
SIZE
211 End
STATUS:> This site supports features.
STATUS:> This site supports SIZE.
STATUS:> This site can resume broken downloads.
COMMAND:> REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
COMMAND:> PASV
227 Entering Passive Mode (62,193,234,132,198,213).
COMMAND:> LIST
STATUS:> Connecting FTP data socket nn.nnn.nnn.nnn:50901...
150 Opening ASCII mode data connection for file list
226-Transfer complete.
226 Quotas off
STATUS:> Directory listing completed.


Using FTP only server connection usiing passive set to true (although this makes no difference) and then opening the Files>Root part I get shown a "/" and nothing else, here is the log:

220 ProFTPD 1.2.10 Server (ProFTPD) [nn.nnn.nnn.nnn]

USER my_user
331 Password required for my_user.

PASS ******
230 User my_user logged in.

SYST
215 UNIX Type: L8

TYPE I
200 Type set to I

PWD
257 "/" is current directory.

NOOP
NOOP
200 NOOP command successful

NOOP
NOOP
200 NOOP command successful

NOOP
200 NOOP command successful

NOOP
200 NOOP command successful

NOOP
200 NOOP command successful

NOOP
200 NOOP command successful

NOOP
200 NOOP command successful


Does anyone have anyideas?
Previous Topic:RSE Copy/Paste in SSL
Next Topic:can't share, import/export RSE profiles
Goto Forum:
  


Current Time: Tue Apr 23 15:33:43 GMT 2024

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

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

Back to the top