From the course: Learning SFTP (2022)

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Managing a website with SFTP

Managing a website with SFTP - FTP Tutorial

From the course: Learning SFTP (2022)

Managing a website with SFTP

- [Instructor] Using SFTP to work with our lab server is a good way of practicing with tools and workflows, but let's switch gears and work on a real server on the internet. I'll upload and edit a website on the server that's already been set up. Managing an existing website is a fairly common task to use SFTP for. Servers for websites generally come in two different configurations. One common configuration is the kind we find if we sign up with a web host and they provide us access to a shared system where we can store our site. Usually, this is the easiest way of working with a website because we'll generally have a directory right inside our user's home directory that represents the place where the site files go. And so, we don't really have to worry about permissions that much. We just connect with our SFTP client, find the appropriate directory and work with the files. The other configuration is the kind…

Contents