课程: Learning SFTP
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
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…
内容
-
-
-
-
(已锁定)
Connecting to an SFTP server2 分钟 44 秒
-
(已锁定)
SFTP commands5 分钟 58 秒
-
(已锁定)
Using SFTP at the command line10 分钟 24 秒
-
(已锁定)
Using the Cyberduck SFTP client for Windows and macOS6 分钟 55 秒
-
(已锁定)
Using the WinSCP SFTP client for Windows5 分钟 50 秒
-
(已锁定)
Using SFTP in the VS Code editor7 分钟 2 秒
-
(已锁定)
Using SFTP in GoCoEdit on a mobile device2 分钟 41 秒
-
(已锁定)
Working with files remotely2 分钟 59 秒
-
(已锁定)
Managing a website with SFTP10 分钟 21 秒
-
(已锁定)
Troubleshooting an SFTP connection2 分钟 8 秒
-
(已锁定)
-