&tag(FileZilla); *目次 [#cdc8faa9] #contents *参考情報 [#h94595f2] -[[Sharing a FileZilla Profile | jonathan stegall: creative tension:http://jonathanstegall.com/2008/05/26/sharing-a-filezilla-profile/]] *Tips [#p4928b29] **設定ファイルの場所を変更 [#b42627d3] -fzdefaults.xmlというファイルを使って設定ファイルの場所を変更することができる。 -fzdefaults.xmlファイル自体はOSごとに設置場所が異なる。 --Windows: exeファイルと同じ場所。 --OS X: Contents/SharedSupport/ディレクトリ。 --その他: ~/.filezilla、 /etc/filezilla、install prefixのshare/filezillaフォルダ。 -fzdefaults.xml.exampleというファイルがdocsフォルダに入っているので、これの"Config Location"を変更する。例えば~/FileZillaというフォルダに保存する場合、"$HOME/FileZilla"に変更する(環境変数も使える。Windowsだとどうなるか不明)。 #pre{{ <FileZilla3> <Settings> <Setting name="Config Location">$HOME/FileZilla/</Setting> <Setting name="Kiosk mode">0</Setting> <Setting name="Disable update check">0</Setting> </Settings> <Servers> <Server> <Host>ftp.gnu.org</Host> <Port>21</Port> <Protocol>0</Protocol> <Type>0</Type> <Logontype>0</Logontype> <User>anonymous</User> <Pass>someone@example.com</Pass> <TimezoneOffset>0</TimezoneOffset> <PasvMode>MODE_DEFAULT</PasvMode> <MaximumMultipleConnections>0</MaximumMultipleConnections> <EncodingType>Auto</EncodingType> <Comments></Comments> <LocalDir></LocalDir> <RemoteDir></RemoteDir>Primary GNU download server </Server> </Servers> </FileZilla3> }}