差分
このページの2つのバージョン間の差分を表示します。
| windows:filezilla [2020/10/01 15:47] – 作成 ともやん | windows:filezilla [2020/10/01 16:23] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== FileZilla ====== | ====== FileZilla ====== | ||
| + | ===== インストール ===== | ||
| + | [[windows: | ||
| + | **extras バケットの追加**\\ | ||
| + | <code powershell> | ||
| + | PS > scoop bucket add extras | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | Checking repo... ok | ||
| + | The extras bucket was added successfully. | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | **FileZilla のインストール**\\ | ||
| + | <code powershell> | ||
| + | $ scoop install filezilla | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | Installing ' | ||
| + | FileZilla_3.50.0_win64.zip (14.5 MB) [========================================================================] 100% | ||
| + | Checking hash of FileZilla_3.50.0_win64.zip ... ok. | ||
| + | Extracting FileZilla_3.50.0_win64.zip ... done. | ||
| + | Running pre-install script... | ||
| + | Linking ~\scoop\apps\filezilla\current => ~\scoop\apps\filezilla\3.50.0 | ||
| + | Creating shim for ' | ||
| + | Creating shortcut for FileZilla (filezilla.exe) | ||
| + | Persisting config | ||
| + | ' | ||
| + | </ | ||
| + | </ | ||