Files
obsidian_note/技术探究/secureCRT.md
2025-12-04 09:12:56 +08:00

15 lines
284 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
sz 下载文件
1.快捷键alt+p打开sftp窗口输入想要下载的文件所在的目录回车
```java
lcd E:/download
```
2.输入要下载的文件
```java
get /usr/hello.jar
```
回车之后,就能将服务器中指定的文件下载到本地指定的目录下。