Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
1039293
1039293
Although the command is shown on two lines, it should be entered as one line at the command prompt.

Panel
ucmd -cmd "cat ~/file" -host dallas
     -userid joe -pwd password -comment "copy ~/file from dallas" > localfile


Anchor
1039304
1039304
The stdout of the cat command on the remote host is redirected back to the local host and written to the stdout of ucmd, which is then redirected to the local file localfile.

...

Anchor
1039306
1039306
The command line options used in this example are:

...

...

stylebackground-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 108pt;

...

Option

...

...

Description

...

...

...

Remote command - "cat ~/file" - to execute. The cat program copies the files specified on the command line to its stdout.

...

...

...

Directs the command to a computer with a host name of dallas.

...

...

...

...

...

Remote user ID with which to execute the command.

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

Password for the user ID.

...

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

Description of the process executed by Universal Command.

Anchor
1039334
1039334
The file is copied as a text file, since the default transfer mode is text.

...