Hi friends,
I am having a web space www.abei.net. I want to change the file permission to (read write execute) for file /tmp/abc.txt in my web space.
I am using ncftp command to upload the file and it is set on crontab. So automatically the file get transfered in the web. I have used the following command line to upload it in to web.
ncftpput -u username -p passwd ftp.abei.net /tmp /home/vinod/abc.txt
now I want to change the permission of the uploaded file automatically from my local machine.
How to do that? Please guide me.
Regards,
Vinod.