- martin
Post a reply
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Topic review
- EdwardNguyen
Cannot login by Server URL if password contain "+"
Everytime if I try to log on to FTP server by URL looks like
I am not sure what happened if the username contains
Is there anyway to fix it?
Thank you!
ftp://username:pass@hostname/
, I always have to specify password again if the password contains +
.
I am not sure what happened if the username contains
+
, but I think the issue will be the same as I understand +
is understood as space
in URL encoding.
Is there anyway to fix it?
Thank you!