]> granicus.if.org Git - php/commit
Added rudimentary FTP support.
authorAndrew Skalski <askalski@php.net>
Thu, 16 Sep 1999 15:57:51 +0000 (15:57 +0000)
committerAndrew Skalski <askalski@php.net>
Thu, 16 Sep 1999 15:57:51 +0000 (15:57 +0000)
commitf0688ad7e248c3065f4f9a29ed307804efd023a5
treecd7ace5e2fd85f7ea2bbba616873e9ab90842f13
parente20af627c2e174e9398141e68a897ba4d0d08cdb
Added rudimentary FTP support.
ext/ftp/Makefile.am [new file with mode: 0644]
ext/ftp/config.h.stub [new file with mode: 0644]
ext/ftp/config.m4 [new file with mode: 0644]
ext/ftp/ftp.c [new file with mode: 0644]
ext/ftp/ftp.h [new file with mode: 0644]
ext/ftp/ftplib.c [new file with mode: 0644]
ext/ftp/ftplib.h [new file with mode: 0644]