Hi
I a sending a file using ftp script in windows to UNIX serverĀ but I cannot change the file permission when the file is copied in the UNIX server.
The script is as below
open 130.1.8.999
xxx
xxxx
binary
cd /u01/appl/cbris/att
lcd C:\Dinesh\att
put 123.pdf
chmod 777 123.pdf
quit
The command chmod 777 123.pdf is not working and displaying "invalid command"
Is there another way to set the permission?
Regards