To add FileZilla Pro CLI to your system PATH variable and make it easier to launch it from
the terminal, follow the instructions you find below.
Microsoft Windows
- Press Win+X
- In the list, choose System
- In the Settings window, click on Advanced system settings
- Press Environment variables…
- In System variables pane, select Path and press Edit
- Press New
- Enter
C:\Program Files\FileZilla Pro CLI\
- Press OK three times
If you installed FileZilla Pro CLI in another directory, use that instead.
Restart any open command prompt or PowerShell terminal.
Debian Linux
- Open the
.bashrc
file in your home directory in a text editor - Add at the end of the file:
export PATH=/opt/FileZilla3/bin:$PATH
- Save the file
If you installed FileZilla Pro CLI in another directory, use that instead.
Restart any open terminal.