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

WordPress How to Make a Website with WordPress Customizing WordPress Themes How to Make Child Themes

Randall Zepeda
Randall Zepeda
1,979 Points

ftp to sftp

if I start saving files to ftp will I eventually be able to switch it to sftp without redoing the website or should I just wait until I have sftp verified and incorporated.

2 Answers

It should work fine if you making a standard hmtl css and javascript website. If your working on a wordpress or php site that requires database you would have to work a bit more. You would have to transfer the mysql file to the new database along with the wp-content.

If your new to wordpress and I would suggest waiting and getting the sftp. Working directly from it maybe setting a front page that says "New website coming soon!" It up to you could work directly from it.

Hazel Kenady
seal-mask
.a{fill-rule:evenodd;}techdegree
Hazel Kenady
Front End Web Development Techdegree Student 16,744 Points

Using FTP versus SFTP has no impact on your website. You're just using the FTP client to upload and download files from your server. Setting SFTP settings in your FTP client allows you to use a more secure method for uploading and downloading files from a server than standard FTP does.