Starting filezilla with command line parameters

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
cparr
500 Command not understood
Posts: 2
Joined: 2004-03-08 11:34

Starting filezilla with command line parameters

#1 Post by cparr » 2004-03-08 11:44

Hi!

How can I start filezilla from a link to automatically connect to a given Site?

I've got 2 sites which I want to start from seperate links.

Please help.

Thanks.

louwrens

#2 Post by louwrens » 2004-03-08 13:45

If with link you mean shortcut, try this:

# filezilla.exe user:pass@host

example:

C:\Progra~1\FileZilla\filezilla.exe foo:bar@site.com

cparr
500 Command not understood
Posts: 2
Joined: 2004-03-08 11:34

#3 Post by cparr » 2004-03-08 15:09

Thanks. But can I specify my password? Or how can I access a site saved in my site list?

Thanks.

eddan
226 Transfer OK
Posts: 423
Joined: 2004-02-25 08:44
Location: Norway

#4 Post by eddan » 2004-03-08 17:54

cparr wrote:Thanks. But can I specify my password?
Louwrens showed you how to specify password (filezilla.exe user:pass@host)
Read more about the commandline arguments on http://filezilla.sourceforge.net/cmdline.htm. (Maybe you could add this to the FAQ botg?)
cparr wrote: Or how can I access a site saved in my site list?
I don't think this is possible, atleast I've never heard of it and the above site I linked to does not mention it..

fillide
500 Syntax error
Posts: 16
Joined: 2004-03-01 00:44
Location: France

#5 Post by fillide » 2004-03-18 11:52

the correct URL in the above post is http://filezilla.sourceforge.net/cmdline.htm

JohnHenryMiller
500 Command not understood
Posts: 2
Joined: 2004-03-28 20:40

Commandline options for FileZilla Server

#6 Post by JohnHenryMiller » 2004-03-28 20:51

What are the commandline options for starting up the FileZilla FTP server? I would like to start it up automatically without having to answer "Yes".

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

#7 Post by botg » 2004-03-28 21:33

The most important server commands are /start and /stop
Iirc there's also /install and /uninstall.

Another important switch is /compat, this forces the server to not run as system service but as normal application, like under Win9x based systems.

Wolverine
500 Command not understood
Posts: 1
Joined: 2006-06-02 18:42
Location: Atlanta

#8 Post by Wolverine » 2006-06-02 18:47

I'd love to be able to select one of my saved sites from the command line parameters. For example, if one of my saved sites is example.com, it would be extremely useful to be able to start filezilla with example.com as a command line paramter and it use the saved site details. For example:

filezilla example.com

Currently this will simply attempt to login to example.com as anonymous. Any chance that you could set it up to first check if example.com is a saved site, and if found use that profile?

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

#9 Post by botg » 2006-06-02 19:14

filezilla -s nameofsavedsitemanagerentry

Post Reply