Question : ftp password has * and is not working inside ftp -s:commandfile.fscr

I am using simple cmd file using ftp which calls ftp -s:commandfile.fscr. I am using one the script which was working before ok. However when I am using it this time I am having problem as ftp password has * for password can be test1*  

Answer : ftp password has * and is not working inside ftp -s:commandfile.fscr

I have tested a script where the password has a * in it and it works

ftp -s:myftp.txt 192.168.1.10

where ftp.txt has

user12
user123*
lcd c:\dir1
get /etc/hosts
quit
Random Solutions  
 
programming4us programming4us