Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Sharing a Website Review: Sharing a Website

help

What type of software is used to transfer files to a web host?

3 Answers

Josh Page
Josh Page
1,928 Points

Hi Emily,

The most popular way to transfer files to web hosts using ftp (File Transfer Protocol). To transfer files using ftp you need to get a ftp client, a piece of software/a web app which creates the link between your pc and the server to transfer the files. You can either use a piece of software such as cyberduck (Works on both Mac and Windows) (http://cyberduck.io/?l=en) or a online ftp client such as Net2FTP (http://www.net2ftp.com/index.php). Once you have a client you need to configure it with your server settings, you should be able to get these from your hosting provider and tutorials are available online about how to configure ftp. Once configured its just a matter of dragging and dropping the files you want to transfer (in most cases)

Josh

I am a fan of FileZilla as well. There are also other web hosting sites such as goDaddy that have them built in and you can upload it directly.

configuring your ftp client (i recommend filezilla too) is easy, all you need is your username, password, and your server's ip address, the ip address you can get from your web hosting provider. I use hostgator and when I log into cpanel i can see my server's ip address on the left column towards the bottom

although if you are using a web host that provides you with a cpanel, or any type of admin panel, you dont really need an ftp client as you can upload your files to your server easily and quickly through your admin panel