[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Can't load rpm files via FTP (Help)
- Subject: Re: [cobalt-users] Can't load rpm files via FTP (Help)
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Mar 23 14:04:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> problem, I can also telnet into the server but I can't understand the various
> instructions about how to load all the .rpm files to get MySQL and PHP working
> on the server. Can someone give me an example of what I would need to type in
> the telnet client to load for example MySQL-shared-3.22.32-7.i386.rpm to the
> server (One of about 8 .rpm files that I need to load.
telnet? ssh to the server, to some directory you can write to
and do "wget fqdn"
and wget will bring the file to your server!
Gerald