From the course: Learning SFTP (2022)

Unlock this course with a free trial

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

Working with files remotely

Working with files remotely - FTP Tutorial

From the course: Learning SFTP (2022)

Working with files remotely

- [Instructor] Working with files remotely can be fairly straightforward, as long as we're working with our own files in our own space. But there are two things we need to keep in mind when working in shared spaces. The first of these is the way that SFTP handles files. Unlike source code management and version control tools such as Git, when we make changes to a file and upload it to our remote server or we download a file that has different contents than what we have locally, the file will be fully overwritten, and we won't have an opportunity to reconcile differences before making the change. If we're just working on our own files, that's usually not a problem. But if we find ourselves working on files that others also use, problems can arise. This means that we might need to coordinate our activities with others to make sure the changes don't get lost. We might ask one person to make their changes and then upload…

Contents