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

martin

Re: Problem with a % in the Passphrase

You need to URL-encode the % into %25.
Mirok

Problem with a % in the Passphrase

Hi
I have problem with the Password. I hope u can help me.
Because there is a % inside and then do the script not working,
can u tell me what i can do?

For example %Pass is my password.

Scriptcode:

option batch on
option confirm off
open BrettingR:%Pass@ftp.server.com
cd /Datacapture/OPEL
option transfer binary
get *.* d:\
rm *.*
close
exit

Mirok