Philip Torchinsky wrote:
I successfully configured ftp service on OpenSolaris (snv_111b  x86).  It runs, I can 
connect to an ftp server, and if I connect with command-line ftp client, everything works 
fine. However, if I connect with browser using URL ftp://[email protected] ftp server 
does not show me directory content (just first line - "Index of 
ftp://[email protected]"; and the empty page then).

It does not depend on browser, I tried Firefox 2.0 and 3.0, Opera 9.64. I connected from OpenSolaris only.
in.ftpd is run as "in.ftpd -a -d -L" and log file always shows that in.ftpd 
starts ls -lA all the time, regardless of connecting method.

What can be an issue?
The first thing I'd do is run tcpdump or WireShark to see what's going on, on the wire. Keep in mind, with ftp, the command channel is port TCP21. Data transfers occur on a higher arbitrary port selected by the server. May be something to check out.

Cheers,
Steve
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to