lftp的安装
1. linux系统下安装很方便
ubuntu: apt install lftp
centos: yum install lftp
2. windows下的安装
在windows的PowerShell中安装Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
通过Chocolatey 安装lftp
choco install lftp
直接在git Bash下使用即可
浙公网安备 33010602011771号