summaryrefslogtreecommitdiffstats
path: root/system/libraries/Ftp.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-4/+4
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-4/+4
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-7/+7
2010-03-12Added FTP::download() and the accompanying lang line. This was first ↵Phil Sturgeon1-0/+42
proposed in 2007, can we add it now pleeeeease?
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-07-13spelling in code commentDerek Allard1-3/+3
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-617/+617
2008-11-12Propset eol-style to CRLFDerek Jones1-617/+617
simplified paragraph tag cleanup regex
2008-11-06corrected a few docblock comments to accurately reflect return valuesDerek Allard1-617/+617
removed some unneeded whitespace
2008-10-01Made a small error trapping change to the delete_directory functionRick Ellis1-1/+1
2008-09-13updated copyrightRick Ellis1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-20/+20
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-08Fixed bug with recursive deletes in delete_dir()Derek Jones1-3/+3
http://codeigniter.com/bug_tracker/bug/4215/
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-17/+17
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-01-27Fixed a bug (#3330) in the FTP class where a comparison wasn't getting made.Derek Allard1-1/+1
Fixed typo in the FTP Class (ftp_unable_to_remame).
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-615/+615
update copyright year update Code Igniter to CodeIgniter
2006-11-05(no commit message)admin1-1/+1
2006-10-31(no commit message)admin1-2/+2
2006-10-28(no commit message)admin1-25/+189
2006-10-27(no commit message)admin1-6/+26
2006-10-27(no commit message)admin1-7/+22
2006-10-27(no commit message)admin1-17/+77
2006-10-27(no commit message)admin1-0/+357