0.5.0 • Published 4 years ago

@gdc-js/gdc-collector-ftp v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

The FTP data collector

A GDC module for collection of files through FTP. Can collect multiple files by using multiple targets. Can collect multiple files by using the '*' and '?' wildcards (the wildcards can be used any number of times in any target)

Efficiency

The FTP tree scanning algorithm was built to only scan directories which can potentially match at least one of the targets, thus skipping irrelevant directories.

Progress reporting

The tree scanning phase (which determines which files to collect) progress is not reported because there is no way to know in advance the size of the tree. Notification are sent per scanned sub directory, so it's possible to understand that it's progressing.

Usage example: