Can you open a bookmarked location when launching Filezilla?

Moderator: Project members

Post Reply
Message
Author
devnado
550 Permission denied
Posts: 24
Joined: 2015-01-17 00:05

Can you open a bookmarked location when launching Filezilla?

#1 Post by devnado » 2015-03-04 11:03

Not sure if this is already possible or already posted as I'm not exactly sure what this would be called?

Open default workspace on launch?

Launch Filezilla with bookmarked site?

Basically, I'm soooooo lazy that I need to have Filezilla open to my default site 8)

User avatar
botg
Site Admin
Posts: 35540
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Can you open a bookmarked location when launching Filezilla?

#2 Post by botg » 2015-03-04 19:21


devnado
550 Permission denied
Posts: 24
Joined: 2015-01-17 00:05

Re: Can you open a bookmarked location when launching Filezilla?

#3 Post by devnado » 2015-03-04 20:58

Ahhh very nice thank you.

It works great, however connecting to a site with a space in the title gives a syntax error, for example:

Code: Select all

"C:\Program Files\FileZilla FTP Client\filezilla.exe" -c=0/My Site
Do you know the solution for connecting to a site with a space?

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: Can you open a bookmarked location when launching Filezilla?

#4 Post by boco » 2015-03-04 21:26

Easy, use double quotes.

Code: Select all

"C:\Program Files\FileZilla FTP Client\filezilla.exe" -c="0/My Site"
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

devnado
550 Permission denied
Posts: 24
Joined: 2015-01-17 00:05

Re: Can you open a bookmarked location when launching Filezilla?

#5 Post by devnado » 2015-03-04 21:30

Oooohhh yeah! you sneaky quote!

Thanks boco

Post Reply