You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
459 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

lftpget
===
调用lftp指令下载指定的文件
## 补充说明
**lftpget命令** 通过调用lftp指令下载指定的文件。
### 语法
```
lftpget(选项)(参数)
```
### 选项
```
-c继续先前的下载
-d输出调试信息
-v输出详细信息。
```
### 参数
文件指定要下载的文件文件必须是合法的URL路径。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->