summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* files are now resources, file.c is thread-safe, the le_ vars are no longer ↵Thies C. Arntzen1999-10-151-10/+1
| | | | | | | | | shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies)
* Added delete and rename functions.Andrew Skalski1999-10-041-0/+62
|
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-271-126/+205
| | | | | | | 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.
* fixed php3 code problemAndrew Skalski1999-09-231-4/+4
|
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-221-4/+21
|
* removed NULL referenceAndrew Skalski1999-09-211-3/+1
|
* php3 compatibility addedAndrew Skalski1999-09-201-4/+17
|
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-201-0/+631