In reply to ewang:
> If so, do you know of any programs that can be used for uploading to web pages?
The basic tool you want is FTP - there's millions (well, maybe just thousands) of FTP client programs around, and a fair number of them will be available as RPMs (packages for RedHat).
You'll probably also find some web design programs with FTP built in, again there's loads, so some of them should be available as RPM. These make the job easier by just giving you a button/command to synch the server and your current work.
For a more fancy approach there's WebDAV, which is kind of FTP, but designed specifically for web development stuff. There's not as many programs that support this, but there's bound to be a few available as RPM.
> Currently shaking off the MS blinkers, using XP Pro and Frontpage for this at the mo.
Frontpage? Noooo! It's the bane of web development, please chose anything else. Or if you are going to use it at least pass your HTML through a validator program and test it in some browsers other than IE5.