Posts tagged FileZilla
How to run multiple copies of Application in Mac OS X
12 years ago
by Vadym Khukhrianskyi in How-to

Sometimes I needed several windows of FileZilla on my Mac to work with several servers simultaneously, but it doesn’t support multiple sessions (yet?). And Mac OS X doesn’t allow to launch another copy of application, so I googled a bit to find a solution… So you can run it by launching another instance of the app by typing this to command line:
/Path/To/Application.app/Contents/MacOS/Application &
E.g.: