Skip to content

Fix opening FTP files in their preferred app

Nicolas Fella requested to merge work/ftpfiles into release/21.12

When passing an URL like ftp://foo/bar.txt OpenUrlJob opens it in the default handler for ftp urls, not the one for txt files, which would be more appropriate here

By passing along the mimetype we can change that behavior to what we want

BUG: 443253

Merge request reports