summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Ftp.py
Commit message (Collapse)AuthorAgeFilesLines
* 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__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+3
| | | | Whitespaces and EOF fixup
* [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
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* 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
| | | | Merges vuolter/pyload@e4b2562
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* 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
use like this: ftp://user:passwd@ftp.server.net/path/to/file user:passwd@ is optional bugfix: linklist.py