You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
First the background, I am using Final Term on Ubuntu 14.10 on my laptop to execute the following command: "telnet-ssl serverhost 992 -z ssl -S character". I am running database programs on "serverhost" (not the real name). I need the database pgms to be able to execute a command on my laptop, such as a meld. With help from Philipp, I was able to get the following working just fine if I executed the following command on my local host inside of Final Term: echo -ne '\e]133;H;RUN_SHELL_COMMAND "pwd"\a'. This indeed returned the output from a "pwd" command on my laptop.
The problem is when I execute the same command (\e]133;H;RUN_SHELL_COMMAND "pwd"\a) from one of my database pgms. Final Term does execute the command, but it executes on my database server, not my local host, where I need it. It seems the shell command is misdirected to the telnet-ssl session instead of my local host. Is there anything that can be done to get the shell command to actually execute on the local host, even if I do have an ssl session open?
First the background, I am using Final Term on Ubuntu 14.10 on my laptop to execute the following command: "telnet-ssl serverhost 992 -z ssl -S character". I am running database programs on "serverhost" (not the real name). I need the database pgms to be able to execute a command on my laptop, such as a meld. With help from Philipp, I was able to get the following working just fine if I executed the following command on my local host inside of Final Term: echo -ne '\e]133;H;RUN_SHELL_COMMAND "pwd"\a'. This indeed returned the output from a "pwd" command on my laptop.
The problem is when I execute the same command (\e]133;H;RUN_SHELL_COMMAND "pwd"\a) from one of my database pgms. Final Term does execute the command, but it executes on my database server, not my local host, where I need it. It seems the shell command is misdirected to the telnet-ssl session instead of my local host. Is there anything that can be done to get the shell command to actually execute on the local host, even if I do have an ssl session open?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: