-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Feature proposal
An implementation of OwlCore.Storage that's backed by FTP / SFTP.
We should use FluentFTP to do this, since System.Net.FtpWebRequest is on life support.
Taking a dependency means we'll need to create a new repo and package for this, but this library has all the right features, it's worth it. Support for IAsyncEnumerable will match up perfectly with IFolder and general Task/async support will keep things responsive (not all FTP libraries support async).
When implementing this, be sure that there are separate implementations for folders that are modifiable and non-modifiable.
Additional info
This is needed for in order to download the MusicBrainz catalog programatically, so we can create the tooling needed to port their database dumps to IPLD / IPFS using automation.
See our discussion on Discord in the UWP Community.
We may also look into using this support FTP functionality in the Files app.
Finally, we'll use this in Strix Music to add support for playing music from FTP sources.
Metadata
Metadata
Assignees
Labels
Projects
Status