From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,800 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 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. And in other situations, we'll use our IDE software to connect directly to the server and edit files in place on the server instead. Usually, the option where we work locally is both safer and more convenient. Because when we're working locally, we don't need to be connected to the remote server. So we can work offline and double check our changes before we send them to the server. However, if we're working with files…
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)
-