From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
SFTP commands - FTP Tutorial
From the course: Learning SFTP
SFTP commands
- [Tutor] 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 up to the top of the list here. The first command 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 command is cd, which like in a regular command line environment, changes the directory that we're working inside of. 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 look down this list a little bit more, we'll also find the command lcd, which stands for local change directory, for changing the directory, we're working with…
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)
-