CERNDocumentServer / harvesting-kit

A kit containing various utilities and scripts related to content harvesting used in Invenio Software (http://invenio-software.org) instances such as INSPIRE (http://inspirehep.net) and SCOAP3 (http://scoap3.org)
GNU General Public License v2.0
7 stars 18 forks source link

ftp_utils: adds a module to handle ftp downloads. #24

Closed GiorgosPa closed 10 years ago

GiorgosPa commented 10 years ago

Signed-off by: Georgios Papoutsakisgeorgios.papoutsakis@cern.ch

jalavik commented 10 years ago

One comment so far. The class FtpDownloader server parameter does not seem to play nicely with input such as ftp://ftp.banana.com. Perhaps the underlying library cannot parse it. Could you add also support for this method (stripping away ftp://)? (To make it easier for clients/users :+1: )