# filezilla **Repository Path**: xuezc1/filezilla ## Basic Information - **Project Name**: filezilla - **Description**: filezilla是一款非常不错的ftp软件,这是我维护的filezilla客户端和服务器端源码。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-05-04 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README filezilla是一款高性能ftp工具,这是我维护的filezilla版本,分为客户端和服务器端,服务器端包括filezillaserver程序和filezillainterface程序,前者是windows服务程序,后者是管理filezilla服务的用户界面程序。 编译方法: 1. 编译filezilla客户端 用VS2013打开filezillaclient\clien\src\FileZilla.sln编译即可。 2. 编译filezillaserver 用VS2015打开filezillaserver\filezillaserver\filezillaserver.sln编译即可。 3. 编译filezillaserverinterface 用VS2015打开filezillaserverinterface\filezillaserver\filezillaserverinterface.sln编译即可。 具体参见:http://blog.csdn.net/analogous_love/article/details/73826187