MCP-CMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
26 bytes added ,  2 March 2023
no edit summary
No edit summary
No edit summary
Line 65: Line 65:
<ul><li><b>shcl</b> (common lisp nature)</li><li><b>shhs</b> (HsShellScript, haskell nature)</li><li><b>upsh</b> (prolog nature)</li></ul>
<ul><li><b>shcl</b> (common lisp nature)</li><li><b>shhs</b> (HsShellScript, haskell nature)</li><li><b>upsh</b> (prolog nature)</li></ul>
   <b>mcpcms</b> can be accessed with ssh using the following script<pre><tt>#!/usr/bin/bash
   <b>mcpcms</b> can be accessed with ssh using the following script<pre><tt>#!/usr/bin/bash
#
# save as &lt;fileName&gt; and invoke with &lt;fileName&gt;  &lt;connect-spec&gt; where             
# invoke this script with &lt;fileName&gt;  &lt;connect-spec&gt;
# where             
#         
#         
#  &lt;connect-spec&gt;::= ipV6Address:port | ipV4Address:port | FQDSAgentName  
#  &lt;connect-spec&gt;::= ipV6Address:port | ipV4Address:port | FQDSAgentName  
#  FQDSAgentName ::= &lt;agentId&gt;@&lt;domain&gt;[:&lt;port&gt;]
#  FQDSAgentName ::= &lt;agentId&gt;@&lt;domain&gt;[:&lt;port&gt;]
#
#
#  and the port is displayed in the device control block of your DCMS account profile. Using the FQDSAgentName is equivalent to what the launch does.
#  and the address and port are displayed in the device control block of your DCMS account profile. Using the FQDSAgentName is equivalent to what the launch does.
ssh
ssh
</tt></pre>  
</tt></pre>  

Navigation menu