From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
SFTP commands - FTP Tutorial
From the course: Learning SFTP
SFTP commands
- [Scott] We can see all of the commands that are available once we're inside the SFTP shell by typing either help or just the question mark character for a summary. I'll type help and press Enter. I'll scroll to the top of this listing and let's take a brief look at some of the most important commands. Many of them work like their counterparts in a regular shell or command line environment, though there are some that are specific to SFTP. The first one in the list is bye, short for goodbye, and that command will disconnect us from the SFTP session when we're done using it. We'll use that later, but not right now. The next is cd. This command will change the directory on the server that we're working inside of. Remember that FTP and also SFTP use a model where we can work with both the remote system and the local system at the same time. So if we looked on this list a little bit more, we'll find lcd, which stands for local change directory, for changing the directory we're working on…
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)
-