Unix question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Lionel
Forum Newbie
Posts: 7
Joined: Mon May 06, 2002 1:27 am

Unix question

Post by Lionel »

I am tired of having to telnet in and chown nobody every time that I upload something. How can I make that automatic for a specific user when ftp-eing?
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Re: Unix question

Post by sam »

Lionel wrote:I am tired of having to telnet in and chown nobody every time that I upload something. How can I make that automatic for a specific user when ftp-eing?
Check with the manual of your ftp client, most of them can do chmod'ing and some support scripting... I'm assuming your useing windows as a developement environment.

Cheers Sam
Lionel
Forum Newbie
Posts: 7
Joined: Mon May 06, 2002 1:27 am

Post by Lionel »

surely there must be a way to do it on the unix server. I am using an automatic upload ftp, unattended. The server needs to know that if it user "mylogin" to automatically include them in the www-data (web) group.
Post Reply