Opened 15 years ago
Closed 7 years ago
#5091 closed Patch (outdated)
command-line option for connecting to multiple servers at statup
Reported by: | elgringo79 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | commandline option multiple servers | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Win XP Pro 32bit + SP3 |
Description
I think it would be great to have a new command-line option to tell filezilla-client to connect to multiple servers at startup - each server opened in a different tab. Now that filezilla has this tab-feature it would be an useful implementation.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | 5091.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Status: | new → moreinfo |
---|
Thanks,
two major problems I can see:
- removal of -c invalidating all user's shortcuts
- Using an URI scheme requires some additional characters to be escaped, see RFC 3986
comment:4 by , 12 years ago
Type: | Feature request → Patch |
---|
comment:5 by , 7 years ago
Resolution: | → outdated |
---|---|
Status: | moreinfo → closed |
Note:
See TracTickets
for help on using tickets.
Patch posted for review.
It uses a fzsite:// format for sites since wxCmdLineParser doesn't support multiple usage of options (just parameters).