when I run the ftpmount program... I even tried making
ftpmount setuid.... I've never used automount before, maybe
I should look into using that, just another thing to learn
though, which I'm not too wild about... :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can do it by putting a line in /etc/fstab, like this one:
none /your_dir ftpfs
user,noauto,ip=xxx.xxx.xxx.xxx,user=some,pass=thing,uid=1000,
gid=1000,root=/users/SL 0 0
(join all that in one line).
Then a user can
$ mount /your_dir
and user with uid 1000 has read & write access.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Not true. Normal users can mount ftpfs. I have installed it
via automount, it works.
Logged In: YES
user_id=134032
I get the error message:
mount: only root can do that
when I run the ftpmount program... I even tried making
ftpmount setuid.... I've never used automount before, maybe
I should look into using that, just another thing to learn
though, which I'm not too wild about... :)
Logged In: NO
You can do it by putting a line in /etc/fstab, like this one:
none /your_dir ftpfs
user,noauto,ip=xxx.xxx.xxx.xxx,user=some,pass=thing,uid=1000,
gid=1000,root=/users/SL 0 0
(join all that in one line).
Then a user can
$ mount /your_dir
and user with uid 1000 has read & write access.