Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -2/+2 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -3/+2 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+1 |
| | |||||
* | Added IPv6 support | Stig Venaas | 2002-01-06 | 1 | -2/+4 |
| | | | | | @- Added IPv6 support in FTP extension. (Stig Venaas) | ||||
* | - Added ftp_set_option(), ftp_get_option() and support for setting a | Markus Fischer | 2002-01-02 | 1 | -3/+5 |
| | | | | | | custom timeout. # Adding custom buffer size would be next, no promises though. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | @Added support for socket and popen file types to ftp_fput (Jason) | Jason Greene | 2001-07-17 | 1 | -2/+2 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | Fixed bug: #9707 | foobar | 2001-05-27 | 1 | -1/+1 |
| | |||||
* | - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) | Derick Rethans | 2000-09-13 | 1 | -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 Schumann | 2000-07-02 | 1 | -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.h | Thies C. Arntzen | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | make ftp compile on unix again | Thies C. Arntzen | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | making ftp module compile and work on win32 | Frank M. Kromann | 2000-05-23 | 1 | -1/+2 |
| | |||||
* | added the ftp_site() function | Andrew Skalski | 2000-02-22 | 1 | -0/+3 |
| | |||||
* | Removed stdio wrapper from sockets; added timeouts to socket ops. | Andrew Skalski | 1999-11-18 | 1 | -2/+8 |
| | |||||
* | Added delete and rename functions. | Andrew Skalski | 1999-10-04 | 1 | -1/+7 |
| | |||||
* | Added functions ftp_{pasv,size,mdtm,fget,fput} | Andrew Skalski | 1999-09-27 | 1 | -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 Skalski | 1999-09-22 | 1 | -0/+2 |
| | |||||
* | Replaced ftplib because of incompatible license. | Andrew Skalski | 1999-09-20 | 1 | -28/+121 |
| | |||||
* | added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir() | Andrew Skalski | 1999-09-16 | 1 | -0/+4 |
| | |||||
* | added ftp_systype() and ftp_listraw() functions | Andrew Skalski | 1999-09-16 | 1 | -0/+2 |
| | |||||
* | Added rudimentary FTP support. | Andrew Skalski | 1999-09-16 | 1 | -0/+32 |