FileZilla中文版是一款免费开源的FTP客户端软件,支持FTP、FTPS、SFTP等多种文件传输协议,具备强大的站点管理器、传输队列管理、多标签界面和远程文件查找功能。软件跨平台支持Windows、macOS、Linux,提供简体中文界面,支持大文件断点续传。本站提供FileZilla官方原版及绿色便携版,下载解压即用。
新版变化
FileZilla – Version history
https://filezilla-project.org/versions.php
FileZilla专业版支持的云存储协议:
﹂WebDAV (WebDAV协议的网盘)
﹂Microsoft Azure File Storage Service
﹂Microsoft Azure Blob Storage Service
﹂Microsoft OneDrive (微软云盘)
﹂Google Drive (谷歌云盘)
﹂Google Cloud Storage
﹂OpenStack Swift
﹂Dropbox、Box
﹂Backblaze B2
﹂Amazon S3
原版绿色便携式技巧:在根目录新建个编码UTF-8的文件fzdefaults.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<FileZilla3>
<Settings>
<!-- Config Location =便携化配置保存当前目录Data(可改任意名称)-->
<Setting name="Config Location">Data/</Setting>
<!-- Kiosk mode =默认0,不保存主机密码改1,不保存设置改2(只读)-->
<Setting name="Kiosk mode">0</Setting>
<!-- Disable update check = 关闭检查升级,1-不检查,0-自动升级 -->
<Setting name="Disable update check">1</Setting>
</Settings>
</FileZilla3>
