RE: How To Auto Response so that I can add 100 users?

"Pedram Ebrahimian-Diznabi" <[email protected]> Wed, 30 Nov 2005 10:21:53 -0500
Newsgroups gmane.network.pureftpd.user
Message-ID <[email protected]>
Hi there,

you also have the option of doing:

(echo <password>; echo <password>) | pure-pw useradd <UserName> -d /home/ftphome/<UserName> -u myFTPUser -m;
and you can put this in any shell script, however passwords are in plane text.

-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Wednesday, November 30, 2005 2:45 AM
To: [email protected]
Subject: [pureftpd] How To Auto Response so that I can add 100 users?


I am trying to add VIRTUAL USERS to pure-ftpd by entering
pure-pw useradd joe -u ftpuser -d /home/ftpusers/joe
then system promote a msg
Password:
then
Enter it again:

if I want add 100 users it seems a lot trouble

is there a way to auto response or a convenient way to add new user?

Also I am new user please give some code thx.

---------------------------------------------------------------------
To post a new message, e-mail: [email protected]
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To post a new message, e-mail: [email protected]
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]