Versions Compared

Key

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

...

Anchor
1155345
1155345
Syntax

Wiki Markup*mode* \ [type=\{*text*\|*binary*\}\] \ [trim=\{*yes*\|*no*\}\]









Anchor
1155347
1155347
Description

...

Anchor
1155354
1155354
Parameters

...

cellspacing0
styletext-align: left; width: 100%;
classTable_with_Header

...

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: 144pt;

...

Parameter

...

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: 360pt;

...

Description

...

...

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;

type=text | binary

...

...

Sets the type of transfer.

  • If the transfer type is text, UDM performs text translation on the data between the codepages for the primary and secondary servers.
  • If the transfer type is binary, UDM sends the source data over as is, with no translation.

...

Default is binary when a new session is opened.

...

...

trim=yes | no

...

...

Sets whether or not to trim trailing spaces during a text transfer.

  • If the value is yes, spaces at the end of each line (record) are removed from the data when it is written.
  • If the value is no, spaces at the end of each line (record) are not removed.

...

Default is no when a transfer session is initiated.

Anchor
1155376
1155376
Example

Anchor
1155377
1155377
To set the current transfer type to text transfers:

<pre>
mode type=text
</pre>


Panel


Html bobswift