随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-filezilla

命令

Windows 安装 FileZilla

win-install-filezilla

Windows 安装 FileZilla

补充说明

FileZilla 是一款免费开源的 FTP/SFTP 客户端,支持断点续传、多线程传输、站点管理和远程文件编辑。

安装 FileZilla

# 安装 FileZilla
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o FileZilla-installer.exe https://download.filezilla-project.org/client/FileZilla_3.66.5_win64-setup.exe && FileZilla-installer.exe /S
# 安装 FileZilla
cd ~\Downloads; curl.exe -L -o FileZilla-installer.exe https://download.filezilla-project.org/client/FileZilla_3.66.5_win64-setup.exe; .\FileZilla-installer.exe /S

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id FileZilla.FileZilla -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果