X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7A241.5398E367@onstor-exch02.onstor.net>; Tue, 29 May 2007 15:33:06 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: FTP URL spec for upgrade script
Date: Tue, 29 May 2007 15:33:05 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E03E391CA@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: FTP URL spec for upgrade script
Thread-Index: AceiP2Qxn+YfCRSpSTehK/BVQQiA7wAAT/1gAAAqbMA=
From: "Eric Barrett" <eric.barrett@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Forgot to add, you can browse our public FTP site:

ftp://support.onstor.com/outbound/software/EverON

=20

-----Original Message-----
From: Eric Barrett=20
Sent: Tuesday, May 29, 2007 3:33 PM
To: Andy Sharp
Subject: RE: FTP URL spec for upgrade script

Andy,

Well, the exact URL is going to vary, because:

* Half of our customers use their own internal FTP servers, and half
just download directly from us.

* We have two public FTP sites (ftp.onstor.com, a.k.a.
support.onstor.com, and ftp-eu.onstor.com).

* Finally, the release will be initially posted in the 'early'
subdirectory so the server path will change when the release becomes GA.


The most common URL will be:

ftp://support.onstor.com/outbound/software/EverON/3.0.0.0/22xx/EverON-3.
0.0.0BC.tar.gz

The release names are formulaic, i.e. EverON-$X.$Y.$Z.$W{BC,}.tar.gz.
If "BC" doesn't exist it's Cheetah (and of course the tarball would be
in the "44xx" subdirectory instead of "22xx").  Presumably we'll be
using CG for Cougar, but that's for Ken et al. to decide.



-----Original Message-----
From: Andy Sharp=20
Sent: Tuesday, May 29, 2007 3:19 PM
To: Eric Barrett
Subject: Re: FTP URL spec for upgrade script

Thanks Eric.

What I need to know is the exact URL that customers would have to type
in to get the Delorean release.  The path I assume would not change
over time, but the name of the tarball would change with each release?

Thanks,

a

On Thu, 17 May 2007 13:03:53 -0700 "Eric Barrett"
<eric.barrett@onstor.com> wrote:

> Here's the long description:
>=20
> http://www.cs.tut.fi/~jkorpela/ftpurl.html
>=20
>=20
> The short one is:
>=20
> Anonymous (login: "anonymous", password: "guest@"):
>     ftp://HOST/path/to/file
>=20
> With a username/password:
>     ftp://USER:PASSWORD@HOST/path/to/file
>=20
>=20
> The path ("path/to/file" in my example) is relative.  That is, if a
> user's homedir is /home/joe, then path/to/file is treated by every
> browser I've ever used as /home/joe/path/to/file, probably because
> they just do a series of relative CDs.
>=20
> Here's an example link from our support site:
>=20
>
ftp://support.onstor.com/outbound/software/EverON/early/2.2.2.4/22xx/Eve
> rON-2.2.2.4BC.tar.gz
>=20
> Or from the internal upgrade server, which uses a username/password:
>=20
> ftp://upgrade:password@10.2.0.2/PATCHES/EverON-2.2.2.4BC.tar.gz=20
>=20
> If you want to be really spiffy, then leaving out the password
> ("ftp://upgrade@10.2.0.2...") would make the script prompt you for it,
> so that users don't have to enter in in plain sight, as they do with
> the current NFXSH upgrade command.  But that's not necessary, just
> nice-to-have.
>=20
> -Eric
