Skip to content

Instantly share code, notes, and snippets.

@darkcolonist
Created July 12, 2016 08:26
Show Gist options
  • Save darkcolonist/87dd9807bf4a30b034fba4a90e668e4b to your computer and use it in GitHub Desktop.
Save darkcolonist/87dd9807bf4a30b034fba4a90e668e4b to your computer and use it in GitHub Desktop.
how to create an instant filezilla shortcut
// nothing to do here, check the comments
@darkcolonist
Copy link
Author

darkcolonist commented Jul 12, 2016

guide

  1. create a shortcut of filezilla
    image
  2. copy the site-manager connection name
    image
  3. modify filezilla shortcut properties
    image
    image
    contents of the target box:
    "C:\Program Files\FileZilla FTP Client\filezilla.exe" --site="0/mysite.com"
  4. double-click / open the shortcut and it will open the filezilla client as well as automatically connect to your ftp entry

note:

if you see this
image

just make sure that the site-manager entry as well as the --site parameter in the shortcut created matches
image

note:

it appears, the 0/ is also necessary

@xErik444x
Copy link

wooo thx!

@darkcolonist
Copy link
Author

wooo thx!

glad it helps bro

@Maki-Makiki
Copy link

tx for the info

@GitCurious
Copy link

Thanks, that`s very useful.

@Diego-Schmidt
Copy link

Diego-Schmidt commented Feb 1, 2023

Working, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment