#9127 closed Feature request (wontfix)
automatically correct (common) typos in URI
Reported by: | James | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: | NA |
Description
In short I would like to see FZ parse Url's that have simple typos.
Such as
Remove space from start
ftp://0.0.0.0
tp://0.0.0.0
to
ftp://0.0.0.0
Just some common things I deal with often.
James
Change History (2)
comment:1 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | Remove space from start → automatically correct (common) typos in URI |
comment:2 by , 11 years ago
Keywords: | Remove space from start removed |
---|
Note:
See TracTickets
for help on using tickets.
I don't believe this can be done in a sane way. What should "tp://" be corrected to - "ftp://" or "sftp://"? Or maybe it was even a "http://" link which does not have an FTP server at all.
In my opinion, FileZilla should fail so that the user notices this problem and can use his cleverness to figure out and fix the problem.