>
> > When you ftp to the site, when connected, execute cd /web This will
> > put you in the site web folder
> >
> > Gerald
>
> when i do that, the /web is the /web of
>
> /home/sites/www.domain.tld/users/web
>
> and not the /web of
>
> /home/sites/www.domain.tld/web/
>
> i don't know where i can create a user for the /web of the
> domain itself instead of the /web of the user, and that user
> is "site administrator", but it seems to be site
> administrator for www.domain.tld/users/web instead of
www.domain.tld/web/
An example;
[root (at mark) fsn3 admin]# ftp host.domain.tld
Connected to host.domain.tld.
220 ProFTPD 1.2.10 Server (ProFTPD) [1.2.3.4]
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type
Name (fsn.raqware.com:root): <user-name>
331 Password required for user-name.
Password:
230 User user-name logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /web
250 CWD command successful
ftp> pwd
257 "/web" is current directory.
ftp> ls (gives listing for the /web directory)
Gerald
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.