Script to CHMOD using FTP

Hello everybody !

Excuse me guys. I posted this In EXPERT group as well, but they don't seems to find this problem of that level, so posting it here as well..

I am developing a FTP script which will copy all the files from one server to another server and then I need to use CHMOD 755 * to set permissions of all the files just copied to the remote server.

mput *
chmod 755 *

CHMOD gives me an error [ *: No such file or directory ]

CHMOD works fine If I specify the full file name instead, any help????

Thanks

Please read the Rules - no double posting - anyone can read either of the forums you posted in so it isn't that "they" don't know - it's more of everyone doesn't have an answer...yet. Closing this thread and leaving your original open.