sergeis
> ......I want to let students update group web sites remotely using ftp
ftp is not very secure, the password is exposed,
and it does not work by default on ibays
> I have created an ibay, setup a group that has a
> write access to it, added the people I want to
> have write access to the site to this group.
That group access only applies to local connections ie users on the local network or who have VPN'd to the server. It does not apply to Internet access, the only Internet control is by enabling web access using a password (for the ibay).
> How do I get them to access the html folder in that ibay, with write permissions?
By default (on a sme server) that is not allowed via a web connection.
> FTP login with ibay name/password gets me an empty folder
ftp connects you to the .../ibay/files folder, not to the .../ibay/html folder
> What am I doing wrong?
Nothing, it's working the way it was designed.
> dungog link is dead...
Look harder and you would find it ...
http://mirror.contribs.org/smeserver/contribs/dungog/files/> To use shared drive access instead of ftp, who do > I login as? ibay or user from the group for which > ibay updates are allowed?
you log in to an ibay (with a password set) using
username = ibayname
password = ibaypassword
BUT as I mentioned above write access is not allowed
If you really want to provide write acces to ibays which is controlled by group membership, then the remote users should establish a VPN connection to the server and then map a drive to the ibay
It's secure and it controls (limits) access to only the allowed ibay(s) by means of the group membership(s).
eg
net use W: \\serverIP\ibayname
Hope that clears up the confusion