How do i use a web browser to FTP with a user/pass where the pass has a @ in it?
Example:
ftp://user:p@ssword@192.168.1.1
the above will not work.
|
How do i use a web browser to FTP with a user/pass where the pass has a @ in it? Example: ftp://user:p@ssword@192.168.1.1 the above will not work.
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Maybe | |||||||||
feedback
|
|
You'll need to encode the
The at-sign is at code position 40 (hex). | |||||
feedback
|