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
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