aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_transfer.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.Andreas Fischer2011-08-111-11/+44
* Also fix bug #46295 in ftp_fsock class.Andreas Fischer2009-07-221-2/+16
* Fix two potential problems with the ftp_fsock class.Andreas Fischer2009-07-221-2/+7
* Fix bug #46295 - Be less strict with FTP daemons when getting directory filel...Andreas Fischer2009-07-221-0/+8
* Do not try to enter passive mode before logging in.Andreas Fischer2009-07-221-3/+9
* fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug...Meik Sievertsen2009-04-101-2/+37
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
* Fix permission issue with the transfer class if using PHP4 or for those not h...Meik Sievertsen2007-06-191-2/+6
* some changes/bugfixesMeik Sievertsen2007-03-301-2/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* - added confirm box to ucp zebra (adding fried/foe)Meik Sievertsen2007-01-241-3/+3
* - re-add script_path for "strange configurations" to let them force the gener...Meik Sievertsen2006-12-081-4/+10
* - a bunch of fixesMeik Sievertsen2006-12-021-2/+10
* fix for ftp update bug...Meik Sievertsen2006-11-281-1/+3
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-3/+3
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-29/+45
* - fixed language pack management a bit (supporting backslashes)Meik Sievertsen2006-07-021-9/+19
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-29/+30
* - fixed a few bugsMeik Sievertsen2006-06-111-30/+63
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-9/+9
* - changed SUPER_MODERATORS to GLOBAL_MODERATORSMeik Sievertsen2006-04-301-0/+295
* - some bugfixesMeik Sievertsen2006-03-011-2/+6
* - Uploading changed language files in the language ACP panel :-)David M2006-02-191-3/+41
* - install style and style elementsMeik Sievertsen2006-01-021-7/+25
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-281-1/+16
* - transfer classMeik Sievertsen2005-12-231-0/+347