On Sunday 13 January 2002 22:03, Paul E Condon wrote:
> Sorry about original post. Fumble fingers sent message before
> it was finished.
> It should have contained a the following lines from the
> README:
>
>    If you are unsure about the exact location of the files on
> the rsync server, you can view `directory listings' with
> commands like these:
>
>      root dir:   rsync server.somewhere.org::
>      other dir:  rsync --dry-run
> server.somewhere.org::debian-cd/2.1/\*
>
> "These" do not look like commands that are typed at the
> command prompt.

Those are the correct commands.  man rsync:
 
rsync somehost.mydomain.com::
        this   would  list  all  the  anonymous  rsync  modules                 
                        
        available  on  the  host somehost.mydomain.com.

the ouput from the site you discussed in your first post:
[EMAIL PROTECTED]:~$ rsync rsync.kernel.org::
[motd snipped for clarity]

pub             /pub area, except mirrors and distributions
dist            Locally published distibutions
all             The entire archive, bar nothing

so then you just type:
[EMAIL PROTECTED]:~$ rsync rsync.kernel.org::dist/

And follow the directories till you get what you're looking for.

HTH,
Jesse

Reply via email to