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 trialPhilip Kroupoderov
Front End Web Development Techdegree Graduate 21,641 PointsNobody FTPs files from a web server they SSH into it to make edits!!!
Heard some weird statement in this video.
1 Answer
Jimmy Crandall
23,120 PointsThis is not always true. A common practice to read, write, and delete files is the use of SFTP for a secure FTP connection.
SFTP (SSH File Transfer Protocol) is a secure file transfer protocol. It runs over the SSH protocol. It supports the full security and authentication functionality of SSH.
SFTP has pretty much replaced legacy FTP as a file transfer protocol, and is quickly replacing FTP/S. It provides all the functionality offered by these protocols, but more securely and more reliably, with easier configuration. There is basically no reason to use the legacy protocols any more.
Christian Schou
9,208 PointsChristian Schou
9,208 PointsI can only agree with Jimmy here. I use SFTP almost everytime i need to make a quick change on files in my WordPress directory. Its true that you can use SSH and then an editor as nano for editing the file.. But if you like your IDE on your desktop, the SFTP is a very secure way to do it and much easier :)