I would like to pass the password argument in the argument when calling a shell script but it doesnt work
This is the code I have:
./abc.sh abc.ftp.com user1234 password?233@jio&abc
At password stage it got stuck. any idea?
I would like to pass the password argument in the argument when calling a shell script but it doesnt work
This is the code I have:
./abc.sh abc.ftp.com user1234 password?233@jio&abc
At password stage it got stuck. any idea?