Skip to content

feat(Fetcher): Add FtpFetcher and FtpFetcherForm

David Peherstorfer requested to merge issue/feeds-3249252:ftp-fetcher into 8.x-3.x

Users want to have an FTP fetcher out of the box. I have built an FTP fetcher plugin including a configuration form. The user can insert the host, port, username, password, and file path in the form and the fetcher will use these settings to connect to an FTP server. The fetcher currently depends on the flysystem filesystem library.

Edited by David Peherstorfer

Merge request reports