summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Ftp.py
Commit message (Collapse)AuthorAgeFilesLines
* 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