home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / softos.zip / XRM.HLP (.txt) < prev   
OS/2 Help File  |  1994-01-17  |  56KB  |  2,225 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Help for Edit Options ΓòÉΓòÉΓòÉ
  3.  
  4. Softerm includes a selection of edit options, available for Send and Receive 
  5. file transfer operations, to compensate for the variations in data formats used 
  6. by host computers. 
  7.  
  8. These options allow the source file to be reformatted as the file is 
  9. transferred to its destination. 
  10.  
  11. Edit options may be set for a particular File Transfer Profile so they will be 
  12. in effect each time the profile is used.  Edit options also may be changed from 
  13. the Session Window's File menu before starting a file transfer operation. 
  14.  
  15. For additional information about the File Transfer Edit Options, select: 
  16.  
  17.   High Bit 
  18.   End of Line character 
  19.   Hex dump 
  20.   Pad blank lines 
  21.   Space compress 
  22.   Translate characters 
  23.   Remove characters 
  24.   Tab length 
  25.  
  26.  
  27. ΓòÉΓòÉΓòÉ <hidden> High Bit ΓòÉΓòÉΓòÉ
  28.  
  29. The High Bit of each character in the source file may be Set, Cleared or left 
  30. at No Change.  In most cases, you would leave this option set to No Change to 
  31. leave the High Bit unaffected. 
  32.  
  33. Application:  If you transferred a text file from an Apple computer to a PC, 
  34. you would want to Clear the high bit to obtain standard text rather than 
  35. graphics characters. 
  36.  
  37.  
  38. ΓòÉΓòÉΓòÉ <hidden> End of Line ΓòÉΓòÉΓòÉ
  39.  
  40. End of Line lets you choose what line terminator is to be used for the 
  41. destination when transferring text files.  The line terminators may be: 
  42.  
  43.  o  No Change (no end of line modifications) 
  44.  o  Carriage Return 
  45.  o  Line Feed 
  46.  o  Carriage Return/Line Feed 
  47.  
  48.  
  49. ΓòÉΓòÉΓòÉ <hidden> Hex Dump ΓòÉΓòÉΓòÉ
  50.  
  51. Hex Dump, if checked, will cause the source file to be converted to a 
  52. displayable hexadecimal dump format. 
  53.  
  54. Each line will display the 8-character hexadecimal address of the position in 
  55. the file followed by a colon, 16 data characters from the source file in 
  56. hexadecimal format, and the ASCII equivalent displayable characters. 
  57. Non-displayable character codes will be shown as a period. 
  58.  
  59. This option is extremely useful in debugging communications problems when 
  60. interacting with a host computer system. 
  61.  
  62. Important:  If the Hex Dump option is checked, all other editing options except 
  63. for the High Bit option, and the End of Line option when the transfer is to a 
  64. printer, are ignored. 
  65.  
  66.  
  67. ΓòÉΓòÉΓòÉ <hidden> Pad Blank Lines ΓòÉΓòÉΓòÉ
  68.  
  69. Some host systems throw away any blank lines;  that is, lines consisting only 
  70. of a line terminator character, such as a Carriage Return + Line Feed used to 
  71. double-space between paragraphs of a document.  To have the document retain its 
  72. format when it is transferred to the host, check the Pad Blank Lines option. 
  73. This will substitute a space plus the line terminator for any line containing 
  74. only a line terminator. 
  75.  
  76.  
  77. ΓòÉΓòÉΓòÉ <hidden> Space Compress ΓòÉΓòÉΓòÉ
  78.  
  79. Space Compress, if checked, will cause any sequence of multiple space 
  80. characters to be changed to a single space character as the source file is 
  81. transferred to the destination. 
  82.  
  83.  
  84. ΓòÉΓòÉΓòÉ <hidden> Translate Characters ΓòÉΓòÉΓòÉ
  85.  
  86. Translate is used to convert characters or ranges of characters to other 
  87. characters or strings of characters.  This option is useful if a file contains 
  88. unwanted formatting characters which must be converted before the data can be 
  89. processed. 
  90.  
  91. Application:  Some word processors use non-standard control sequences for 
  92. format control.  If you know what these codes are, you can translate them to 
  93. the codes used by your word processing program. 
  94.  
  95. The Translate string entry field may contain multiple arguments which may be 
  96. optionally separated by spaces or commas (,), or ranges separated by a hyphen 
  97. (-).  Arguments in the Translate field must be specified in pairs so that both 
  98. a from and a to argument are included for each translate entry in the field. 
  99. Character arguments and ranges may be specified in either ASCII or hexadecimal 
  100. characters in the range $00-$7F.  A hexadecimal character is indicated by a $ 
  101. followed by 2 digits in the range 0-9 or A-F. 
  102.  
  103. The backslash character (\) is used to indicate that the next character has no 
  104. special interpretation.  It may be used with a space, comma, hyphen, dollar 
  105. sign, and backslash to allow these characters to be used in arguments. 
  106.  
  107. The following are examples of valid arguments in the Translate edit option 
  108. field: 
  109.  
  110.    Argument  Function
  111.  
  112.    A         Single ASCII Character
  113.    $41       Single Hexadecimal Character
  114.    a-z       ASCII Character Range
  115.    $61-$7A   Hexadecimal Character Range
  116.    \,        Comma as Argument
  117.  
  118. The following are examples of valid specifications for Translate: 
  119.  
  120.     a-z,A-Z $7F,$20 (,[ ),]
  121.  
  122. This string, if used in the Translate edit option field, will convert lowercase 
  123. to uppercase and convert all DEL ($7F) characters to a space ($20), and will 
  124. convert parenthesis ( ) to square brackets [ ].  Arguments in the Translate 
  125. field must be specified in pairs. 
  126.  
  127.  
  128. ΓòÉΓòÉΓòÉ <hidden> Remove Characters ΓòÉΓòÉΓòÉ
  129.  
  130. Remove is used to remove selected characters and ranges of characters from the 
  131. source file as the file is written to the destination.  This option is useful 
  132. if a file contains unwanted formatting characters which must be removed before 
  133. the data can be processed. 
  134.  
  135. Application:  Some word processors use non-standard control sequences for 
  136. format control.  If you know what these codes are, you can remove them to get a 
  137. destination file that is readable. 
  138.  
  139. The Remove string entry field may contain multiple arguments which may be 
  140. optionally separated by spaces or commas (,), or ranges separated by a hyphen 
  141. (-).  Character arguments and ranges may be specified in either ASCII or 
  142. hexadecimal characters in the range $00-$7F.  A hexadecimal character is 
  143. indicated by a $ followed by 2 digits in the range 0-9 or A-F. 
  144.  
  145. The backslash character (\) is used to indicate that the next character has no 
  146. special interpretation.  It may be used with a space, comma, hyphen, dollar 
  147. sign, and backslash to allow these characters to be used in arguments. 
  148.  
  149. The following are examples of valid arguments in the Remove edit option field: 
  150.  
  151.    Argument  Function
  152.  
  153.    A         Single ASCII Character
  154.    $41       Single Hexadecimal Character
  155.    a-z       ASCII Character Range
  156.    $61-$7A   Hexadecimal Character Range
  157.    \,        Comma as Argument
  158.  
  159. The following is an example of a valid specification for Remove: 
  160.  
  161.    $00-$08 $0B $0E-$1F
  162.  
  163. This string, if used in the Remove edit option field, will remove control 
  164. characters except for HT ($09), LF ($0A), FF ($0C), and CR ($0D). 
  165.  
  166.  
  167. ΓòÉΓòÉΓòÉ <hidden> Tab Length ΓòÉΓòÉΓòÉ
  168.  
  169. This option accepts values in the range 0-9 and defaults to 0, which disables 
  170. this option.  This option will substitute an appropriate number of spaces for 
  171. tab characters in the source file. 
  172.  
  173. Application:  If you downloaded a file that you knew was written with tab stops 
  174. set every 8 columns, and you wanted it to retain its format for your text 
  175. editor, you could change the default 0 to 8 
  176.  
  177.  
  178. ΓòÉΓòÉΓòÉ <hidden> Retries ΓòÉΓòÉΓòÉ
  179.  
  180. Specify the maximum retry count for error conditions.  Possible error 
  181. conditions include timeouts and block check errors.  If an error condition 
  182. occurs during a file transfer operation and the Retries count is exhausted, a 
  183. Line Failure message will be displayed on your screen.  This parameter accepts 
  184. values from 0 to 255. 
  185.  
  186.  
  187. ΓòÉΓòÉΓòÉ <hidden> Receive Acknowledgment Timeout ΓòÉΓòÉΓòÉ
  188.  
  189. This parameter sets the number of seconds before a transfer operation will 
  190. cancel when an acknowledgement for data transmitted to the host is expected to 
  191. be received.  Valid values are from 0 to 65535. 
  192.  
  193.  
  194. ΓòÉΓòÉΓòÉ <hidden> Send Character Transmission Delay ΓòÉΓòÉΓòÉ
  195.  
  196. Note:   This also is called Transmit Delay. 
  197.  
  198. Character Transmission Delay is specified in milliseconds of delay between 
  199. characters, from 0 through 255.  Many host computers expect to receive data at 
  200. manual typing speed.  When Softerm transmits a file of data, the interval 
  201. between characters is much shorter than when they are typed, and the host 
  202. computer may be unable to keep up with the transmission rate.  As a result, 
  203. data may be lost or garbled.  This parameter introduces an inter-character 
  204. delay to reduce the host processing load.  If the data received by the host is 
  205. incomplete or consistently incorrect, increasing the inter-character delay may 
  206. improve the situation. 
  207.  
  208.  
  209. ΓòÉΓòÉΓòÉ <hidden> Retries ΓòÉΓòÉΓòÉ
  210.  
  211. Specify the maximum retry count for error conditions.  Possible error 
  212. conditions include timeouts and block check errors.  If an error condition 
  213. occurs during a file transfer operation and the Retries count is exhausted, a 
  214. Line Failure message will be displayed on your screen.  This parameter accepts 
  215. values from 0 to 255. 
  216.  
  217.  
  218. ΓòÉΓòÉΓòÉ <hidden> Host Command for Send ΓòÉΓòÉΓòÉ
  219.  
  220. A string of up to 35 characters may be entered to be transmitted to the remote 
  221. system when the Send command is processed. 
  222.  
  223. This string could be used as a command to the remote computer system to prepare 
  224. to receive data, and might resemble: 
  225.  
  226.    ACCEPT filename [CR]
  227.    kermit -r filename [CR]
  228.    XRCV filename [CR]
  229.  
  230. The first 32 ASCII characters (0 through 31) also are control codes which can 
  231. be included by using the appropriate acronym enclosed in square brackets ([ ]). 
  232. These are listed in the ASCII column in ASCII Character Codes (If you need to 
  233. send a '[' or ']', precede it with a tilde '~'.) For example: 
  234.  
  235.   Acronym   Decimal Value  Name
  236.   [NUL]           0        Null character
  237.   [CR]           13        Carriage Return
  238.   [ESC]          27        Escape
  239.   [US]           31        Unit Separator
  240.  
  241. The string is transmitted exactly as entered and must include any terminator 
  242. characters, such as a carriage return, required by the remote computer. 
  243.  
  244. The string is transmitted at 5 characters per second to allow for systems which 
  245. expect commands to be entered at normal keyboard entry speeds. 
  246.  
  247.  
  248. ΓòÉΓòÉΓòÉ <hidden> Receive Data Timeout ΓòÉΓòÉΓòÉ
  249.  
  250. This parameter sets the number of seconds before a transfer operation will 
  251. cancel when data is expected to be received. Valid values are from 0 to 65535. 
  252.  
  253.  
  254. ΓòÉΓòÉΓòÉ <hidden> Receive Character Transmission Delay ΓòÉΓòÉΓòÉ
  255.  
  256. Note:  This also is called Transmit Delay. 
  257.  
  258. Character Transmission Delay is specified in milliseconds of delay between 
  259. characters, from 0 through 255.  Many host computers expect to receive data at 
  260. manual typing speed.  When Softerm transmits a file of data, the interval 
  261. between characters is much shorter than when they are typed, and the host 
  262. computer may be unable to keep up with the transmission rate.  As a result, 
  263. data may be lost or garbled.  This parameter introduces an inter-character 
  264. delay to reduce the host processing load.  If the data received by the host is 
  265. incomplete or consistently incorrect, increasing the inter-character delay may 
  266. improve the situation. 
  267.  
  268.  
  269. ΓòÉΓòÉΓòÉ <hidden> Retries ΓòÉΓòÉΓòÉ
  270.  
  271. Specify the maximum retry count for error conditions.  Possible error 
  272. conditions include timeouts and block check errors.  If an error condition 
  273. occurs during a file transfer operation and the Retries count is exhausted, a 
  274. Line Failure message will be displayed on your screen.  This parameter accepts 
  275. values from 0 to 255. 
  276.  
  277.  
  278. ΓòÉΓòÉΓòÉ <hidden> Host Command for Receive ΓòÉΓòÉΓòÉ
  279.  
  280. A string of up to 35 characters may be entered to be transmitted to the remote 
  281. system when the Receive command is processed. 
  282.  
  283. When used with Receive, this string could be used as a command to the remote 
  284. computer system to prepare to transmit data, and might resemble: 
  285.  
  286.    TYPE filename [CR]
  287.    kermit -s filename [CR]
  288.    YSEND filename [CR]
  289.  
  290. The first 32 ASCII characters (0 through 31) also are control codes which can 
  291. be included by using the appropriate acronym enclosed in square brackets ([ ]). 
  292. These are listed in the ASCII column in ASCII Character Codes (If you need to 
  293. send a '[' or ']', precede it with a tilde '~'.) For example: 
  294.  
  295.   Acronym   Decimal Value  Name
  296.   [NUL]           0        Null character
  297.   [CR]           13        Carriage Return
  298.   [ESC]          27        Escape
  299.   [US]           31        Unit Separator
  300.  
  301. The string is transmitted exactly as entered and must include any terminator 
  302. characters, such as a carriage return, required by the remote computer. 
  303.  
  304. The string is transmitted at 5 characters per second to allow for systems which 
  305. expect commands to be entered at normal keyboard entry speeds. 
  306.  
  307.  
  308. ΓòÉΓòÉΓòÉ 2. Help for Send File Dialog ΓòÉΓòÉΓòÉ
  309.  
  310. Complete this dialog and choose Send to transfer files from this computer to 
  311. the host computer system. 
  312.  
  313. The file transfer protocol settings and the File Transfer Edit Options can be 
  314. examined and changed by choosing Manage. 
  315.  
  316. If the appropriate profiles have been created, you can select a different file 
  317. transfer protocol. 
  318.  
  319. For more information, select: 
  320.  
  321.   File Transfer Name 
  322.   Edit Options 
  323.   PC File Name 
  324.   Drive 
  325.   Files 
  326.   Directory 
  327.   Host File Name 
  328.   Transmit to Host 
  329.   Send Transfer Status 
  330.   Hide 
  331.   Stop Transfer 
  332.  
  333.  
  334. ΓòÉΓòÉΓòÉ 3. Help for Receive File Dialog ΓòÉΓòÉΓòÉ
  335.  
  336. Complete this dialog and choose Receive to transfer files from the host 
  337. computer system to this computer. 
  338.  
  339. The file transfer protocol settings and the File Transfer Edit Options can be 
  340. examined and changed by choosing Manage. 
  341.  
  342. If the appropriate profiles have been created, you can select a different file 
  343. transfer protocol. 
  344.  
  345. For more information, select: 
  346.  
  347.   File Transfer Name 
  348.   Edit Options 
  349.   Host File Name 
  350.   Drive 
  351.   Directory 
  352.   PC File Name 
  353.   If File Exists 
  354.   Transmit to Host 
  355.   Receive Transfer Status 
  356.   Hide 
  357.   Stop Transfer 
  358.  
  359.  
  360. ΓòÉΓòÉΓòÉ 4. Cancel File Transfer ΓòÉΓòÉΓòÉ
  361.  
  362. Cancel this dialog and return to the terminal emulation display. 
  363.  
  364.  
  365. ΓòÉΓòÉΓòÉ <hidden> Send ΓòÉΓòÉΓòÉ
  366.  
  367. When all fields are correct, choose Send to start the file transfer. 
  368.  
  369.  
  370. ΓòÉΓòÉΓòÉ <hidden> Receive ΓòÉΓòÉΓòÉ
  371.  
  372. When all fields are correct, choose Receive to start the file transfer. 
  373.  
  374.  
  375. ΓòÉΓòÉΓòÉ <hidden> File Transfer Name ΓòÉΓòÉΓòÉ
  376.  
  377. The displayed name defaults to the profile linked to this Session.  The 
  378. drop-down list box shows the names of any other existing File Transfer 
  379. Profiles.  Select the Profile you want to use for this operation. 
  380.  
  381. Note:  If a File Transfer Profile has not been linked to this session, this 
  382. field defaults to the first File Transfer Profile found in the data base file. 
  383.  
  384. To examine or change the protocol-specific options or the File Transfer Edit 
  385. Options, choose Change. 
  386.  
  387.  
  388. ΓòÉΓòÉΓòÉ <hidden> PC File Name ΓòÉΓòÉΓòÉ
  389.  
  390. If you know the name of the file you want to send and it is located in the 
  391. current directory, or in another directory whose path name you know, type the 
  392. path (if required) and name. 
  393.  
  394. If you do not know the exact path and filename, use the Drive, Files and 
  395. Directory options to locate and select the file you wish to transfer.  Once 
  396. selected, the file name and path will appear in this field. 
  397.  
  398. Note:  If you are connected to a Unix host, file names are case-sensitive. 
  399.  
  400.  
  401. ΓòÉΓòÉΓòÉ <hidden> Drive ΓòÉΓòÉΓòÉ
  402.  
  403. If you do not know the exact path and filename, use the Drive, Files and 
  404. Directory options to locate and select the file you wish to transfer. 
  405.  
  406.  
  407. ΓòÉΓòÉΓòÉ <hidden> Directory ΓòÉΓòÉΓòÉ
  408.  
  409. If you do not know the exact path and filename, use the Drive, Files and 
  410. Directory options to locate and select the file you wish to transfer. 
  411.  
  412.  
  413. ΓòÉΓòÉΓòÉ <hidden> Files ΓòÉΓòÉΓòÉ
  414.  
  415. If you do not know the exact path and filename, use the Drive, Files and 
  416. Directory options to locate and select the file you wish to transfer. 
  417.  
  418.  
  419. ΓòÉΓòÉΓòÉ <hidden> Host File Name ΓòÉΓòÉΓòÉ
  420.  
  421. You can rename a file as it is transferred. 
  422.  
  423. If a different name is not provided, the file will have the same name at its 
  424. destination. 
  425.  
  426. Note:  If you are connected to a Unix host, file names are case-sensitive. 
  427.  
  428.  
  429. ΓòÉΓòÉΓòÉ <hidden> Transmit to Host ΓòÉΓòÉΓòÉ
  430.  
  431. This field is optional. 
  432.  
  433. A string of up to 35 characters may be entered to be transmitted to the remote 
  434. system when the SEND command is processed.  This string could be used as a 
  435. command to the remote computer system to prepare to receive data. 
  436.  
  437. For more information, select: 
  438.  
  439.  Host Command for Send 
  440.  
  441.  
  442. ΓòÉΓòÉΓòÉ <hidden> Change ΓòÉΓòÉΓòÉ
  443.  
  444. To examine or change the protocol-specific options or the File Transfer Edit 
  445. Options, choose Change. 
  446.  
  447.  
  448. ΓòÉΓòÉΓòÉ <hidden> File Transfer Name ΓòÉΓòÉΓòÉ
  449.  
  450. The displayed name defaults to the profile linked to this Session.  The 
  451. drop-down list box shows the names of any other existing File Transfer 
  452. Profiles.  Select the Profile you want to use for this operation. 
  453.  
  454. Note:  If a File Transfer Profile has not been linked to this session, this 
  455. field defaults to the first File Transfer Profile found in the data base file. 
  456.  
  457. To examine or change the protocol-specific options or the File Transfer Edit 
  458. Options, choose Change. 
  459.  
  460.  
  461. ΓòÉΓòÉΓòÉ <hidden> Host File Name ΓòÉΓòÉΓòÉ
  462.  
  463. Type the name of the file you want to receive. 
  464.  
  465. Note:  If you are connected to a Unix host, file names are case-sensitive. 
  466.  
  467.  
  468. ΓòÉΓòÉΓòÉ <hidden> Drive ΓòÉΓòÉΓòÉ
  469.  
  470. If necessary, select the drive to which to write the data. 
  471.  
  472.  
  473. ΓòÉΓòÉΓòÉ <hidden> Directory ΓòÉΓòÉΓòÉ
  474.  
  475. If necessary, select the directory to which to write the data. 
  476.  
  477.  
  478. ΓòÉΓòÉΓòÉ 5. If File Exists ΓòÉΓòÉΓòÉ
  479.  
  480. If a file with the name you have assigned already exists on your PC, you can 
  481. specify that you want the received file to: 
  482.  
  483.  Resume the transfer (if using Zmodem); 
  484.  Replace the existing file; 
  485.  Append to the end of the existing file;  or 
  486.  Stop transfer.  Stop is the default value. 
  487.  
  488.  
  489. ΓòÉΓòÉΓòÉ 6. If File Exists ΓòÉΓòÉΓòÉ
  490.  
  491. If a file with the name you have assigned already exists on your PC, you can 
  492. specify that you want the received file to: 
  493.  
  494.  Resume the transfer (if using Zmodem); 
  495.  Replace the existing file; 
  496.  Append to the end of the existing file;  or 
  497.  Stop transfer.  Stop is the default value. 
  498.  
  499.  
  500. ΓòÉΓòÉΓòÉ 7. If File Exists ΓòÉΓòÉΓòÉ
  501.  
  502. If a file with the name you have assigned already exists on your PC, you can 
  503. specify that you want the received file to: 
  504.  
  505.  Resume the transfer (if using Zmodem); 
  506.  Replace the existing file; 
  507.  Append to the end of the existing file;  or 
  508.  Stop transfer.  Stop is the default value. 
  509.  
  510.  
  511. ΓòÉΓòÉΓòÉ 8. If File Exists ΓòÉΓòÉΓòÉ
  512.  
  513. If a file with the name you have assigned already exists on your PC, you can 
  514. specify that you want the received file to: 
  515.  
  516.  Resume the transfer (if using Zmodem); 
  517.  Replace the existing file; 
  518.  Append to the end of the existing file;  or 
  519.  Stop transfer.  Stop is the default value. 
  520.  
  521.  
  522. ΓòÉΓòÉΓòÉ <hidden> PC File Name ΓòÉΓòÉΓòÉ
  523.  
  524. If you want the file to have a different name on your PC, type the new name 
  525. here.  If you leave this field blank, the file will have the same name as that 
  526. specified in the Receive File Name field. 
  527.  
  528.  
  529. ΓòÉΓòÉΓòÉ 9. Transmit to Host ΓòÉΓòÉΓòÉ
  530.  
  531. This field is optional. 
  532.  
  533. A string of up to 35 characters may be entered to be transmitted to the remote 
  534. system when the RECEIVE command is processed.  This string could be used as a 
  535. command to the remote computer system to prepare to transmit data. 
  536.  
  537. For more information, select: 
  538.  
  539.  Host Command for Receive 
  540.  
  541.  
  542. ΓòÉΓòÉΓòÉ <hidden> Change ΓòÉΓòÉΓòÉ
  543.  
  544. To examine or change the protocol-specific options or the File Transfer Edit 
  545. Options, choose Change. 
  546.  
  547.  
  548. ΓòÉΓòÉΓòÉ 10. Help for Send Transfer Status ΓòÉΓòÉΓòÉ
  549.  
  550. The Status window shows several parameters, such as the Session name;  the File 
  551. Transfer Profile name;  the PC file name;  the Host file name; and the Status 
  552. of the operation.  The Status includes the number of errors (if any) and the 
  553. number of characters sent. 
  554.  
  555. To minimize the file transfer operation to an icon, choose Hide. 
  556.  
  557. To stop the file transfer operation, choose Stop Transfer. 
  558.  
  559. To perform another task while the transfer is in progress, use any of the task 
  560. switching mechanisms supported by the operating system. 
  561.  
  562.  
  563. ΓòÉΓòÉΓòÉ 11. Help for Receive Transfer Status ΓòÉΓòÉΓòÉ
  564.  
  565. The Status window shows several parameters, such as the Session name;  the File 
  566. Transfer Profile name;  the PC file name;  the Host file name; and the Status 
  567. of the operation.  The Status includes the number of errors (if any) and the 
  568. number of characters received. 
  569.  
  570. To minimize the file transfer operation to an icon, choose Hide. 
  571.  
  572. To stop the file transfer operation, choose Stop Transfer. 
  573.  
  574. To perform another task while the transfer is in progress, use any of the task 
  575. switching mechanisms supported by the operating system. 
  576.  
  577.  
  578. ΓòÉΓòÉΓòÉ 12. Hide ΓòÉΓòÉΓòÉ
  579.  
  580. Minimize the transfer to an icon. To restore the file transfer status panel, 
  581. select the file transfer icon. 
  582.  
  583.  
  584. ΓòÉΓòÉΓòÉ 13. Stop Transfer ΓòÉΓòÉΓòÉ
  585.  
  586. Stop the transfer and return to the emulation screen. 
  587.  
  588.  
  589. ΓòÉΓòÉΓòÉ 14. Help for Character Protocol Send Settings ΓòÉΓòÉΓòÉ
  590.  
  591. This dialog lets you set and change protocol-specific options which will be in 
  592. effect whenever you use this File Transfer Profile to send a file to the host 
  593. system. 
  594.  
  595. These settings can be changed "on-the-fly" before you start the file transfer 
  596. from the Session Window's File menu. 
  597.  
  598. For additional information, select: 
  599.  
  600.   Send Character Transmission Delay 
  601.   End of Block String 
  602.   End of Block Delay 
  603.   Block Size 
  604.   Acknowledgement String 
  605.   Termination String 
  606.   Echo/Wait Enabled 
  607.   When Received 
  608.   Reply With 
  609.   Terminate On String 
  610.   Host Command for Send 
  611.  
  612.  
  613. ΓòÉΓòÉΓòÉ 15. Character Protocol Receive Settings ΓòÉΓòÉΓòÉ
  614.  
  615. This dialog lets you set and change protocol-specific options which will be in 
  616. effect whenever you use this File Transfer Profile to receive a file from the 
  617. host system. 
  618.  
  619. These settings can be changed "on-the-fly" before you start the file transfer 
  620. from the Session Window's File menu. 
  621.  
  622. For additional information, select: 
  623.  
  624.   Receive Character Transmission Delay 
  625.   Receive Data Timeout 
  626.   When Received 
  627.   Reply With 
  628.   Terminate On String 
  629.   Host Command for Receive 
  630.  
  631.  
  632. ΓòÉΓòÉΓòÉ <hidden> End of Block String ΓòÉΓòÉΓòÉ
  633.  
  634. Specify an up to 4-character block termination string.  In character mode, a 
  635. block is usually considered to be a line of text, whose terminator is a 
  636. carriage return, a linefeed or a carriage return/linefeed combination. 
  637. However, the string may be composed of any characters that comprise the end of 
  638. a logical block of data. 
  639.  
  640. Note:  Specifying a string here enables the Acknowledge and End of Block Delay 
  641. features. 
  642.  
  643.  
  644. ΓòÉΓòÉΓòÉ <hidden> End of Block Delay ΓòÉΓòÉΓòÉ
  645.  
  646. End of Block Delay is specified in tenths of seconds, from 0 through 255.  If 
  647. no Host Acknowledge string is available, this option, together with the End of 
  648. Block (EOB) field, can be used to implement a time delay flow control.  After 
  649. each block of characters is transmitted, Softerm pauses for the period of time 
  650. indicated by this field before continuing transmission with the next block of 
  651. characters. 
  652.  
  653.  
  654. ΓòÉΓòÉΓòÉ <hidden> Block Size ΓòÉΓòÉΓòÉ
  655.  
  656. The Block Size accepts values in the range 0 to 255 and specifies the maximum 
  657. number of characters to be transmitted before waiting for a specified 
  658. Acknowledge string.  When the number of characters specified by the Block Size 
  659. has been transmitted without encountering an End of Block terminator, the End 
  660. of Block terminator (if it has been specified) will be transmitted and Softerm 
  661. will wait for the optional Acknowledge string to be received. 
  662.  
  663.  
  664. ΓòÉΓòÉΓòÉ <hidden> Acknowledgement String ΓòÉΓòÉΓòÉ
  665.  
  666. This 4-character string field specifies the host computer response to each 
  667. block transmitted.  It should be set to whatever character string the host 
  668. sends when it is ready to receive a block of characters.  Together with the End 
  669. of Block field, this field is used to implement a prompting flow control. 
  670. After each block of characters is transmitted, Softerm will wait for this 
  671. string to be received before sending the next block.  If either of the 
  672. Acknowledge or End of Block fields are left blank, Softerm does not wait for a 
  673. host response. 
  674.  
  675.  
  676. ΓòÉΓòÉΓòÉ <hidden> Termination String ΓòÉΓòÉΓòÉ
  677.  
  678. This 35-character string field is used to specify the string which, when sent, 
  679. indicates to the host system that data transmission is complete.  After 
  680. receiving this string, the host system stops its receive operation, the file is 
  681. closed, and Softerm returns to Online operation.  If there is no unique string 
  682. which the host recognizes as the end of the data, leave this field blank. 
  683.  
  684.  
  685. ΓòÉΓòÉΓòÉ <hidden> Echo / Wait Enabled ΓòÉΓòÉΓòÉ
  686.  
  687. This option allows the echo back of each transmitted character to Acknowledge 
  688. the character transmitted.  If checked, the program waits after each character 
  689. is transmitted until the same character is received.  All other characters are 
  690. ignored.  If the required character is not received within the specified 
  691. Timeout period, the transfer is canceled. 
  692.  
  693.  
  694. ΓòÉΓòÉΓòÉ <hidden> When Received ΓòÉΓòÉΓòÉ
  695.  
  696. Note:  The When Received string is used with the Reply With string. 
  697.  
  698. When Received is a 10-character string field that specifies the prompting 
  699. message which is sent by the host.  Reply With specifies a string to send in 
  700. reply. 
  701.  
  702. Some host computers page their output, sending only enough data to fit on a 
  703. single screen, and then send a message to indicate the presence or absence of 
  704. more data.  When a character is sent to the host, it responds with another page 
  705. of data, if it exists. The When Received and Reply With fields are used in this 
  706. situation to acknowledge each screen of data and prompt for the next screen. 
  707.  
  708.  
  709. ΓòÉΓòÉΓòÉ <hidden> Reply With ΓòÉΓòÉΓòÉ
  710.  
  711. Note:  The Reply With string is used with the When Received string. 
  712.  
  713. Reply With is a 10-character string field that specifies a string to send in 
  714. reply to the When Received string. 
  715.  
  716. Some host computers page their output, sending only enough data to fit on a 
  717. single screen, and then send a message to indicate the presence or absence of 
  718. more data.  When a character is sent to the host, it responds with another page 
  719. of data, if it exists. The When Received and Reply With fields are used in this 
  720. situation to acknowledge each screen of data and prompt for the next screen. 
  721.  
  722.  
  723. ΓòÉΓòÉΓòÉ <hidden> Terminate On String ΓòÉΓòÉΓòÉ
  724.  
  725. This 35-character string field is used to specify the string which, when 
  726. received, indicates that data reception is complete. After receiving this 
  727. string, the receive operation terminates, the receive file is closed, and 
  728. Softerm returns to Online operation.  If there is no unique string which 
  729. signals the end of the data, leave this field blank. 
  730.  
  731.  
  732. ΓòÉΓòÉΓòÉ 16. Help for Compuserve B+ Protocol Send Settings ΓòÉΓòÉΓòÉ
  733.  
  734. This dialog lets you set and change protocol-specific options which will be in 
  735. effect whenever you use this File Transfer Profile to send a file to the host 
  736. system. 
  737.  
  738. These settings can be changed "on-the-fly" before you start the file transfer 
  739. from the Session Window's File menu. 
  740.  
  741. For additional information, select: 
  742.  
  743.   Receive Acknowledgment Timeout 
  744.   Retries 
  745.   Host Command for Send 
  746.  
  747.  
  748. ΓòÉΓòÉΓòÉ 17. Help for Compuserve B+ Protocol Receive Settings ΓòÉΓòÉΓòÉ
  749.  
  750. This dialog lets you set and change protocol-specific options which will be in 
  751. effect whenever you use this File Transfer Profile to receive a file from the 
  752. host system. 
  753.  
  754. These settings can be changed "on-the-fly" before you start the file transfer 
  755. from the Session Window's File menu. 
  756.  
  757. For additional information, select: 
  758.  
  759.   Receive Data Timeout 
  760.   Retries 
  761.   Host Command for Receive 
  762.  
  763.  
  764. ΓòÉΓòÉΓòÉ 18. Settings Dialog ΓòÉΓòÉΓòÉ
  765.  
  766.  This dialog lets you change protocol-specific options which will be in effect 
  767. whenever you use this File Transfer Protocol to send a file to a host system. 
  768.  
  769. These settings can be changed "on-the-fly" before you start the file transfer 
  770. from the Session Window's File menu. 
  771.  
  772. For additional information, select: 
  773. Timeout 
  774. File Type - ASCII 
  775. File Type - Binary 
  776. File Type - Auto-Detect 
  777. Filename Case - Lower 
  778. Filename Case - Upper 
  779.  
  780.  
  781. ΓòÉΓòÉΓòÉ 19. Send Settings Dialog ΓòÉΓòÉΓòÉ
  782.  
  783.  This dialog lets you change protocol-specific options which will be in effect 
  784. whenever you use this File Transfer Protocol to receive a file to a host 
  785. system. 
  786.  
  787. These settings can be changed "on-the-fly" before you start the file transfer 
  788. from the Session Window's File menu. 
  789.  
  790. For additional information, select: 
  791. Timeout 
  792. File Type - ASCII 
  793. File Type - Binary 
  794.  
  795.  
  796. ΓòÉΓòÉΓòÉ 20. Settings Dialog ΓòÉΓòÉΓòÉ
  797.  
  798.  These settings are applicable to any file transfer operation using the FTP 
  799. Protocol. 
  800.  
  801. For additional information, select: 
  802. Host Name 
  803. User Name 
  804. Password 
  805. Account 
  806. Control Port 
  807.  
  808.  
  809. ΓòÉΓòÉΓòÉ 21. User Name ΓòÉΓòÉΓòÉ
  810.  
  811.  Enter or edit the user name for sending and receiving files via FTP.  This 
  812. field has a maximum length of 64 characters. 
  813.  
  814.  
  815. ΓòÉΓòÉΓòÉ 22. Password ΓòÉΓòÉΓòÉ
  816.  
  817.  Enter or edit your user password for sending or receiving files via FTP.  This 
  818. field has a maximum length of 64 characters. 
  819.  
  820. Note:  This field can be left blank as it is not be required by all hosts.  If 
  821. a host does require a password and one is not entered here, you will be 
  822. prompted to enter one at the time of the file transfer. 
  823.  
  824.  
  825. ΓòÉΓòÉΓòÉ 23. Account ΓòÉΓòÉΓòÉ
  826.  
  827.  This field is normally left blank as most hosts do not require an account 
  828. name.  Enter an account name here only if it is required by a specific host. 
  829. This field can hold a maximum of 64 characters. 
  830.  
  831. Note: If a host does require a password and one is not entered here, you will 
  832. be prompted to enter one at the time of the file transfer. 
  833.  
  834.  
  835. ΓòÉΓòÉΓòÉ 24. Control Port ΓòÉΓòÉΓòÉ
  836.  
  837.  Do not change the default value of 21 in this field unless you know the 
  838. specific port number to connect to for FTP transfers for a host.  This field 
  839. can have a maximum value of 65535. 
  840.  
  841.  
  842. ΓòÉΓòÉΓòÉ 25. Send, Timeout ΓòÉΓòÉΓòÉ
  843.  
  844.  This parameter sets the number of seconds before a transfer operation will 
  845. cancel when an acknowledgment for data transmitted to the host is expected to 
  846. be received.  Values range from 0 to 32767. 
  847.  
  848.  
  849. ΓòÉΓòÉΓòÉ 26. Send, Filetype - ASCII ΓòÉΓòÉΓòÉ
  850.  
  851.  Select this option if you will be sending a non-binary (text) file to a host. 
  852. If you do not have this option set when sending an ASCII file, File Transfer 
  853. errors are likely to occur. 
  854.  
  855.  
  856. ΓòÉΓòÉΓòÉ 27. Send, Filetype - Binary ΓòÉΓòÉΓòÉ
  857.  
  858.  Select this option if you will be sending a binary file to a host.  If you do 
  859. not have this option set when sending a binary file, File Transfer errors are 
  860. likely to occur. 
  861.  
  862.  
  863. ΓòÉΓòÉΓòÉ 28. Send, Filetype - Auto-Detect ΓòÉΓòÉΓòÉ
  864.  
  865.  This option is most useful when you will be transferring several files of 
  866. mixed type to a host, especially during wildcard or batch transfers.  Softerm 
  867. Modular will examine each file sent to determine if it is ASCII or binary, and 
  868. change the appropriate settings automatically. 
  869.  
  870.  
  871. ΓòÉΓòÉΓòÉ 29. Send, Filename Case - Lower ΓòÉΓòÉΓòÉ
  872.  
  873.  Selecting this option will send the filenames to the host in lower case during 
  874. a file transfer. 
  875.  
  876. This option is most useful when doing wildcard or batch transfers where the 
  877. receiving machine requires lower case filenames. (UNIX for example) 
  878.  
  879.  
  880. ΓòÉΓòÉΓòÉ 30. Send, Filename Case - Upper ΓòÉΓòÉΓòÉ
  881.  
  882.  Selecting this option will send the filenames to the host in upper case during 
  883. a file transfer. 
  884.  
  885. This option is most useful when doing wildcard or batch transfers where the 
  886. receiving machine requires upper case filenames. 
  887.  
  888.  
  889. ΓòÉΓòÉΓòÉ 31. Send, Timeout ΓòÉΓòÉΓòÉ
  890.  
  891.  This parameter sets the number of seconds before a transfer operation will 
  892. cancel when an acknowledgment for data transmitted to the host is expected to 
  893. be received.  Values range from 0 to 32767. 
  894.  
  895.  
  896. ΓòÉΓòÉΓòÉ 32. Receive, File Type - ASCII ΓòÉΓòÉΓòÉ
  897.  
  898.  Select this option if you will be receiving a non-binary (text) file from a 
  899. host.  If you do not have this option set when receiving an ASCII file, File 
  900. Transfer errors are likely to occur. 
  901.  
  902.  
  903. ΓòÉΓòÉΓòÉ 33. Receive, File Type - Binary ΓòÉΓòÉΓòÉ
  904.  
  905.  Select this option if you will be receiving a binary file from a host.  If you 
  906. do not have this option set when receiving a binary file, File Transfer errors 
  907. are likely to occur. 
  908.  
  909.  
  910. ΓòÉΓòÉΓòÉ 34. Host Name ΓòÉΓòÉΓòÉ
  911.  
  912.  Enter or edit the Internet address or host name for a FTP transfer in this 
  913. field.  If this field is left blank, then the FTP transfer will default to the 
  914. host you are currently connected to.  This field has a maximum length of 64 
  915. characters. 
  916.  
  917.  
  918. ΓòÉΓòÉΓòÉ 35. Runtime, User Name Dialog ΓòÉΓòÉΓòÉ
  919.  
  920.  Your host requires a user name for file transfer.  You do not have a user name 
  921. entered in the FTP File Transfer profile. 
  922.  
  923. Enter a user name for your host in this field.  This field has a maximum length 
  924. of 64 characters. 
  925.  
  926.  
  927. ΓòÉΓòÉΓòÉ 36. Runtime, Password Dialog ΓòÉΓòÉΓòÉ
  928.  
  929.  Your host requires a password for file transfer.  You do not have a password 
  930. entered in the FTP File Transfer profile. 
  931.  
  932. Enter a password for your host in this field.  This field has a maximum length 
  933. of 64 characters. 
  934.  
  935.  
  936. ΓòÉΓòÉΓòÉ 37. Runtime, Account Dialog ΓòÉΓòÉΓòÉ
  937.  
  938.  Your host requires an account name or number for file transfer.  You do not 
  939. have an account name entered in the FTP File Transfer profile. 
  940.  
  941. Enter an account name for your host in this field.  This field has a maximum 
  942. length of 64 characters. 
  943.  
  944.  
  945. ΓòÉΓòÉΓòÉ 38. Help for VM/CMS Send Setting ΓòÉΓòÉΓòÉ
  946.  
  947. This dialog lets you set and change protocol-specific options which will be in 
  948. effect whenever you use this File Transfer Profile to send a file to the host 
  949. system. 
  950.  
  951. These settings can be changed "on-the-fly" before you start the file transfer 
  952. from the Session Window's File menu. 
  953.  
  954. For additional information, select: 
  955.  
  956.   Receive Acknowledgment Timeout 
  957.   Send Character Transmission Delay Host Command 
  958.  
  959.  
  960. ΓòÉΓòÉΓòÉ 39. Help for VM/CMS Receive Settings ΓòÉΓòÉΓòÉ
  961.  
  962. This dialog lets you set and change protocol-specific options which will be in 
  963. effect whenever you use this File Transfer Profile to receive a file from the 
  964. host system. 
  965.  
  966. These settings can be changed "on-the-fly" before you start the file transfer 
  967. from the Session Window's File menu. 
  968.  
  969. For additional information, select: 
  970.  
  971.   Receive Data Timeout 
  972.   Host Command 
  973.  
  974.  
  975. ΓòÉΓòÉΓòÉ 40. Help for VM/CMS Protocol Settings ΓòÉΓòÉΓòÉ
  976.  
  977. These settings are applicable to any file transfer operation using the Ind$File 
  978. VM/CMS protocol. 
  979.  
  980. For additional information, select: 
  981.  
  982.   Append to Target File 
  983.   ASCII To / From EBCDIC Translation 
  984.   Use CR/LF As Record Separator 
  985.   One-to-One Character Mapping 
  986.  
  987.  
  988. ΓòÉΓòÉΓòÉ 41. Help for VM/CMS Host File Characteristics ΓòÉΓòÉΓòÉ
  989.  
  990. In general, the preset values will be correct but might need to be modified 
  991. temporarily to meet a particular requirement.  Setting these parameters does 
  992. require familiarity with the host's requirements. 
  993.  
  994. For additional information, select: 
  995.  
  996.   PC File Code Page 
  997.   Host File Code Page 
  998.   Logical Record Length 
  999.   Record Format 
  1000.  
  1001.  
  1002. ΓòÉΓòÉΓòÉ 42. Help for MVS/TSO Send Setting ΓòÉΓòÉΓòÉ
  1003.  
  1004. This dialog lets you set and change protocol-specific options which will be in 
  1005. effect whenever you use this File Transfer Profile to send a file to the host 
  1006. system. 
  1007.  
  1008. These settings can be changed "on-the-fly" before you start the file transfer 
  1009. from the Session Window's File menu. 
  1010.  
  1011. For additional information, select: 
  1012.  
  1013.   Receive Acknowledgment Timeout 
  1014.   Send Character Transmission Delay Host Command 
  1015.  
  1016.  
  1017. ΓòÉΓòÉΓòÉ 43. Help for MVS/TSO Receive Settings ΓòÉΓòÉΓòÉ
  1018.  
  1019. This dialog lets you set and change protocol-specific options which will be in 
  1020. effect whenever you use this File Transfer Profile to receive a file from the 
  1021. host system. 
  1022.  
  1023. These settings can be changed "on-the-fly" before you start the file transfer 
  1024. from the Session Window's File menu. 
  1025.  
  1026. For additional information, select: 
  1027.  
  1028.   Receive Data Timeout 
  1029.   Host Command 
  1030.  
  1031.  
  1032. ΓòÉΓòÉΓòÉ 44. Help for MVS/TSO Protocol Settings ΓòÉΓòÉΓòÉ
  1033.  
  1034. These settings are applicable to any file transfer operation using the Ind$File 
  1035. MVS/TSO protocol. 
  1036.  
  1037. For additional information, select: 
  1038.  
  1039.   Append to Target File 
  1040.   ASCII To / From EBCDIC Translation 
  1041.   Use CR/LF As Record Separator 
  1042.   One-to-One Character Mapping 
  1043.  
  1044.  
  1045. ΓòÉΓòÉΓòÉ 45. Help for MVS/TSO Host File Characteristics ΓòÉΓòÉΓòÉ
  1046.  
  1047. In general, the preset values will be correct but might need to be modified 
  1048. temporarily to meet a particular requirement.  Setting these parameters does 
  1049. require familiarity with the host's requirements. 
  1050.  
  1051. For additional information, select: 
  1052.  
  1053.   PC File Code Page 
  1054.   Host File Code Page 
  1055.   Logical Record Length 
  1056.   Record Format 
  1057.   Units for Space Allocation 
  1058.   Quantity 
  1059.   Increment 
  1060.   Block Size 
  1061.   Average Block Size 
  1062.  
  1063.  
  1064. ΓòÉΓòÉΓòÉ 46. Help for CICS Send Setting ΓòÉΓòÉΓòÉ
  1065.  
  1066. This dialog lets you set and change protocol-specific options which will be in 
  1067. effect whenever you use this File Transfer Profile to send a file to the host 
  1068. system. 
  1069.  
  1070. These settings can be changed "on-the-fly" before you start the file transfer 
  1071. from the Session Window's File menu. 
  1072.  
  1073. For additional information, select: 
  1074.  
  1075.   Receive Acknowledgment Timeout 
  1076.   Send Character Transmission Delay Host Command 
  1077.  
  1078.  
  1079. ΓòÉΓòÉΓòÉ 47. Help for CICS Receive Settings ΓòÉΓòÉΓòÉ
  1080.  
  1081. This dialog lets you set and change protocol-specific options which will be in 
  1082. effect whenever you use this File Transfer Profile to receive a file from the 
  1083. host system. 
  1084.  
  1085. These settings can be changed "on-the-fly" before you start the file transfer 
  1086. from the Session Window's File menu. 
  1087.  
  1088. For additional information, select: 
  1089.  
  1090.   Receive Data Timeout 
  1091.   Host Command 
  1092.  
  1093.  
  1094. ΓòÉΓòÉΓòÉ 48. Help for CICS Protocol Settings ΓòÉΓòÉΓòÉ
  1095.  
  1096. These settings are applicable to any file transfer operation using the Ind$File 
  1097. CICS protocol. 
  1098.  
  1099. For additional information, select: 
  1100.  
  1101.   ASCII To / From EBCDIC Translation 
  1102.   Use CR/LF As Record Separator 
  1103.   One-to-One Character Mapping 
  1104.  
  1105.  
  1106. ΓòÉΓòÉΓòÉ 49. Help for CICS Host File Characteristics ΓòÉΓòÉΓòÉ
  1107.  
  1108. In general, the preset values will be correct but might need to be modified 
  1109. temporarily to meet a particular requirement.  Setting these parameters does 
  1110. require familiarity with the host's requirements. 
  1111.  
  1112. For additional information, select: 
  1113.  
  1114.   PC File Code Page 
  1115.   Host File Code Page 
  1116.  
  1117.  
  1118. ΓòÉΓòÉΓòÉ 50. Help for IBM 7171 Mod 1 Key Definitions ΓòÉΓòÉΓòÉ
  1119.  
  1120. Note:  You can press F1 at each field to see what the default value is.  Please 
  1121. refer to the ASCII Character Codes if you need to convert among mnemonic, 
  1122. decimal and hexadecimal values. 
  1123.  
  1124. This dialog lists the current key sequences assigned to each function.  Make 
  1125. changes as necessary. 
  1126.  
  1127.  
  1128. ΓòÉΓòÉΓòÉ 51. Help for IBM 9370 ASCII Subsystem Key Definitions ΓòÉΓòÉΓòÉ
  1129.  
  1130. Note:  You can press F1 at each field to see what the default value is.  Please 
  1131. refer to the ASCII Character Codes if you need to convert among mnemonic, 
  1132. decimal and hexadecimal values. 
  1133.  
  1134. This dialog lists the current key sequences assigned to each function.  Make 
  1135. changes as necessary. 
  1136.  
  1137.  
  1138. ΓòÉΓòÉΓòÉ 52. Help for IBM 3708 Key Definitions ΓòÉΓòÉΓòÉ
  1139.  
  1140. Note:  You can press F1 at each field to see what the default value is.  Please 
  1141. refer to the ASCII Character Codes if you need to convert among mnemonic, 
  1142. decimal and hexadecimal values. 
  1143.  
  1144. This dialog lists the current key sequences assigned to each function.  Make 
  1145. changes as necessary. 
  1146.  
  1147.  
  1148. ΓòÉΓòÉΓòÉ 53. Help for IBM 3174 w/3020 Key Definitions ΓòÉΓòÉΓòÉ
  1149.  
  1150. Note:  You can press F1 at each field to see what the default value is.  Please 
  1151. refer to the ASCII Character Codes if you need to convert among mnemonic, 
  1152. decimal and hexadecimal values. 
  1153.  
  1154. This dialog lists the current key sequences assigned to each function.  Make 
  1155. changes as necessary. 
  1156.  
  1157.  
  1158. ΓòÉΓòÉΓòÉ 54. Help for IBM S/1 Yale IUP Key Definitions ΓòÉΓòÉΓòÉ
  1159.  
  1160. Note:  You can press F1 at each field to see what the default value is.  Please 
  1161. refer to the ASCII Character Codes if you need to convert among mnemonic, 
  1162. decimal and hexadecimal values. 
  1163.  
  1164. This dialog lists the current key sequences assigned to each function.  Make 
  1165. changes as necessary. 
  1166.  
  1167.  
  1168. ΓòÉΓòÉΓòÉ <hidden> Host Command for Send and Receive ΓòÉΓòÉΓòÉ
  1169.  
  1170. This field is optional and defines a string which will be transmitted to the 
  1171. host before starting a transfer. 
  1172.  
  1173. Important:  This defaults to IND$FILE, which is the standard name of the file 
  1174. transfer program on the host.  If the host's file transfer program has a 
  1175. different name, enter it here.  No other information should be entered. 
  1176.  
  1177.  
  1178. ΓòÉΓòÉΓòÉ <hidden> Append to Target File ΓòÉΓòÉΓòÉ
  1179.  
  1180. When sending files to the host, if this option is checked, a file of the same 
  1181. name will be appended to the file already on the host.  If the file does not 
  1182. already exist on the host, it will be created.  If this option is not checked, 
  1183. transferring a file to the host will cause it to replace a file of the same 
  1184. name. 
  1185.  
  1186. This is a commonly-used option. 
  1187.  
  1188.  
  1189. ΓòÉΓòÉΓòÉ <hidden> ASCII To / From EBCDIC Translation ΓòÉΓòÉΓòÉ
  1190.  
  1191. If this option is checked, it specifies that the file data is standard text. 
  1192. When the data is sent from the PC to the host, it is converted from ASCII to 
  1193. EBCDIC characters.  When the data is received by the PC from the host, it is 
  1194. converted from EBCDIC to ASCII characters. 
  1195.  
  1196. This commonly-used option often is used with the Use CR/LF option. 
  1197.  
  1198.  
  1199. ΓòÉΓòÉΓòÉ <hidden> Use CR/LF As Record Separator ΓòÉΓòÉΓòÉ
  1200.  
  1201. On a Send operation, checking this option causes carriage return/line feed 
  1202. characters to mark the ends of logical records at the host end.  These 
  1203. characters are not written to the host file. 
  1204.  
  1205. On a Receive operation, checking this option causes carriage return/line feed 
  1206. characters to be inserted at the end of logical records.  Trailing blanks are 
  1207. removed. 
  1208.  
  1209.  This option commonly is used with the ASCII option. 
  1210.  
  1211.  
  1212. ΓòÉΓòÉΓòÉ <hidden> One-to-One Character Mapping ΓòÉΓòÉΓòÉ
  1213.  
  1214. Note:  This option is valid only if the ASCII option also is specified.  This 
  1215. option normally should not be specified. 
  1216.  
  1217. If One-to-One is checked, the file transfer function will use one-to-one 
  1218. character mapping, which will map each unmatched code point to a unique 
  1219. character in the target code page.  With one-to-one character mapping, a file 
  1220. transferred to a specific host and then transferred back from that host will be 
  1221. identical to the original file transferred to the host. 
  1222.  
  1223. If One-to-One is not checked, the file transfer function will use 
  1224. multiple-substitute mapping.  The file transfer will map all unmatched code 
  1225. points to a specific set of characters in the target code page to enhance 
  1226. comprehension.  With multiple-substitute mapping, a file transferred to a 
  1227. specific host and then transferred back to the PC will not be identical to the 
  1228. original file transferred to the host (code points which did not have a match 
  1229. in the target file will be different). 
  1230.  
  1231. Note:  The settings for these options are dependent entirely upon the host's 
  1232. capabilities and requirements and the user's requirements. 
  1233.  
  1234.  
  1235. ΓòÉΓòÉΓòÉ <hidden> PC File Code Page ΓòÉΓòÉΓòÉ
  1236.  
  1237. Note:  This option is valid only if the ASCII to/from EBCDIC Translation option 
  1238. also is checked. 
  1239.  
  1240. This specifies the PC file code page which is to be used for the file being 
  1241. transferred.  The default value is code page 437, United States. 
  1242.  
  1243.  
  1244. ΓòÉΓòÉΓòÉ <hidden> Host File Code Page ΓòÉΓòÉΓòÉ
  1245.  
  1246. Note:  This option is valid only if the ASCII to/from EBCDIC Translation option 
  1247. also is checked. 
  1248.  
  1249. This option specifies the host file code page which is to be used for the file 
  1250. being transferred.  The default value is code page 037, 
  1251. USA/Canada/Netherlands/Portugal. 
  1252.  
  1253.  
  1254. ΓòÉΓòÉΓòÉ <hidden> Logical Record Length ΓòÉΓòÉΓòÉ
  1255.  
  1256. This specifies the logical record length of the host file in number of 
  1257. characters.  If this parameter is not used, the host defaults will be used. 
  1258. For new files, the host usually will use a default value of 80.  This parameter 
  1259. normally can be omitted and should be specified only when you are familiar with 
  1260. the host file operations. 
  1261.  
  1262.  
  1263. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1264.  
  1265. This option may be set to Default, Variable, or Fixed.  The default value for 
  1266. fixed-length records is 80, but this may be changed using the Logical Record 
  1267. Length option. 
  1268.  
  1269. If set to Variable, host record boundaries will be set by the carriage 
  1270. return/line feed characters in the PC file being sent. This is the default 
  1271. setting for VM/CMS hosts. 
  1272.  
  1273.  
  1274. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1275.  
  1276. This option may be set to Default, Variable, or Fixed.  The default value for 
  1277. fixed-length records is 80, but this may be changed using the Logical Record 
  1278. Length option. 
  1279.  
  1280. If set to Variable, host record boundaries will be set by the carriage 
  1281. return/line feed characters in the PC file being sent. This is the default 
  1282. setting for VM/CMS hosts. 
  1283.  
  1284.  
  1285. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1286.  
  1287. This option may be set to Default, Variable, or Fixed.  The default value for 
  1288. fixed-length records is 80, but this may be changed using the Logical Record 
  1289. Length option. 
  1290.  
  1291. If set to Variable, host record boundaries will be set by the carriage 
  1292. return/line feed characters in the PC file being sent. This is the default 
  1293. setting for VM/CMS hosts. 
  1294.  
  1295.  
  1296. ΓòÉΓòÉΓòÉ <hidden> Logical Record Length ΓòÉΓòÉΓòÉ
  1297.  
  1298. This specifies the logical record length of the host file in number of 
  1299. characters.  If this parameter is not used, the host defaults will be used. 
  1300. For new files, the host usually will use a default value of 80.  This parameter 
  1301. normally can be omitted and should be specified only when you are familiar with 
  1302. the host file operations. 
  1303.  
  1304.  
  1305. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1306.  
  1307. This option may be set to Default, Variable, Fixed, or Undefined. The default 
  1308. value for fixed-length records is 80, but this may be changed using the Logical 
  1309. Record Length option. 
  1310.  
  1311. If set to Variable, host record boundaries will be set by the carriage 
  1312. return/line feed characters in the PC file being sent. This is the default 
  1313. setting for VM/CMS hosts. 
  1314.  
  1315.  
  1316. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1317.  
  1318. This option may be set to Default,Variable, Fixed, or Undefined. The default 
  1319. value for fixed-length records is 80, but this may be changed using the Logical 
  1320. Record Length option. 
  1321.  
  1322. If set to Variable, host record boundaries will be set by the carriage 
  1323. return/line feed characters in the PC file being sent. This is the default 
  1324. setting for VM/CMS hosts. 
  1325.  
  1326.  
  1327. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1328.  
  1329. This option may be set to Default,Variable, Fixed, or Undefined. The default 
  1330. value for fixed-length records is 80, but this may be changed using the Logical 
  1331. Record Length option. 
  1332.  
  1333. If set to Variable, host record boundaries will be set by the carriage 
  1334. return/line feed characters in the PC file being sent. This is the default 
  1335. setting for VM/CMS hosts. 
  1336.  
  1337.  
  1338. ΓòÉΓòÉΓòÉ <hidden> Record Format ΓòÉΓòÉΓòÉ
  1339.  
  1340. This option may be set to Default,Variable, Fixed, or Undefined. The default 
  1341. value for fixed-length records is 80, but this may be changed using the Logical 
  1342. Record Length option. 
  1343.  
  1344. If set to Variable, host record boundaries will be set by the carriage 
  1345. return/line feed characters in the PC file being sent. This is the default 
  1346. setting for VM/CMS hosts. 
  1347.  
  1348.  
  1349. ΓòÉΓòÉΓòÉ <hidden> Units for Space Allocation ΓòÉΓòÉΓòÉ
  1350.  
  1351. This option, which is applicable only in the MVS/TSO environment, determines 
  1352. the amount of space to be allocated for a new data set based on the unit used 
  1353. for Quantity and Increment.  The available units are Default, Cylinders, Tracks 
  1354. and Average Blocks.  If Default is selected, the host system defaults to a 
  1355. value based on the Block Size of Host File setting. 
  1356.  
  1357.  
  1358. ΓòÉΓòÉΓòÉ <hidden> Units for Space Allocation ΓòÉΓòÉΓòÉ
  1359.  
  1360. This option, which is applicable only in the MVS/TSO environment, determines 
  1361. the amount of space to be allocated for a new data set based on the unit used 
  1362. for Quantity and Increment.  The available units are Default, Cylinders, Tracks 
  1363. and Average Blocks.  If Default is selected, the host system defaults to a 
  1364. value based on the Block Size of Host File setting. 
  1365.  
  1366.  
  1367. ΓòÉΓòÉΓòÉ <hidden> Units for Space Allocation ΓòÉΓòÉΓòÉ
  1368.  
  1369. This option, which is applicable only in the MVS/TSO environment, determines 
  1370. the amount of space to be allocated for a new data set based on the unit used 
  1371. for Quantity and Increment.  The available units are Default, Cylinders, Tracks 
  1372. and Average Blocks.  If Default is selected, the host system defaults to a 
  1373. value based on the Block Size of Host File setting. 
  1374.  
  1375.  
  1376. ΓòÉΓòÉΓòÉ <hidden> Units for Space Allocation ΓòÉΓòÉΓòÉ
  1377.  
  1378. This option, which is applicable only in the MVS/TSO environment, determines 
  1379. the amount of space to be allocated for a new data set based on the unit used 
  1380. for Quantity and Increment.  The available units are Default, Cylinders, Tracks 
  1381. and Average Blocks.  If Default is selected, the host system defaults to a 
  1382. value based on the Block Size of Host File setting. 
  1383.  
  1384.  
  1385. ΓòÉΓòÉΓòÉ <hidden> Quantity ΓòÉΓòÉΓòÉ
  1386.  
  1387. This field, which is applicable only in the MVS/TSO environment, accepts 
  1388. numeric entries in the range 0 through 99999. 
  1389.  
  1390.  
  1391. ΓòÉΓòÉΓòÉ <hidden> Increment ΓòÉΓòÉΓòÉ
  1392.  
  1393. This field, which is applicable only in the MVS/TSO environment, accepts 
  1394. numeric entries in the range 0 through 999. 
  1395.  
  1396.  
  1397. ΓòÉΓòÉΓòÉ <hidden> Block Size ΓòÉΓòÉΓòÉ
  1398.  
  1399. This field accepts numeric entries in the range 0 through 32760. This option is 
  1400. not commonly used and defaults to 0, meaning that when creating a new data set, 
  1401. its block size will equal its record length. 
  1402.  
  1403. A value, which is applicable only in the MVS/TSO environment, entered for this 
  1404. option determines the block size for a new sequential data set on the TSO 
  1405. volume. 
  1406.  
  1407.  
  1408. ΓòÉΓòÉΓòÉ <hidden> Average Block Size ΓòÉΓòÉΓòÉ
  1409.  
  1410. This field accepts values in the range 0 through 32760 and specifies the 
  1411. average block length in bytes of the records that will be written to the host 
  1412. data set. 
  1413.  
  1414.  
  1415. ΓòÉΓòÉΓòÉ <hidden> Enter Function Definition ΓòÉΓòÉΓòÉ
  1416.  
  1417. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1418. mnemonic, decimal and hexadecimal values. 
  1419.  
  1420. The following are the default values when used with the IBM 3101-20 emulation: 
  1421.  
  1422. IBM 7171 Model 1: [BS]
  1423. IBM 9370        : [BS]
  1424. IBM 3708        : [CR]
  1425. IBM 3174 w/3020 : [CR]
  1426. IBM S/1 Yale IUP: [BS]
  1427. IBM Info Network: [BS]
  1428.  
  1429. The following are the default values when used with the DEC VT100 emulation: 
  1430.  
  1431. IBM 7171 Model 1: [CR]
  1432. IBM 9370        : [CR]
  1433. IBM 3708        : [CR]
  1434. IBM 3174 w/3020 : [CR]
  1435. IBM S/1 Yale IUP: [CR]
  1436. IBM Info Network: [CR]
  1437.  
  1438.  
  1439. ΓòÉΓòÉΓòÉ <hidden> Clear Function Definition ΓòÉΓòÉΓòÉ
  1440.  
  1441. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1442. mnemonic, decimal and hexadecimal values. 
  1443.  
  1444. The following are the default values when used with the IBM 3101-20 emulation: 
  1445.  
  1446. IBM 7171 Model 1: [ESC]L
  1447. IBM 9370    : [ESC]L
  1448. IBM 3708    : [ETX]
  1449. IBM 3174 w/3020 : [ETX]
  1450. IBM S/1 Yale IUP: [ESC][ESC]L
  1451. IBM Info Network: [ESC]L
  1452.  
  1453. The following are the default values when used with the DEC VT100 emulation: 
  1454.  
  1455. IBM 7171 Model 1: [ESC]OM
  1456. IBM 9370        : [ESC]OM
  1457. IBM 3708        : [ETX]
  1458. IBM 3174 w/3020 : [ETX]
  1459. IBM S/1 Yale IUP: [ESC]OP[ESC]OM
  1460. IBM Info Network: [ESC]Op
  1461.  
  1462.  
  1463. ΓòÉΓòÉΓòÉ <hidden> PF1 Function Definition ΓòÉΓòÉΓòÉ
  1464.  
  1465. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1466. mnemonic, decimal and hexadecimal values. 
  1467.  
  1468. The following are the default values when used with the IBM 3101-20 emulation: 
  1469.  
  1470. IBM 7171 Model 1: [ESC]J1
  1471. IBM 9370        : [ESC]J1
  1472. IBM 3708        : [ESC]1
  1473. IBM 3174 w/3020 : [ESC]1
  1474. IBM S/1 Yale IUP: [ESC]J1
  1475. IBM Info Network: [ESC]1
  1476.  
  1477. The following are the default values when used with the DEC VT100 emulation: 
  1478.  
  1479. IBM 7171 Model 1: [ESC]1
  1480. IBM 9370        : [ESC]1
  1481. IBM 3708        : [ESC]1
  1482. IBM 3174 w/3020 : [ESC]1
  1483. IBM S/1 Yale IUP: [ESC]1
  1484. IBM Info Network: [ESC]1
  1485.  
  1486.  
  1487. ΓòÉΓòÉΓòÉ <hidden> PF2 Function Definition ΓòÉΓòÉΓòÉ
  1488.  
  1489. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1490. mnemonic, decimal and hexadecimal values. 
  1491.  
  1492. The following are the default values when used with the IBM 3101-20 emulation: 
  1493.  
  1494. IBM 7171 Model 1: [ESC]J2
  1495. IBM 9370        : [ESC]J2
  1496. IBM 3708        : [ESC]2
  1497. IBM 3174 w/3020 : [ESC]2
  1498. IBM S/1 Yale IUP: [ESC]J2
  1499. IBM Info Network: [ESC]2
  1500.  
  1501. The following are the default values when used with the DEC VT100 emulation: 
  1502.  
  1503. IBM 7171 Model 1: [ESC]2
  1504. IBM 9370        : [ESC]2
  1505. IBM 3708        : [ESC]2
  1506. IBM 3174 w/3020 : [ESC]2
  1507. IBM S/1 Yale IUP: [ESC]2
  1508. IBM Info Network: [ESC]2
  1509.  
  1510.  
  1511. ΓòÉΓòÉΓòÉ <hidden> PA2 Function Definition ΓòÉΓòÉΓòÉ
  1512.  
  1513. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1514. mnemonic, decimal and hexadecimal values. 
  1515.  
  1516. The following are the default values when used with the IBM 3101-20 emulation: 
  1517.  
  1518. IBM 7171 Model 1: [ESC]J.
  1519. IBM 9370        : [ESC]J.
  1520. IBM 3708        : [ESC].
  1521. IBM 3174 w/3020 : [ESC].
  1522. IBM S/1 Yale IUP: [ESC]J.
  1523. IBM Info Network: [ESC].
  1524.  
  1525. The following are the default values when used with the DEC VT100 emulation: 
  1526.  
  1527. IBM 7171 Model 1: [ESC].
  1528. IBM 9370        : [ESC].
  1529. IBM 3708        : [ESC].
  1530. IBM 3174 w/3020 : [ESC].
  1531. IBM S/1 Yale IUP: [ESC].
  1532. IBM Info Network: [ESC].
  1533.  
  1534.  
  1535. ΓòÉΓòÉΓòÉ <hidden> Home Function Definition ΓòÉΓòÉΓòÉ
  1536.  
  1537. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1538. mnemonic, decimal and hexadecimal values. 
  1539.  
  1540. The following are the default values when used with the IBM 3101-20 emulation: 
  1541.  
  1542. IBM 7171 Model 1: [ESC]H
  1543. IBM 9370        : [ESC]H
  1544. IBM 3708        : [ESC]H
  1545. IBM 3174 w/3020 : [ESC]H
  1546. IBM S/1 Yale IUP: [ESC]H
  1547. IBM Info Network: [ESC]H
  1548.  
  1549. The following are the default values when used with the DEC VT100 emulation: 
  1550.  
  1551. IBM 7171 Model 1: [BS]
  1552. IBM 9370        : [BS]
  1553. IBM 3708        : [ESC]H
  1554. IBM 3174 w/3020 : [ESC]H
  1555. IBM S/1 Yale IUP: [BS]
  1556. IBM Info Network: [BS]
  1557.  
  1558.  
  1559. ΓòÉΓòÉΓòÉ <hidden> Backtab Function Definition ΓòÉΓòÉΓòÉ
  1560.  
  1561. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1562. mnemonic, decimal and hexadecimal values. 
  1563.  
  1564. The following are the default values when used with the IBM 3101-20 emulation: 
  1565.  
  1566. IBM 7171 Model 1: [ESC]J[HT]
  1567. IBM 9370        : [ESC]J[HT]
  1568. IBM 3708        : [STX]
  1569. IBM 3174 w/3020 : [STX]
  1570. IBM S/1 Yale IUP: [ESC]J[HT]
  1571. IBM Info Network: [ESC][HT]
  1572.  
  1573. The following are the default values when used with the DEC VT100 emulation: 
  1574.  
  1575. IBM 7171 Model 1: [ESC][ESC]OD
  1576. IBM 9370        : [ESC][ESC]OD
  1577. IBM 3708        : [BS]
  1578. IBM 3174 w/3020 : [BS]
  1579. IBM S/1 Yale IUP: [ESC]J[HT]
  1580. IBM Info Network: [ESC][HT]
  1581.  
  1582.  
  1583. ΓòÉΓòÉΓòÉ <hidden> Erase to EOF Function Definition ΓòÉΓòÉΓòÉ
  1584.  
  1585. Note:  Please refer to the ASCII Character Codes if you need to convert among 
  1586. mnemonic, decimal and hexadecimal values. 
  1587.  
  1588. The following are the default values when used with the IBM 3101-20 emulation: 
  1589.  
  1590. IBM 7171 Model 1: [ESC]I
  1591. IBM 9370        : [ESC]I
  1592. IBM 3708        : [ESC]I
  1593. IBM 3174 w/3020 : [ESC]I
  1594. IBM S/1 Yale IUP: [ESC]I
  1595. IBM Info Network: [ESC]I
  1596.  
  1597. The following are the default values when used with the DEC VT100 emulation: 
  1598.  
  1599. IBM 7171 Model 1: [ESC][RUB]
  1600. IBM 9370        : [ESC][RUB]
  1601. IBM 3708        : [ENQ]
  1602. IBM 3174 w/3020 : [ENQ]
  1603. IBM S/1 Yale IUP: [ESC][RUB]
  1604. IBM Info Network: [ESC][RUB]
  1605.  
  1606.  
  1607. ΓòÉΓòÉΓòÉ 55. Help for Kermit Send Settings ΓòÉΓòÉΓòÉ
  1608.  
  1609. This dialog lets you set and change protocol-specific options which will be in 
  1610. effect whenever you use this File Transfer Profile to send a file to the host 
  1611. system. 
  1612.  
  1613. These settings can be changed "on-the-fly" before you start the file transfer 
  1614. from the Session Window's File menu. 
  1615.  
  1616. For additional information, select: 
  1617.  
  1618.   Receive Acknowledgment Timeout 
  1619.   Send Character Transmission Delay 
  1620.   Host Command for Send 
  1621.  
  1622.  
  1623. ΓòÉΓòÉΓòÉ 56. Help for Kermit Receive Settings ΓòÉΓòÉΓòÉ
  1624.  
  1625. This dialog lets you set and change protocol-specific options which will be in 
  1626. effect whenever you use this File Transfer Profile to receive a file from the 
  1627. host system. 
  1628.  
  1629. These settings can be changed "on-the-fly" before you start the file transfer 
  1630. from the Session Window's File menu. 
  1631.  
  1632. For additional information, select: 
  1633.  
  1634.   Receive Data Timeout 
  1635.   Receive Character Transmission Delay 
  1636.   Host Command for Receive 
  1637.  
  1638.  
  1639. ΓòÉΓòÉΓòÉ 57. Help for Kermit Protocol Settings ΓòÉΓòÉΓòÉ
  1640.  
  1641. These settings are applicable to any file transfer operation using the Kermit 
  1642. Protocol. 
  1643.  
  1644. For additional information, select: 
  1645.  
  1646.   Retries 
  1647.   Start of Message Character 
  1648.   Leading Pad Count 
  1649.   Leading Pad Character 
  1650.   Trailing Pad Character 
  1651.   Repeat Quoting Character 
  1652.   Force 8-Bit Quoting 
  1653.   Send Kermit Finish Packet 
  1654.  
  1655.  
  1656. ΓòÉΓòÉΓòÉ 58. Help for Kermit Server Send Settings ΓòÉΓòÉΓòÉ
  1657.  
  1658. This dialog lets you set and change protocol-specific options which will be in 
  1659. effect whenever you use this File Transfer Profile to send a file to the host 
  1660. system. 
  1661.  
  1662. These settings can be changed "on-the-fly" before you start the file transfer 
  1663. from the Session Window's File menu. 
  1664.  
  1665. For additional information, select: 
  1666.  
  1667.   Receive Acknowledgment Timeout 
  1668.   Send Character Transmission Delay 
  1669.   Host Command for Send 
  1670.  
  1671.  
  1672. ΓòÉΓòÉΓòÉ 59. Help for Kermit Server Receive Settings ΓòÉΓòÉΓòÉ
  1673.  
  1674. This dialog lets you set and change protocol-specific options which will be in 
  1675. effect whenever you use this File Transfer Profile to receive a file from the 
  1676. host system. 
  1677.  
  1678. These settings can be changed "on-the-fly" before you start the file transfer 
  1679. from the Session Window's File menu. 
  1680.  
  1681. For additional information, select: 
  1682.  
  1683.   Receive Data Timeout 
  1684.   Receive Character Transmission Delay 
  1685.   Host Command for Receive 
  1686.  
  1687.  
  1688. ΓòÉΓòÉΓòÉ 60. Help for Kermit Server Protocol Settings ΓòÉΓòÉΓòÉ
  1689.  
  1690. These settings are applicable to any file transfer operation using the Kermit 
  1691. Server Protocol. 
  1692.  
  1693. For additional information, select: 
  1694.  
  1695.   Retries 
  1696.   Start of Message Character 
  1697.   Leading Pad Count 
  1698.   Leading Pad Character 
  1699.   Trailing Pad Character 
  1700.   Repeat Quoting Character 
  1701.   Force 8-Bit Quoting 
  1702.   Send Kermit Finish Packet 
  1703.  
  1704.  
  1705. ΓòÉΓòÉΓòÉ <hidden> Start of Message Character ΓòÉΓòÉΓòÉ
  1706.  
  1707. This parameter sometimes is called the Start-Of-Header (SOH) character.  This 
  1708. parameter accepts values from [NUL] through [RUB]. 
  1709.  
  1710. The default Start of Message character is [SOH], which is 01 Hex. 
  1711.  
  1712. Note:  Use the text string displayed in the ASCII column of ASCII Character 
  1713. Codes. 
  1714.  
  1715.  
  1716. ΓòÉΓòÉΓòÉ <hidden> Leading Pad Count ΓòÉΓòÉΓòÉ
  1717.  
  1718. You may specify the number of padding characters to precede each packet. 
  1719. Padding may be necessary when sending to a half duplex system that requires 
  1720. some time to change the direction of transmission. 
  1721.  
  1722. Note:  In general practice, this situation is more commonly handled by a 
  1723. "handshake" mechanism. 
  1724.  
  1725. This parameter accepts values from 0 through 255. 
  1726.  
  1727.  
  1728. ΓòÉΓòÉΓòÉ <hidden> Leading Pad Character ΓòÉΓòÉΓòÉ
  1729.  
  1730. Note:  If the Leading Pad Count parameter is 0 (zero), this parameter will be 
  1731. ignored. 
  1732.  
  1733. If the Leading Pad Count parameter is not 0 (zero), this parameter can be set 
  1734. to the control character to be used for padding.  In most systems, this 
  1735. character is [NUL] (0 Hex), although some systems use [RUB] (7F Hex). 
  1736.  
  1737. This parameter accepts values from [NUL] through [RUB]. 
  1738.  
  1739. Note:  Use the text string displayed in the ASCII column of ASCII Character 
  1740. Codes. 
  1741.  
  1742.  
  1743. ΓòÉΓòÉΓòÉ <hidden> Trailing Pad Character ΓòÉΓòÉΓòÉ
  1744.  
  1745. This sometimes is called the End-Of-Line character.  It is the character which 
  1746. causes the host to accept a line of data.  This parameter defaults to [CR] (0D 
  1747. Hex) because most systems that require a line terminator for terminal input 
  1748. accept the carriage return character for this purpose.  This parameter accepts 
  1749. values from [NUL] through [RUB]. 
  1750.  
  1751. Note:  Use the text string displayed in the ASCII column of ASCII Character 
  1752. Codes. 
  1753.  
  1754.  
  1755. ΓòÉΓòÉΓòÉ <hidden> Repeat Quoting Character ΓòÉΓòÉΓòÉ
  1756.  
  1757. This option lets you change the default repeat sequence introducer character. 
  1758. The default introducer character is a tilde (~). 
  1759.  
  1760. The Kermit protocol allows the sender and receiver to exchange packets during 
  1761. initialization to agree upon the capabilities to be used during the data 
  1762. transfer phase.  In the case of repeat quoting (data compression), the file 
  1763. sender specifies the character to be used as a repeat sequence introducer and 
  1764. the receiver either agrees or disagrees.  If the character specified by the 
  1765. sender is not acceptable to the receiver, repeat quoting will not be done. 
  1766.  
  1767.  
  1768. ΓòÉΓòÉΓòÉ <hidden> Force 8-Bit Quoting ΓòÉΓòÉΓòÉ
  1769.  
  1770. Quoting (also called Prefixing) is a term used by Kermit to indicate that 8-bit 
  1771. data is transmitted as two 7-bit characters. For instance, the standard ASCII 
  1772. characters are 7-bit data, while many non-printing characters, such as those 
  1773. forming binary executable files, use 8-bit data.  8-bit data is encoded into 
  1774. two 7-bit characters at the sending end, and decoded back to one 8-bit 
  1775. character at the receiving end. 
  1776.  
  1777. This option is provided for use in network environments where intermediate 
  1778. equipment does not pass on the most significant bit (that is, it does not pass 
  1779. 8-bit characters along in an unmodified form). 
  1780.  
  1781. If this parameter is checked, encoding of data greater than 07F hex is to be 
  1782. forced.  If this parameter is not checked, the Kermit protocol initial packet 
  1783. exchange will determine whether encoding of 8-bit data is to be performed. 
  1784.  
  1785.  
  1786. ΓòÉΓòÉΓòÉ <hidden> Send Kermit Finish Packet ΓòÉΓòÉΓòÉ
  1787.  
  1788. When checked, this option will cause a Kermit finish packet to be transmitted 
  1789. at the end of a transmit/receive file(s) operation to cause the remote kermit 
  1790. server program to terminate (if it supports this packet type). 
  1791.  
  1792.  
  1793. ΓòÉΓòÉΓòÉ 61. Help for Softrans Protocol Send Settings ΓòÉΓòÉΓòÉ
  1794.  
  1795. This dialog lets you set and change protocol-specific options which will be in 
  1796. effect whenever you use this File Transfer Profile to send a file to the host 
  1797. system. 
  1798.  
  1799. These settings can be changed "on-the-fly" before you start the file transfer 
  1800. from the Session Window's File menu. 
  1801.  
  1802. For additional information, select: 
  1803.  
  1804.   Receive Acknowledgment Timeout 
  1805.   Send Character Transmission Delay 
  1806.   Retries 
  1807.   End of Message Character 
  1808.   Transmit Buffer Size 
  1809.   Host Command for Send 
  1810.  
  1811.  
  1812. ΓòÉΓòÉΓòÉ 62. Help for Softrans Protocol Receive Settings ΓòÉΓòÉΓòÉ
  1813.  
  1814. This dialog lets you set and change protocol-specific options which will be in 
  1815. effect whenever you use this File Transfer Profile to receive a file from the 
  1816. host system. 
  1817.  
  1818. These settings can be changed "on-the-fly" before you start the file transfer 
  1819. from the Session Window's File menu. 
  1820.  
  1821. For additional information, select: 
  1822.  
  1823.   Receive Data Timeout 
  1824.   Receive Character Transmission Delay 
  1825.   Retries 
  1826.   End of Message Character 
  1827.   Host Command for Receive 
  1828.  
  1829.  
  1830. ΓòÉΓòÉΓòÉ <hidden> End of Message Character ΓòÉΓòÉΓòÉ
  1831.  
  1832. Specify the character which is used to terminate input at the remote system. 
  1833. It is designed primarily for host systems which work on a line input basis. 
  1834. This parameter defaults to [CR] (carriage return). 
  1835.  
  1836. Note:  Use the text string displayed in the ASCII column of ASCII Character 
  1837. Codes. 
  1838.  
  1839.  
  1840. ΓòÉΓòÉΓòÉ <hidden> Transmit Buffer Size ΓòÉΓòÉΓòÉ
  1841.  
  1842. This parameters accepts values from 64 through 255 and defaults to 128.  It 
  1843. specifies the size, in bytes, of the buffer the Softrans file transfer protocol 
  1844. builds and sends to the host system.  If your host can accept more data at a 
  1845. time, set this to a higher value.  If your host cannot accept 128 bytes at a 
  1846. time, set this to a lower value.  Check with your system administrator. 
  1847.  
  1848. Note:  When receiving data to your PC, Softrans can accept whatever is sent by 
  1849. the host. 
  1850.  
  1851.  
  1852. ΓòÉΓòÉΓòÉ 63. Help for Xmodem Send Settings ΓòÉΓòÉΓòÉ
  1853.  
  1854. This dialog lets you set and change protocol-specific options which will be in 
  1855. effect whenever you use this File Transfer Profile to send a file to the host 
  1856. system. 
  1857.  
  1858. These settings can be changed "on-the-fly" before you start the file transfer 
  1859. from the Session Window's File menu. 
  1860.  
  1861. For additional information, select: 
  1862.  
  1863.   Receive Acknowledgment Timeout 
  1864.   Send Character Transmission Delay 
  1865.   Host Command for Send 
  1866.  
  1867.  
  1868. ΓòÉΓòÉΓòÉ 64. Help for Xmodem Receive Settings ΓòÉΓòÉΓòÉ
  1869.  
  1870. This dialog lets you set and change protocol-specific options which will be in 
  1871. effect whenever you use this File Transfer Profile to receive a file from the 
  1872. host system. 
  1873.  
  1874. These settings can be changed "on-the-fly" before you start the file transfer 
  1875. from the Session Window's File menu. 
  1876.  
  1877. For additional information, select: 
  1878.  
  1879.   Receive Data Timeout 
  1880.   Host Command for Receive 
  1881.  
  1882.  
  1883. ΓòÉΓòÉΓòÉ 65. Help for Xmodem(1K) Send Settings ΓòÉΓòÉΓòÉ
  1884.  
  1885. This dialog lets you set and change protocol-specific options which will be in 
  1886. effect whenever you use this File Transfer Profile to send a file to the host 
  1887. system. 
  1888.  
  1889. These settings can be changed "on-the-fly" before you start the file transfer 
  1890. from the Session Window's File menu. 
  1891.  
  1892. For additional information, select: 
  1893.  
  1894.   Receive Acknowledgment Timeout 
  1895.   Send Character Transmission Delay 
  1896.   Host Command for Send 
  1897.  
  1898.  
  1899. ΓòÉΓòÉΓòÉ 66. Help for Xmodem(1K) Receive Settings ΓòÉΓòÉΓòÉ
  1900.  
  1901. This dialog lets you set and change protocol-specific options which will be in 
  1902. effect whenever you use this File Transfer Profile to receive a file from the 
  1903. host system. 
  1904.  
  1905. These settings can be changed "on-the-fly" before you start the file transfer 
  1906. from the Session Window's File menu. 
  1907.  
  1908. For additional information, select: 
  1909.  
  1910.   Receive Data Timeout 
  1911.   Host Command for Receive 
  1912.  
  1913.  
  1914. ΓòÉΓòÉΓòÉ 67. Help for Ymodem Send Settings ΓòÉΓòÉΓòÉ
  1915.  
  1916. This dialog lets you set and change protocol-specific options which will be in 
  1917. effect whenever you use this File Transfer Profile to send a file to the host 
  1918. system. 
  1919.  
  1920. These settings can be changed "on-the-fly" before you start the file transfer 
  1921. from the Session Window's File menu. 
  1922.  
  1923. For additional information, select: 
  1924.  
  1925.   Receive Acknowledgment Timeout 
  1926.   Send Character Transmission Delay 
  1927.   Host Command for Send 
  1928.  
  1929.  
  1930. ΓòÉΓòÉΓòÉ 68. Help for Ymodem Receive Settings ΓòÉΓòÉΓòÉ
  1931.  
  1932. This dialog lets you set and change protocol-specific options which will be in 
  1933. effect whenever you use this File Transfer Profile to receive a file from the 
  1934. host system. 
  1935.  
  1936. These settings can be changed "on-the-fly" before you start the file transfer 
  1937. from the Session Window's File menu. 
  1938.  
  1939. For additional information, select: 
  1940.  
  1941.   Receive Data Timeout 
  1942.   Host Command for Receive 
  1943.  
  1944.  
  1945. ΓòÉΓòÉΓòÉ 69. Help for Ymodem(1K) Send Settings ΓòÉΓòÉΓòÉ
  1946.  
  1947. This dialog lets you set and change protocol-specific options which will be in 
  1948. effect whenever you use this File Transfer Profile to send a file to the host 
  1949. system. 
  1950.  
  1951. These settings can be changed "on-the-fly" before you start the file transfer 
  1952. from the Session Window's File menu. 
  1953.  
  1954. For additional information, select: 
  1955.  
  1956.   Receive Acknowledgment Timeout 
  1957.   Send Character Transmission Delay 
  1958.   Host Command for Send 
  1959.  
  1960.  
  1961. ΓòÉΓòÉΓòÉ 70. Help for Ymodem(1K) Receive Settings ΓòÉΓòÉΓòÉ
  1962.  
  1963. This dialog lets you set and change protocol-specific options which will be in 
  1964. effect whenever you use this File Transfer Profile to receive a file from the 
  1965. host system. 
  1966.  
  1967. These settings can be changed "on-the-fly" before you start the file transfer 
  1968. from the Session Window's File menu. 
  1969.  
  1970. For additional information, select: 
  1971.  
  1972.   Receive Data Timeout 
  1973.   Host Command for Receive 
  1974.  
  1975.  
  1976. ΓòÉΓòÉΓòÉ 71. Help for Ymodem-G Send Settings ΓòÉΓòÉΓòÉ
  1977.  
  1978. This dialog lets you set and change protocol-specific options which will be in 
  1979. effect whenever you use this File Transfer Profile to send a file to the host 
  1980. system. 
  1981.  
  1982. These settings can be changed "on-the-fly" before you start the file transfer 
  1983. from the Session Window's File menu. 
  1984.  
  1985. For additional information, select: 
  1986.  
  1987.   Receive Acknowledgment Timeout 
  1988.   Send Character Transmission Delay 
  1989.   Host Command for Send 
  1990.  
  1991.  
  1992. ΓòÉΓòÉΓòÉ 72. Help for Ymodem-G Receive Settings ΓòÉΓòÉΓòÉ
  1993.  
  1994. This dialog lets you set and change protocol-specific options which will be in 
  1995. effect whenever you use this File Transfer Profile to receive a file from the 
  1996. host system. 
  1997.  
  1998. These settings can be changed "on-the-fly" before you start the file transfer 
  1999. from the Session Window's File menu. 
  2000.  
  2001. For additional information, select: 
  2002.  
  2003.   Receive Data Timeout 
  2004.   Host Command for Receive 
  2005.  
  2006.  
  2007. ΓòÉΓòÉΓòÉ 73. Help for Ymodem-G(1K) Send Settings ΓòÉΓòÉΓòÉ
  2008.  
  2009. This dialog lets you set and change protocol-specific options which will be in 
  2010. effect whenever you use this File Transfer Profile to send a file to the host 
  2011. system. 
  2012.  
  2013. These settings can be changed "on-the-fly" before you start the file transfer 
  2014. from the Session Window's File menu. 
  2015.  
  2016. For additional information, select: 
  2017.  
  2018.   Receive Acknowledgment Timeout 
  2019.   Send Character Transmission Delay 
  2020.   Host Command for Send 
  2021.  
  2022.  
  2023. ΓòÉΓòÉΓòÉ 74. Help for Ymodem-G(1K) Receive Settings ΓòÉΓòÉΓòÉ
  2024.  
  2025. This dialog lets you set and change protocol-specific options which will be in 
  2026. effect whenever you use this File Transfer Profile to receive a file from the 
  2027. host system. 
  2028.  
  2029. These settings can be changed "on-the-fly" before you start the file transfer 
  2030. from the Session Window's File menu. 
  2031.  
  2032. For additional information, select: 
  2033.  
  2034.   Receive Data Timeout 
  2035.   Host Command for Receive 
  2036.  
  2037.  
  2038. ΓòÉΓòÉΓòÉ 75. Help for Zmodem Send Settings ΓòÉΓòÉΓòÉ
  2039.  
  2040. This dialog lets you set and change protocol-specific options which will be in 
  2041. effect whenever you use this File Transfer Profile to send a file to the host 
  2042. system. 
  2043.  
  2044. These settings can be changed "on-the-fly" before you start the file transfer 
  2045. from the Session Window's File menu. 
  2046.  
  2047. For additional information, select: 
  2048.  
  2049.   Receive Acknowledgment Timeout 
  2050.   Send Character Transmission Delay 
  2051.   Retries 
  2052.   Transmit Packet Size 
  2053.   Host Command for Send 
  2054.  
  2055.  
  2056. ΓòÉΓòÉΓòÉ 76. Help for Zmodem Receive Settings ΓòÉΓòÉΓòÉ
  2057.  
  2058. This dialog lets you set and change protocol-specific options which will be in 
  2059. effect whenever you use this File Transfer Profile to receive a file from the 
  2060. host system. 
  2061.  
  2062. These settings can be changed "on-the-fly" before you start the file transfer 
  2063. from the Session Window's File menu. 
  2064.  
  2065. For additional information, select: 
  2066.  
  2067.   Receive Data Timeout 
  2068.   Receive Character Transmission Delay 
  2069.   Retries 
  2070.   Host Command for Receive 
  2071.  
  2072.  
  2073. ΓòÉΓòÉΓòÉ 77. Transmit Packet Size ΓòÉΓòÉΓòÉ
  2074.  
  2075. This parameter determines the number of bytes contained by each packet of data. 
  2076. Set it to the size supported by the host (if you know what it is) or to Auto. 
  2077.  
  2078. If set to Auto, the packet size is determined by the speed of the connection. 
  2079. The faster the speed, the larger will be the packet size. 
  2080.  
  2081.  
  2082. ΓòÉΓòÉΓòÉ 78. ASCII Character Codes ΓòÉΓòÉΓòÉ
  2083.  
  2084. These characters, codes and functions can be inserted in many of Softerm's 
  2085. string entry fields.  The first 32 codes (0 through 31 decimal), also called 
  2086. the non-displayable characters, often are used as control codes. They can be 
  2087. entered in a text field by typing the code's acronym (listed in the ASCII 
  2088. column) between square brackets. 
  2089.  
  2090. For example, a Carriage Return can be included in a string by typing the 
  2091. acronym and placing it between square brackets, such as: 
  2092.  
  2093.      [CR] 
  2094.  
  2095. Hex  Dec   ASCII     Name               Keyboard
  2096.  
  2097. 00   0     [NUL]     null               Ctrl @
  2098. 01   1     [SOH]     start heading      Ctrl A
  2099. 02   2     [STX]     start text         Ctrl B
  2100. 03   3     [ETX]     end text           Ctrl C
  2101. 04   4     [EOT]     end transmission   Ctrl D
  2102. 05   5     [ENQ]     enquire            Ctrl E
  2103. 06   6     [ACK]     acknowledge        Ctrl F
  2104. 07   7     [BEL]     bell               Ctrl G
  2105. 08   8     [BS]      backspace          Ctrl H
  2106. 09   9     [HT]      horizontal tab     Ctrl I
  2107. 0A   10    [LF]      line feed          Ctrl J
  2108. 0B   11    [VT]      vertical tab       Ctrl K
  2109. 0C   12    [FF]      form feed          Ctrl L
  2110. 0D   13    [CR]      carriage return    Ctrl M
  2111. 0E   14    [SO]      shift out          Ctrl N
  2112. 0F   15    [SI]      shift in           Ctrl O
  2113. 10   16    [DLE]     data link escape   Ctrl P
  2114. 11   17    [DC1]     device control 1   Ctrl Q
  2115. 12   18    [DC2]     device control 2   Ctrl R
  2116. 13   19    [DC3]     device control 3   Ctrl S
  2117. 14   20    [DC4]     device control 4   Ctrl T
  2118. 15   21    [NAK]     negative ack       Ctrl U
  2119. 16   22    [SYN]     synchronous idle   Ctrl V
  2120. 17   23    [ETB]     end trans block    Ctrl W
  2121. 18   24    [CAN]     cancel             Ctrl X
  2122. 19   25    [EM]      end medium         Ctrl Y
  2123. 1A   26    [SUB]     substitute         Ctrl Z
  2124. 1B   27    [ESC]     escape             Esc
  2125. 1C   28    [FS]      file separator     Ctrl \
  2126. 1D   29    [GS]      group separator    Ctrl ]
  2127. 1E   30    [RS]      record separator   Ctrl ^
  2128. 1F   31    [US]      unit separator     Ctrl _
  2129. 20   32              space              Space Bar
  2130. 21   33      !       exclamation        !
  2131. 22   34      "       quotation          "
  2132. 23   35      #       number sign        #
  2133. 24   36      $       dollar sign        $
  2134. 25   37      %       percent sign       %
  2135. 26   38      &       ampersand          &
  2136. 27   39      '       apostrophe         '
  2137. 28   40      (       open parenthesis   (
  2138. 29   41      )       close parenthesis  )
  2139. 2A   42      *       asterisk           *
  2140. 2B   43      +       plus sign          +
  2141. 2C   44      ,       comma              ,
  2142. 2D   45      -       minus              -
  2143. 2E   46      .       period             .
  2144. 2F   47      /       slash              /
  2145. 30   48      0       zero               0
  2146. 31   49      1       one                1
  2147. 32   50      2       two                2
  2148. 33   51      3       three              3
  2149. 34   52      4       four               4
  2150. 35   53      5       five               5
  2151. 36   54      6       six                6
  2152. 37   55      7       seven              7
  2153. 38   56      8       eight              8
  2154. 39   57      9       nine               9
  2155. 3A   58      :       colon              :
  2156. 3B   59      ;       semicolon          ;
  2157. 3C   60      <       less than          <
  2158. 3D   61      =       equal to           =
  2159. 3E   62      >       greater than       >
  2160. 3F   63      ?       question mark      ?
  2161. 40   64      @       at sign            @
  2162. 41   65      A       A                  A
  2163. 42   66      B       B                  B
  2164. 43   67      C       C                  C
  2165. 44   68      D       D                  D
  2166. 45   69      E       E                  E
  2167. 46   70      F       F                  F
  2168. 47   71      G       G                  G
  2169. 48   72      H       H                  H
  2170. 49   73      I       I                  I
  2171. 4A   74      J       J                  J
  2172. 4B   75      K       K                  K
  2173. 4C   76      L       L                  L
  2174. 4D   77      M       M                  M
  2175. 4E   78      N       N                  N
  2176. 4F   79      O       O                  O
  2177. 50   80      P       P                  P
  2178. 51   81      Q       Q                  Q
  2179. 52   82      R       R                  R
  2180. 53   83      S       S                  S
  2181. 54   84      T       T                  T
  2182. 55   85      U       U                  U
  2183. 56   86      V       V                  V
  2184. 57   87      W       W                  W
  2185. 58   88      X       X                  X
  2186. 59   89      Y       Y                  Y
  2187. 5A   90      Z       Z                  Z
  2188. 5B   91      [       open bracket       [
  2189. 5C   92      \       backslash          \
  2190. 5D   93      ]       close bracket      ]
  2191. 5E   94      ^       circumflex         ^
  2192. 5F   95      _       underscore         _
  2193. 60   96      `       grave accent       `
  2194. 61   97      a       a                  a
  2195. 62   98      b       b                  b
  2196. 63   99      c       c                  c
  2197. 64   100     d       d                  d
  2198. 65   101     e       e                  e
  2199. 66   102     f       f                  f
  2200. 67   103     g       g                  g
  2201. 68   104     h       h                  h
  2202. 69   105     i       i                  i
  2203. 6A   106     j       j                  j
  2204. 6B   107     k       k                  k
  2205. 6C   108     l       l                  l
  2206. 6D   109     m       m                  m
  2207. 6E   110     n       n                  n
  2208. 6F   111     o       o                  o
  2209. 70   112     p       p                  p
  2210. 71   113     q       q                  q
  2211. 72   114     r       r                  r
  2212. 73   115     s       s                  s
  2213. 74   116     t       t                  t
  2214. 75   117     u       u                  u
  2215. 76   118     v       v                  v
  2216. 77   119     w       w                  w
  2217. 78   120     x       x                  x
  2218. 79   121     y       y                  y
  2219. 7A   122     z       z                  z
  2220. 7B   123     {       open brace         {
  2221. 7C   124     |       line               |
  2222. 7D   125     }       close brace        }
  2223. 7E   126     ~       tilde              ~
  2224. 7F   127     [RUB]   rubout (delete)    Shift Backspace
  2225.