Hi Pavel,

Pavel Tsekov <[EMAIL PROTECTED]> wrote:
>On Sun, 9 Jul 2006, Frank Dietrich wrote:
>> when I access an FTP server which include in the directory
>> listing the '.' and '..' entries I only see the directory name.
>> When I change into this directory I only see the directory itself
>> as an infinite loop.
>I tried it with MC from CVS but couldn't reproduce it. Would you mind
>running MC with ftp logging enabled and sending the log file to the
>list ? 

I attach the logfiles. One with mc in FTP active/passive mode and one
from a normal console ftp session.

regards
Frank
-- 
Connected to 192.168.125.42.
220 NET Disk FTP Server ready.
Name (192.168.125.42:frank):
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls -la
200 Command okay.
150 File status okay; about to open data connection.
drw-rw-rw-   1 user     group           0 Jul  9 2006 MAIN
226 Closing data connection.
ftp> cd MAIN
250 Requested file action okay, completed.
ftp> ls -la
200 Command okay.
150 File status okay; about to open data connection.
drw-rw-rw-   1 user     group           0 Jan  1 03:48 .
drw-rw-rw-   1 user     group           0 Jan  1 03:48 ..
226 Closing data connection.
ftp> bye

Attachment: mc_active.ftp
Description: Binary data

220 NET Disk FTP Server ready.
MC -- remote_is_amiga =  0
USER frank
230 User logged in, proceed.
PWD
257 "/" is current directory.
PASV
227 Entering Passive Mode (192,168,125,42,80,7).
TYPE A
200 Type set to A.
LIST -la /.
150 File status okay; about to open data connection.
drw-rw-rw-   1 user     group           0 Jul  9 2006 MAIN
226 Closing data connection.
PASV
227 Entering Passive Mode (192,168,125,42,80,8).
LIST -la /MAIN/.
150 File status okay; about to open data connection.
drw-rw-rw-   1 user     group           0 Jul  9 2006 MAIN
226 Closing data connection.
PASV
227 Entering Passive Mode (192,168,125,42,80,9).
LIST -la /MAIN/MAIN/.
150 File status okay; about to open data connection.
drw-rw-rw-   1 user     group           0 Jul  9 2006 MAIN
226 Closing data connection.
PASV
227 Entering Passive Mode (192,168,125,42,80,10).
LIST -la /MAIN/MAIN/MAIN/.
150 File status okay; about to open data connection.
drw-rw-rw-   1 user     group           0 Jul  9 2006 MAIN
226 Closing data connection.
QUIT
_______________________________________________
Mc mailing list
http://mail.gnome.org/mailman/listinfo/mc

Reply via email to