]> 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)
commit6fe46c58af656d8685a1b4e527663b82864ee8e2
tree6853231fc5c67140d0e37377c82f30403fa337f4
parent84a9e00ac1fb700dc8560532f84c7e0ddfbdc8fb
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