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 - 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
-
-
-
-
(Locked)
Connecting to an SFTP server2m 44s
-
(Locked)
SFTP commands5m 58s
-
(Locked)
Using SFTP at the command line10m 24s
-
(Locked)
Using the Cyberduck SFTP client for Windows and macOS6m 55s
-
(Locked)
Using the WinSCP SFTP client for Windows5m 50s
-
(Locked)
Using SFTP in the VS Code editor7m 2s
-
(Locked)
Using SFTP in GoCoEdit on a mobile device2m 41s
-
(Locked)
Working with files remotely2m 59s
-
(Locked)
Managing a website with SFTP10m 21s
-
(Locked)
Troubleshooting an SFTP connection2m 8s
-
(Locked)
-