[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Net::FTPServer] Fwd: [cpan #11389] single symlink in a dir breaks with
From: |
Richard W. M. Jones |
Subject: |
[Net::FTPServer] Fwd: [cpan #11389] single symlink in a dir breaks with ncftp client |
Date: |
Wed, 23 Feb 2005 13:57:33 +0000 |
User-agent: |
Mutt/1.3.28i |
----- Forwarded message from Guest via RT <address@hidden> -----
Subject: [cpan #11389] single symlink in a dir breaks with ncftp client
From: "Guest via RT" <address@hidden>
To: undisclosed-recipients:;
Reply-To: address@hidden
X-RT-Loop-Prevention: cpan
RT-Ticket: cpan #11389
Managed-by: RT 2.0.15 (http://bestpractical.com/rt/)
RT-Originator:
This message about Net-FTPServer was sent to you by guest <> via rt.cpan.org
Full context and any attached attachments can be found at:
<URL: https://rt.cpan.org/Ticket/Display.html?id=11389 >
When connected with ncftp client if an ls is performed in a directory which
contains only a single symlink to a file the output is confused:
ncftp /root/d > ls -l
TYPE=OS.UNIX=LINK;SIZE=10;MODIFY=20050205173259;UNIX.MODE=rwxr-xr-x;PERM=rwfd; 1
using ls -la corrects the behaviour:
ncftp /root/d > ls -la
total 1
drwxr-xr-x 2 root wheel 512 Feb 5 17:33 .
drwxr-xr-x 9 root wheel 512 Feb 5 16:09 ..
lrwxr-xr-x 1 root wheel 10 Feb 5 17:32 1 -> /COPYRIGHT
If more than one file / dir exist in addition to the symlink then the symlink
is just ommited.
----- End forwarded message -----
--
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Net::FTPServer] Fwd: [cpan #11389] single symlink in a dir breaks with ncftp client,
Richard W. M. Jones <=