https://issues.apache.org/bugzilla/show_bug.cgi?id=51406
Bug #: 51406
Summary: When listing files in subdirectories, the path is
omitted
Product: Apache httpd-2
Version: 2.2.15
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P2
Component: mod_ftp
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Trying to do something like ``ls pub/*.zip'' produces a listing of
just-filenames:
227 Entering Passive Mode (216,35,74,108,186,172)
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 httpd ftp 3019407 Jul 21 2010 foo.zip
The listing should, instead, read:
227 Entering Passive Mode (216,35,74,108,186,172)
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 httpd ftp 3019407 Jul 21 2010 pub/foo.zip
The incompatibility breaks various scripts and programs such as ncftpget
(version 3.1.4, although the recent versions of ncftpget seem to have a
workaround).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]