home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / psiftp97.zip / psiftp.eng < prev    next >
Text File  |  2000-05-09  |  6KB  |  123 lines

  1. Short info about utilities.
  2. --------------------------------------------------------------------------
  3.  
  4. PsiFtp. Version 0.97
  5. Native OS/2 version, not a Linux port.
  6.  
  7. Usage : psiftp [ftpcommand parameters] [-a] [-h] [-c:N] [-b:N] [@file]
  8.         -a   - autobaud detection;
  9.         -h   - this screen;
  10.         -c:N - serial port number;
  11.         -b:N|-s:N - serial port speed;
  12.         -l:nnn - codepage for Psion, where
  13.                  nnn is valid codepage name (i.e. IBM-850);
  14.         @file - ftp command-file.
  15.  
  16.   There are 3 environment variables :
  17.         PSICOM=COMx - serial port name;
  18.         PSIBAUD=xxx - serial port speed;
  19.         PSICP=IBM-xxx - Psion's codepage name.
  20.  
  21. List of available commands, the most commands relays Psion's side, only a some of them
  22. for PC.
  23.  
  24.   pwd                       - print current pathes on Psion and on PC
  25.   ren <oldname> <newname>   - rename file on Psion
  26.   touch <psionfile>         - set Psion's file date/time to current.
  27.   gtime <psionfile>         - give date/time for Psion file (depends from Psion version this is the 
  28.                               date/time of file creation or of the last access)
  29.   test <psionfile>          - test Psion's file
  30.   gattr <psionfile>         - get Psion's file's attributes
  31.   sattr [[-|+]rhsa] <psionfile> - set attributes
  32.   devs                      - get devices list
  33.   dir|ls                    - ;-)
  34.   dircnt                    - get number of entryes in the current directory
  35.   cd <dir>                  - change directory on Psion
  36.   lcd <dir>                 - change directory on PC
  37.   get <psionfile>           - get file from Psion
  38.   put <pcfile>              - put file to Psion
  39.   mget <shellpattern>       - multiply get with pattern (*,? etc)
  40.   mput <shellpattern>       - multiply put with pattern (*,? etc)
  41.   del|rm <psionfile>        - delete file on Psion
  42.   mkdir <psiondir>          - create directory on Psion
  43.   rmdir <psiondir>          - remove directoru on Psion
  44.   backup <psiondir> <pcdir> - create Psion's backup from selected directory (files saved with 
  45.                               attributes on selected PC folder)
  46.   restore <pcdir> <psiondir>- correspondingly, restore Psion's files 
  47.   prompt <on|off>           - turn on/off ask for multipy get/put for each file
  48.   cls                       - clear screen
  49.   rem | ;                   - program skips such lines
  50.   resp <y|n|q>              - setup default response when prompting is off
  51.   echo <text>               - puts text to screen
  52.   !<os cmd>                 - invoke any OS command
  53.   @<cmdfile>                - "run command file", file can contain any of this command
  54.   bye                       - end of session
  55.  
  56. --------------------------------------------------------------------------
  57. PsiPrn. Version 0.97
  58. Native OS/2 version, not a Linux port.
  59.  
  60. Usage: psprint [-h|?] [-t:xxx] [-c:N] [-b:N|s:N] [-p:N] [-l:nnn]
  61.        -h   - this screen;
  62.        -t:xxx - set printer type (GENERAL|EPSON|PCL);
  63.        -c:N - serial port number;
  64.        -b:N|-s:N - serial port speed;
  65.        -p:N - printer port number;
  66.        -j:N - print job timeout (sec);
  67.        -l:nnn - codepage for Psion, where
  68.                 nnn is valid codepage name (i.e. IBM-850);
  69.  
  70.   There are 5 environment variables :
  71.         PSICOM=COMx - serial port name;
  72.         PSIBAUD=xxx - serial port speed;
  73.         PSIPTYPE=xxx - set printer type;
  74.         PSIJOBTIMEOUT=xxx - job timeout;
  75.         PSICP=IBM-xxx - Psion's codepage name.
  76.  
  77. --------------------------------------------------------------------------
  78. PsiConv. Version 0.6.0. 
  79. Full Linux port.
  80.  
  81. Syntax: psiconv [OPTIONS..] [FILE]
  82. Convert the psion Word file FILE to a HTML file
  83. If FILE is not specified, use stdin
  84.   -d, --debug          Show debug information on stderr
  85.   -e, --exact          Quit on any parse errors or warnings
  86.   -h, --help           Display this help and exit
  87.   -o, --outputfile     Output to file instead of stdout
  88.   -s, --silent         Do not even show warnings on stderr
  89.   -T, --type=FILETYPE  Output type
  90.   -V, --version        Display the program version and exit
  91.   -v, --verbose        Show progress indicators on stderr
  92.  
  93. The following output types are known:
  94.   ASCII          Plain text without much layout
  95.   HTML3          HTML 3.2, not verified so probably not completely compliant
  96.   HTML4          HTML 4.0 with cascading style sheets
  97.  
  98. --------------------------------------------------------------------------
  99.  
  100. Archive content:
  101.  
  102. backup          - folder for Psion's backups
  103. LOCALE          - folder needed for national languages support
  104. back        - "command" file example for backup Psion's data
  105. get        - another short "command" files examples
  106. put             - --""--""--
  107. COPYING         - Copyright notice
  108. pftp.cmd        - You may edit this file for running psiftp utility
  109. psiconv.exe     - Psion Word to ASCII (HTML) convertor
  110. psiftp.exe      - psiftp, send/receive files from/to PDA Psion any models
  111. psiprn.exe      - psiprn, print files through PC from Psion
  112. psilib.dll      - utilities's common library
  113. psiftp.eng      - this file
  114. psiftp.rus      - Russian version of this file
  115. psiftp.txt      - short description for Hobbes download
  116. readme.1st      - release's last notes
  117. readme.rus      - Russian version of release's last notes
  118. Test            - test file for printing
  119. PsiFtp.ICO      - ico files
  120. PsiPrn.ICO      - --""--""--
  121.  
  122. --------------------------------------------------------------------------
  123.