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
Joe Dayvie
11,956 PointsFTP Question for Updating Website
Hello,
I know this is completely unrelated to Treehouse but since there are so many resourceful and helpful people here, I thought it would be worth asking.
Does anyone know why there is sometimes such a delay when using FTP to update a Website? Additionally, is there anyway to avoid this issue? After doing some research, I have some knowledge as to why but wanted to hear what others say too.
Thank you =)
Joe
3 Answers

Alex Hedley
16,381 PointsI guess this would depend on your internet speed, so how long it takes you to transfer the file from your local machine to the web server then to reload the site.
Which FTP program do you use? Are you getting an indication that the file has been successfully uploaded then reloading the page and not seeing the updates?
Joe Dayvie
11,956 PointsAlex,
I used to update manually until I learned about FTP and the one was I saw was via Firefox's add-on. It says the files uploaded successfully but there is a delay of a couple hours until its updated.
Joe

Alex Hedley
16,381 PointsWhich Firefox plugin is it?
Are you on a Mac or PC?
You could either use FileZilla (https://filezilla-project.org) or Notepad++ has an inbuilt client.
I use ForkLift on the mac http://www.binarynights.com
Joe Dayvie
11,956 PointsAlex,
I have FireFTP? Don't really know anything about it but I know how to use it. I have a Mac :)
I will have to research those two (probably more ForkLift) when I get some time. I do appreciate that.