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.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Got it

My bad, the way to do it is

WinSCP /console /command "option batch on" "option confirm off" "open ftp://username:Ab%%4d(e6@example.com"

I need to encode % as %%.
Guest

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