summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
Commit message (Collapse)AuthorAgeFilesLines
* change * formattingWez Furlong2002-03-161-2/+2
|
* New PHP streams...Wez Furlong2002-03-151-3/+2
|
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
|
* Added IPv6 supportStig Venaas2002-01-061-2/+4
| | | | | @- Added IPv6 support in FTP extension. (Stig Venaas)
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-3/+5
| | | | | | custom timeout. # Adding custom buffer size would be next, no promises though.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-171-2/+2
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Fixed bug: #9707foobar2001-05-271-1/+1
|
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-131-0/+3
| | | | | | @ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ (Derick)
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* even better check for netinet/in.hThies C. Arntzen2000-05-231-1/+1
|
* make ftp compile on unix againThies C. Arntzen2000-05-231-1/+1
|
* making ftp module compile and work on win32Frank M. Kromann2000-05-231-1/+2
|
* added the ftp_site() functionAndrew Skalski2000-02-221-0/+3
|
* Removed stdio wrapper from sockets; added timeouts to socket ops.Andrew Skalski1999-11-181-2/+8
|
* Added delete and rename functions.Andrew Skalski1999-10-041-1/+7
|
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-271-0/+13
| | | | | | | 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.
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-221-0/+2
|
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-201-28/+121
|
* added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()Andrew Skalski1999-09-161-0/+4
|
* added ftp_systype() and ftp_listraw() functionsAndrew Skalski1999-09-161-0/+2
|
* Added rudimentary FTP support.Andrew Skalski1999-09-161-0/+32