Uploading Files to Web Hosting Server

You have a new domain, cheap web hosting andfile management. Check at your hosting control panel
your DNS records are set to point your domain toif there is some file management. If it is there then
the web hosting. Now you need to upload yourcheck if you can unpack archive files. This way you
HTML pages or entire CMS to start managing yourcan transfer quite a lot of files in very short time.
website. This can be done in many ways. It dependsIf you don't have access to such file managers you
on the file size and the number of files you need tocan still upload archived file and unpack it with some
transfer.script. Simply google for "PHP unpacker" or something.
In any case you need a FTP account. This wasIf you are using Joomla there is an excellent
created when you have set up your hosting account.component called JoomlaPack. It archives the whole
You should have an address of FTP server, usersite including the database into one big file. To
name and password. To use it you will need a FTPrestore this file you need only a kickstart php script
client software. There are many free available forwhich is included. It does everything needed to start
download, just google for it. Once you have itJoomla installation process and it also removes the
installed you can try to connect to your hostinginstallation folder after the installation process is
server. If everything works well you will see the rootfinished.
folder of your hosting account. There should be aTransfer of files to and from web server is pretty
folder named public_html, www or with similar name.simple. If this is your first website then you only
This is where you should upload your files to beneed a little practice. Once you will transfer few files
visible from your domain.in both ways you will soon find out which method
Now you have all prerequisites to start uploading filesshould be used in particular case. And because regular
to your web server. However, if there are many filesbackups are a very important part of any website
this will take some time. In order to speed things upmanagement you will have to transfer files each time
you can try to upload a compressed archive (zip oryou will backup the website.
gzip) and then to unpack it from hosting control panel