summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Ftp.py
Commit message (Expand)AuthorAgeFilesLines
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
* Update hostersGravatar Walter Purcaro 2015-10-181-10/+5
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-1/+2
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-1/+1
* Fixpack (3)Gravatar Walter Purcaro 2015-10-041-1/+1
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-1/+1
* Update hoster pluginsGravatar Walter Purcaro 2015-09-291-6/+16
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+7
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-251-1/+1
* Account rewrittenGravatar Walter Purcaro 2015-07-251-2/+2
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-1/+1
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-1/+1
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-2/+2
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-8/+8
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-1/+1
* Update allGravatar Walter Purcaro 2015-06-241-1/+1
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
* [Ftp] FixupGravatar Walter Purcaro 2015-05-161-2/+2
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-7/+6
* Fix https://github.com/pyload/pyload/issues/1374Gravatar Walter Purcaro 2015-04-301-11/+1
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-301-2/+2
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2)Gravatar Walter Purcaro 2015-04-011-3/+3
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304Gravatar Walter Purcaro 2015-04-011-2/+2
* Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-311-1/+11
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-1/+1
* Fix getAccount in some pluginsGravatar Walter Purcaro 2015-01-111-2/+2
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-2/+2
* Fix password retrieving in some pluginsGravatar Walter Purcaro 2014-12-201-5/+4
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-4/+4
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-6/+6
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-2/+2
* [Ftp] Improve __pattern__Gravatar Walter Purcaro 2014-10-201-3/+4
* Pattern update 2Gravatar Walter Purcaro 2014-10-111-1/+1
* Newline cosmeticsGravatar Walter Purcaro 2014-10-081-0/+2
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
* New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace...Gravatar Walter Purcaro 2014-10-071-2/+3
* [FTP] Restore pattern.Gravatar stickell 2014-09-131-2/+2
* Remove trailing whitespaces + remove license headers + import urllib methods ...Gravatar Walter Purcaro 2014-08-011-19/+7
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-201-3/+3
* Prefer self.urls and self.packages for adding linksGravatar Walter Purcaro 2014-07-161-3/+2
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-1/+1
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-3/+0
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-111-1/+1
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-28/+27
* Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-211-90/+90
* multihosters - closed #618, store http/ftp accounts, add uptobox.com premiumGravatar zoidberg10 2012-09-241-11/+62
* improved speed for high bandwith connectionsGravatar RaNaN 2011-09-241-3/+2
* more fixes and chunk+resume debugGravatar RaNaN 2010-12-281-25/+8
* new dirsGravatar RaNaN 2010-08-251-0/+58
* merged guiGravatar mkaay 2010-08-251-58/+0
* fixes, missing fileGravatar mkaay 2010-08-181-12/+8
* plugin updates to new interfaceGravatar Jeix 2010-08-011-23/+19
* more improvements and cleaned some importsGravatar RaNaN 2010-07-291-1/+0
* New feature: FTP download supportGravatar Jeix 2010-06-201-0/+67