Hi again all, perhaps we should rename this forum "qednick's unix problems"...
anyways, i have another question: say i have a program sitting on my unix web server and I want to execute it from another computer remotely.
For example, say i have a file on the server called "somefile.txt" and I want to chmod 0700 this file from my home computer using a program (i don't mean telnet) I have written. If my program was not remote, within my program I could just use:
system("chmod 0700 somefile.txt"
;
however, i want to do the same thing from the remote computer just like telnet or ftp programs do. How do I do this?
The answer is probably very simple but I can't see the wood for the trees at the moment.
programmer (prog'ram'er), n A hot-headed, anorak wearing, pimple-faced computer geek.
anyways, i have another question: say i have a program sitting on my unix web server and I want to execute it from another computer remotely.
For example, say i have a file on the server called "somefile.txt" and I want to chmod 0700 this file from my home computer using a program (i don't mean telnet) I have written. If my program was not remote, within my program I could just use:
system("chmod 0700 somefile.txt"
however, i want to do the same thing from the remote computer just like telnet or ftp programs do. How do I do this?
The answer is probably very simple but I can't see the wood for the trees at the moment.
![[bugeyed] [bugeyed] [bugeyed]](/data/assets/smilies/bugeyed.gif)

programmer (prog'ram'er), n A hot-headed, anorak wearing, pimple-faced computer geek.