Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi, is there any way to add ftp users via telnet?
on the offsite i found this:
groupadd ftpgroup
useradd -g ftpgroup -d /dev/null -s /etc ftpuser
1st we make a group, then we add a user.
but i cannot do the same on my nas, as
# groupadd ftpgroup
groupadd: No such file or directory
the reason why i want to do it this way - i want to set up the bandwidth limit to the specific user (maybe limit that user's connections as well).
ty
Last edited by Wisebird (2008-02-28 19:20:57)
Offline