Open matthias4217 opened 5 years ago
When browsing a ftp through a browser, we can fetch the url of a resource. However, it is encoded with %20 replacing spaces, accents replaced by %xx. We should parse it when needed.
%20
%xx
Still problems with accents (like Karaokés).
Karaokés
When browsing a ftp through a browser, we can fetch the url of a resource. However, it is encoded with
%20
replacing spaces, accents replaced by%xx
. We should parse it when needed.