summaryrefslogtreecommitdiffstats
path: root/system/libraries/Ftp.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-04-09Really fix #2997Andrey Andreev1-1/+1
2014-04-09Issue/PR #2997Andrey Andreev1-1/+1
2014-02-26Don't use error suppression on is_dir(), file_exists()Andrey Andreev1-1/+3
2014-02-21Minor improvements to CI_FTPAndrey Andreev1-36/+25
2014-02-17Micro-optimizationsAndrey Andreev1-42/+33
2014-02-112013 > 2014darwinel1-1/+1
2014-01-06Remove a redudant value checkAndrey Andreev1-1/+1
2014-01-03FTP class improvementsAndrey Andreev1-4/+4
2014-01-03Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense)Andrey Andreev1-1/+1
2013-11-27[ci skip] Remove a few more spacesAndrey Andreev1-1/+1
2013-01-14Replace is_null() with === / !== NULLvlakoff1-2/+2
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-2/+1
2012-11-01[ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript librariesAndrey Andreev1-29/+74
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-0/+7
2012-06-27Fix a PHPDoc error in FTP Classvlakoff1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-15/+15
2012-05-17Clean up the librariesAndrey Andreev1-2/+0
2012-03-26Switch private methods to protected and cleanup the Ftp libraryAndrey Andreev1-68/+41
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-22Improve the FTP libraryAndrey Andreev1-60/+42
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-4/+4
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 proposed...Phil Sturgeon1-0/+42
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
2008-11-06corrected a few docblock comments to accurately reflect return valuesDerek Allard1-617/+617
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
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
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
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-17/+17
2008-01-27Fixed a bug (#3330) in the FTP class where a comparison wasn't getting made.Derek Allard1-1/+1
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