]> granicus.if.org Git - apache/commit
Add MDTM support if supported by the FTP server, and if either
authorMartin Kraemer <martin@apache.org>
Thu, 31 Jan 2002 14:48:51 +0000 (14:48 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 31 Jan 2002 14:48:51 +0000 (14:48 +0000)
commit5b7ceb18a9ca7b4efc632a75f33a333dfd47b04a
tree6853231fc5c67140d0e37377c82f30403fa337f4
parentc62f9181a3f8ab92b7756a397dec7e29a428fc1e
Add MDTM support if supported by the FTP server, and if either
timegm() exists or struct tm has a tm_gmtoff field (needed for
easily converting the time string to a GMT timestamp).
Escaping for ftp path arguments now uses a dedicated escaping
routine (in order to only escape globbing characters, not all
shell meta characters).
Execute the SIZE query with the same TYPE setting as the RETR transfer,
because the SIZE may be calculated differently for ASCII files.

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