percentage sign encoding
I have a password : Ab%4d(e6
I also have batch file which has the following line
WinSCP /console /command "option batch on" "option confirm off" "open ftp://username:Ab%254d(e6@example.com"
I encoded % to %25.
But it shows as :
WinSCP /console /command "option batch on" "option confirm off" "open ftp://username:Abd4d(e6@example.com"
so instead of % the %25 becomes d
I would really appreciate for your help
Thanks
QZ
I also have batch file which has the following line
WinSCP /console /command "option batch on" "option confirm off" "open ftp://username:Ab%254d(e6@example.com"
I encoded % to %25.
But it shows as :
WinSCP /console /command "option batch on" "option confirm off" "open ftp://username:Abd4d(e6@example.com"
so instead of % the %25 becomes d
I would really appreciate for your help
Thanks
QZ