February 7, 2010
How To Make Filezilla Portable
Method 1
Directly download FileZilla Portable from PortableApps.com. The latest stable version is FileZillaPortable_3.3.1.paf.exe.
Method 2
Follow these steps if you would rather make your own portable FileZilla.
- Download FileZilla Client zip archive. The latest stable version is FileZilla_3.3.1_win32.zip.
- Extract contents to a folder, e.g.,
FileZilla. The folder structure would be:FileZilla ├─docs ├─locales └─resources
- Copy
FileZilla/docs/fzdefaults.xml.exampletoFileZillafolder and rename it tofzdefaults.xml. - Edit
fzdefaults.xmland specifyConfig Locationsetting. This meanssettingsis the subfolder that all configuration files saved within.<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <FileZilla3> <Settings> <Setting name="Config Location">settings/</Setting> </Settings> </FileZilla3> - Start FileZilla, configuration files such as
filezilla.xmlwill be auto created withinsettingsfolder.FileZilla ├─docs ├─locales ├─resources └─settings
- That’s all, your FileZilla is portable now.
Here is an example, you can directly download it.