I have a popcorn hour, to ftp some files off of it I need to regularly run putty and then chmod to change file properties before it will let me ftp the files.
Is it possible to automate this or at least make it single click?
Right now I launch putty, log into 192.168.1.2 as telnet, then type
chmod -R 777 Downloads. Being as I do the same thing every time can I simplify this task?
Is it possible to automate this or at least make it single click?
Right now I launch putty, log into 192.168.1.2 as telnet, then type
chmod -R 777 Downloads. Being as I do the same thing every time can I simplify this task?