Extract from FTP
Extractor, allows the user to download a file from the web using FTP.
- Use passive mode
- Determines whether the component should use the passive mode
Characteristics
- ID
- e-ftpfiles
- Type
- extractor
- Inputs
- RDF single graph - Configuration
- Outputs
- Files
- Look in pipeline
The Extract from FTP component downloads a file from a given FTP URL.
Runtime configuration
Below you can see sample runtime configuration for the component. Note that RDF blank nodes are not allowed in runtime configurations.
@prefix ftp: <http://plugins.linkedpipes.com/ontology/e-ftpFiles#> .
<http://localhost/resource/configuration> a ftp:Reference ;
ftp:fileName "c.csv" ;
ftp:fileUri "ftp://myftp.com/a/b/c.csv" .