[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ 4: any way to determine site number fromGUI?
- Subject: Re: [cobalt-users] RaQ 4: any way to determine site number fromGUI?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Sep 4 13:07:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> The subject says it all...I sometimes need to know a site # to
> set up a new
> user ID (I use it as an identifier in the username) via the GUI,
> but am at a
> location where I don't have a SSH client available. Any way to
> get a site #
> from the GUI?
>
FTP in as server admin! (with WS_FTP)
(should be over ssh, but since you don't have it)
cd /home/sites
select a domain www.domain.com
The ftp client should display the directory as /home/sites/siteX
where X is the site number of www.domain.com
Gerald