URL's are not correctly supported

Here you can submit your bug reports for FTP Rush.
Post Reply
1159412
Posts: 3
Joined: Sat Nov 02, 2013 4:24 am

URL's are not correctly supported

Post by 1159412 »

URL's that are provided in the dialog "Manual Download from Site" or the ones that are auto captured from the clipboard are not parsed correctly.
Issues are:
- %nn codes like %20 for space are not translated.
- utf-8 characters are not well decoded, for example any letter for russian or chineese are currently replaced by a "?"

For especification of correct URL interpretation please refer to RFC documents here: http://tools.ietf.org/html/rfc3986
Basically first all %nn should be expanded and then UTF-8 decoding should be applied, if unicode characters are provided then leave them as is.
examples of how to reproduce, (url's not working)

Code: Select all

ftp://evchenko7.static-pool.is74.ru/ДИЗАЙНЕР/Дизайнеры/
ftp://evchenko7.static-pool.is74.ru/%D0%94%D0%98%D0%97%D0%90%D0%99%D0%9D%D0%95%D0%A0/%D0%94%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD%D0%B5%D1%80%D1%8B/
ftp://92.42.31.127/Anime/_DVDs/Higurashi%20no%20Naku%20Koro%20ni%20Rei%20-%2005/おまけ/
ftp://92.42.31.127/Anime/_DVDs/Higurashi%20no%20Naku%20Koro%20ni%20Rei%20-%2005/%E3%81%8A%E3%81%BE%E3%81%91/
All those examples should login and CWD correctly to the directory provided.

Version of FTP Rush: 2.1.8 Unicode non portable
Post Reply