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下使用即可

posted on 2025-04-25 11:22  emalovecode  阅读(159)  评论(0)    收藏  举报