概述:
FileZilla不管是exe还是zip版本,默认配置文件都是在c盘,
例如win10下配置文件保存在C:\Users\用户名\AppData\Roaming\FileZilla,
重装系统后原有配置信息将全部丢失,需要重新添加操作繁琐,因此我们要修改配置文件到程序目录,让其portable绿色化。
zip下载地址:https://filezilla-project.org/download.php?show_all=1
修改步骤:
1、复制FileZilla/docs/fzdefaults.xml.example到FileZilla/目录下,并重名为fzdefaults.xml。
2、编辑fzdefaults.xml文件并修改Config Location设置
修改前 | <Settings> <Setting name="Config Location">$SOMEDIR/filezilla/</Setting> |
FileZilla【默认目录结构】
├─docs
├─locales
└─resources
|
修改后 | <Settings> <Setting name="Config Location">settings</Setting> |
FileZilla【绿色化后目录结构】
├─docs
├─locales
├─resources
└─settings
|
至此,FileZilla的portable绿色版制作完成。