feat(Fetcher): Add FtpFetcher and FtpFetcherForm
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