]> 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)
commit6452dfac8e32d6b852eb75e5a640596ea224f366
treea6346330be0fd27363088f5e52593b13ec25b2b5
parent5a47e71a1b75e80c931d001bdc4a6fe406a62de1
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