Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api.host
/
ShellAvailableHostMachine
/
download
download
abstract
fun
download
(
url
:
String
,
destPath
:
String
)
将指定文件下载到文件夹中
Parameters
url
下载地址
dest
Path
存放路径,需要指定文件名并且还需要保证文件夹存在.
如果文件存在,不会重复下载
。