I am using a procomm script to copy a file from one server to a unix box. I would like to execute a chmod on the file to allow ALL login access to remove the file. Is there a procomm ftp command to change the permissions of the file to be read/write for all users?
ex.)
ftp local copyfile sNewfile
I'd like to 'chmod 666 sNewfile' through the procomm script.
thank you.
ex.)
ftp local copyfile sNewfile
I'd like to 'chmod 666 sNewfile' through the procomm script.
thank you.