]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If the ftp proxy could not guess the output format of the ftp server's
authorMartin Kraemer <martin@apache.org>
Tue, 29 Jan 2002 17:56:42 +0000 (17:56 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 29 Jan 2002 17:56:42 +0000 (17:56 +0000)
commit9eb720f4795546de4ff27a06c2b28750f7a6c66e
treea6346330be0fd27363088f5e52593b13ec25b2b5
parent0fbee207103c9bf579fbd554da8d392e572837e6
If the ftp proxy could not guess the output format of the ftp server's
directory listing, it makes another attempt: it tries a format similar to
the output of "ls -s1" (optional whitespace followed by size, followed by
whitespace, followed by filename, where filename may contain no more whitespace).
This format works at least with one FTP server for which previously only
the (non-clickable) output was displayed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93081 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_ftp.c