Passwords containing @ on command line

Advertisement

calyeo
Guest

Passwords containing @ on command line

winscp3.com scp://user:passwordwith@sign@hostname.com:/foo/bar


does not work.


bug / 'feature' ?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Passwords containing @ on command line

OK, I can make the parser take only the last '@' as separator. However you should be able to encode the '@' using %XX syntax, like:
winscp3.com scp://user:passwordwith%40sign@hostname.com:/foo/bar

Reply with quote

Advertisement

You can post new topics in this forum