]> granicus.if.org Git - php/commit
Added functions ftp_{pasv,size,mdtm,fget,fput}
authorAndrew Skalski <askalski@php.net>
Mon, 27 Sep 1999 14:07:09 +0000 (14:07 +0000)
committerAndrew Skalski <askalski@php.net>
Mon, 27 Sep 1999 14:07:09 +0000 (14:07 +0000)
commit0413f524800e8830e2fdb161b61284a039504545
treec571a63242a24bd0ae7edff33138428203f575c6
parent10591231ca090c3f3353d7d61a46c1606d7ffde8
Added functions ftp_{pasv,size,mdtm,fget,fput}
PASV mode is now supported; file size and last-modified time can now
be fetched from servers that support them; files now may be stored to and
retrieved from open files, in addition to disk files.
ext/ftp/ftp.c
ext/ftp/ftp.h
ext/ftp/php_ftp.c
ext/ftp/php_ftp.h