[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Uploading Help
- Subject: RE: [cobalt-users] Uploading Help
- From: "GPS" <gps@xxxxxxxxxxxxxx>
- Date: Fri Feb 23 22:37:36 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>Actually. I have to upload as the server admin, because I am uplaoding one
>of the update patches into the packages directory. Why would the server
>administrator have a disk quota. And how can I change it?
>
>Nick
Nick,
This solution doesn't fix your admin ftp quota problem but it WILL
allow you to install this monster size pkg file without worrying about
dial-up timeouts or other such expected problems encountered when trying
to throw a 21MB file around.
Telnet/ssh in the server.
cd /home/packages
wget "ftp://ftp.cobalt.com/pub/packages/raq3/eng/RaQ3-All-Security-3.0.1-8061.pkg"
The pkg file will then be retrieved.
Logout and go back to the gui.
Check the 'loaded' radio button in the Install Software option and you'll
see all the pkg files you've downloaded to the /home/packages directory.
I do this with two windows. One window has the ssh window and the other is
a browser window loaded with the Cobalt Download page. Right click on the pkg file link
and select "Copy shortcut" then go to the ssh window and paste it right into the command
line after you type the wget command.
wget is a very useful utility. Type 'man wget' for more info (without the quotes)
Tony