From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Working with files remotely - FTP Tutorial
From the course: Learning SFTP
Working with files remotely
- [Narrator] 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 a remote server or 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 that changes don't get lost. We might ask one person to make their changes and upload the file. Then we download that file, make our changes, and then upload it…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Connecting to an SFTP server2m 52s
-
(Locked)
SFTP commands6m 21s
-
(Locked)
Using SFTP at the command line10m 2s
-
(Locked)
Using the Cyberduck SFTP client for Windows and macOS5m 36s
-
(Locked)
Using the WinSCP SFTP client for Windows4m 1s
-
(Locked)
Using SFTP in the VS Code editor4m 53s
-
(Locked)
Using SFTP in GoCoEdit on a mobile device2m 8s
-
(Locked)
Working with files remotely2m 53s
-
(Locked)
Managing a website with SFTP9m 8s
-
(Locked)
Troubleshooting an SFTP connection2m 13s
-
(Locked)
-