home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / archival / ftp / BFTP.312 / help_strings.h < prev    next >
Encoding:
Text File  |  1990-06-29  |  1.9 KB  |  63 lines

  1. /* Help strings for event procs -- middle mouse button */
  2.  
  3. char
  4.   paren_help[] = 
  5.     "  If blank, the default is shown in parentheses.",
  6.  
  7.   toggle_help[] =
  8.     "  Click to display/undisplay the subwindow.",
  9.  
  10.   reqSW1_help[] =
  11.     "The Request Storage subwindow is used to save the current request",
  12.   reqSW2_help[] =
  13.     "  in a file, or to load a request that has been saved previously.",
  14.  
  15.  
  16.   dhost_help[] =
  17.     "Destination host name: e.g. 'venera.isi.edu' or '128.9.0.32'.",
  18.   dlogin_help[] =
  19.     "Login (user name) on the destination host.",
  20.   dpass_help[] =
  21.     "Password on the destination host.",
  22.   dfile_help[] =
  23.     "File name that will be used on the destination host.",
  24.  
  25.   ddir1_help[] =
  26.     "Directory on the destination host in which the file will be located.",
  27.   ddir2_help[] =
  28.     "  If the login directory is to be used, this field should be left",
  29.   ddir3_help[] = 
  30.     "  blank.  This field may be specified as an absolute path, or",
  31.   ddir4_help[] = 
  32.     "  relative to the login directory.  Any delimiter characters used",
  33.   ddir5_help[] = 
  34.     "  on this host, for example '/' or '<>' may be included.",
  35.   quit_help[] =
  36.     "Quit is used to exit the tool, destroying any popup windows.",
  37.  
  38.   sHost_help[] =
  39.   "Source host name or number: e.g. 'venera.isi.edu' or '128.9.0.32'.",
  40.  
  41.   sLogin_help[] =
  42.   "Login (user name) on the source host.",
  43.        
  44.   sPass_help[] =
  45.   "Password on the source host.",
  46.  
  47.   sFile1_help[] =
  48.   "Name of file to be transfered.  The wildcard character '*'",
  49.   sFile2_help[] =
  50.   "  may be used if the Multiple flag is set to TRUE.",
  51.  
  52.   sDir1_help[] =
  53. "Directory on the source host in which the file is located.  If the",
  54.   sDir2_help[] =
  55. "  login directory is to be used, this field should be left blank.",
  56.   sDir3_help[] =
  57. "  This field may be specified as an absolute path, or relative to",
  58.   sDir4_help[] =
  59. "  the login directory.  Any delimiter characters used on the",
  60.   sDir5_help[] =
  61. "  source host, for example '/' or '<>' may be included.";
  62.  
  63.