From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Using SFTP in the VS Code editor - FTP Tutorial
From the course: Learning SFTP
Using SFTP in the VS Code editor
- [Instructor] While using SFTP through a graphical client can be quite convenient, if we're working in an IDE or Integrated Development Environment or a Developer Oriented Text editor, it can be more useful to work with an SFTP server right inside that environment rather than using a separate app to move files around. This can work in two ways. In some situations we'll use our IDE software to connect directly to the server, and edit files in place on the server, and in other situations, we'll have a local copy of our files on our computer, which we'll edit, and then synchronize with the server or upload and download changes instead. Both of these methods have benefits, and drawbacks. If we work directly with files on the server, there's usually no way to restore a file we might have removed or edited by mistake. And if someone else needs to work on the same file at the same time, we can run into conflicts, but our changes are reflected immediately, and we don't have to worry about…
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)
-