Hi friends,
I have a file abc.txt in my web site ftp.aief.net (/tmp/abc.txt)
I want to change the access privilage of the file abc.txt to 777 from my local machine.
I require a single command line to do the above inorder to put the command in crontab.
Please suggest me how to do. I had sent an earlier mail and if it made confuse, please exeuse me.
Regards,
Vinod.
Vinod Bhaskar wrote:
I have a file abc.txt in my web site ftp.aief.net (/tmp/abc.txt)
I want to change the access privilage of the file abc.txt to 777 from my local machine.
echo "chmod 777 /tmp/abc.txt" | ncftp ftp.aief.net
HTH
-Manish
Thank you Manish, It worked fine.
Regards,
Vinod.
On Sunday 16 March 2003 12:26 am, you wrote:
Vinod Bhaskar wrote:
I have a file abc.txt in my web site ftp.aief.net (/tmp/abc.txt)
I want to change the access privilage of the file abc.txt to 777 from my local machine.
echo "chmod 777 /tmp/abc.txt" | ncftp ftp.aief.net
HTH
-Manish