php-src/ext/ftp
Andrew Skalski 0413f52480 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.
1999-09-27 14:07:09 +00:00
..
config.h.stub Added rudimentary FTP support. 1999-09-16 15:57:51 +00:00
config.m4 Added rudimentary FTP support. 1999-09-16 15:57:51 +00:00
ftp.c Added functions ftp_{pasv,size,mdtm,fget,fput} 1999-09-27 14:07:09 +00:00
ftp.h Added functions ftp_{pasv,size,mdtm,fget,fput} 1999-09-27 14:07:09 +00:00
Makefile.am Replaced ftplib because of incompatible license. 1999-09-20 14:10:25 +00:00
php_ftp.c Added functions ftp_{pasv,size,mdtm,fget,fput} 1999-09-27 14:07:09 +00:00
php_ftp.h Added functions ftp_{pasv,size,mdtm,fget,fput} 1999-09-27 14:07:09 +00:00