Opening a single emacs terminal instance with Filezilla client on ubuntu?

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
dbee01
500 Command not understood
Posts: 5
Joined: 2020-05-29 13:18

Opening a single emacs terminal instance with Filezilla client on ubuntu?

#1 Post by dbee01 » 2021-08-13 02:56

How do i open a single terminal client instance with multiple Filezilla files on ubuntu?

I want all my files downloaded with Filezilla to open in a single terminal instance of emacs.

I can do it if i open emacs then type 'M-x server-start' but when i create a .emacs file and enter (server-start). The file opens in seperate GUI emacs.

This is my Filezilla settings file...

Code: Select all

php /usr/bin/emacsclient %f
css /usr/bin/emacsclient %f
js /usr/bin/emacsclient %f
html /usr/bin/emacsclient %f

Post Reply