Page 1 of 1

automatically open site and remote location from a shortcut

Posted: 2012-06-22 08:09
by paul9999
hi all i want a shortcut on my desktop that when double clicked will automatically open a site from the site manager and also open to a remote folder

i have looked/searched but i just can't get it to work....

if my site profile was called 'test' and the remote folder i wanted to open was '/test/some folder' what would the command line options be?

thanks

Re: automatically open site and remote location from a short

Posted: 2012-06-22 19:54
by boco
http://wiki.filezilla-project.org/Comma ... 8Client%29

The above guide lists all command line arguments FileZilla supports.
hi all i want a shortcut on my desktop that when double clicked will automatically open a site from the site manager and also open to a remote folder
Both together aren't possible on command line AFAIK. If you specify a Site Manager entry, you need to set the remote path inside that entry. Alternatively, use the complete FTP path instead.

Re: automatically open site and remote location from a short

Posted: 2012-06-23 01:30
by paul9999
trying to get it to load the site though always gives this error:

'Site path has to begin with 0 or 1.'

all i added was '--site=sitename'

Re: automatically open site and remote location from a short

Posted: 2012-06-23 01:53
by boco
See the --site parameter syntax requirements.

Code: Select all

--site="0/sitename"

The 0 means the Site Manager entry has been created by yourself in the GUI. Followed by the separator slash. Then the site name (of the entry). If you organized your sites into folders you need to include that also, like:

Code: Select all

--site="0/folder/sitename"

Re: automatically open site and remote location from a short

Posted: 2012-06-23 02:37
by paul9999
perfect both methods working thank you :)

Re: automatically open site and remote location from a shortcut

Posted: 2023-01-31 15:56
by Supernuija