Home » Questions » Computers [ Ask a new question ]

Encoding # in FTP user/password within URL

Encoding # in FTP user/password within URL

I am trying to access a password-protected ftp site. I have user "foo" pass "pass#1" When I enter them directly, it works.

Asked by: Guest | Views: 211
Total answers/comments: 1
Guest [Entry]

"Use %23 to replace the hash # sign in pass#1.

ftp://foo:pass%231@domain.tld:port"