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!
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

Martina Carrington
15,754 PointsCan you use filezilla more than once
I was wondering can you use file zilla more than once to upload WordPress websites
3 Answers

Austin Whipple
29,725 PointsCertainly! You can connect FileZilla to any server to upload files, or upload multiple times to the same server. In fact, if you upload the same files to the same location a second time, you have the option to write over the existing ones on the server. Therefore, you can update a file on your desktop, upload it via FileZilla, and have it update the server copy.
I definitely recommend reading up on using FileZilla on their wiki.

Codin - Codesmite
8,600 PointsI use FileZilla to manage the FTP (File Transfer Protocol) of all of my websites, it is the only program I use to upload anything to my webserver, as Austin pointed out if you upload a duplicate file to one that already exists in the same location on your webserver it warns you first and gives you options on how you would like to proceed.

james white
78,399 PointsThe only thing you have to be careful about - part of a Wordpress site
usually exists inside a MySQL database.
So if you are transferring or updating that particular part of the Wordpress site it will
probably have to be done through phpAdmin interface or whatever
browser-based CPanel your host provider uses.