home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / wustl-ftpdaemon / doc / examples / ftpconversions < prev    next >
Encoding:
Text File  |  1994-06-29  |  456 b   |  8 lines

  1.  :.Z:  :  :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
  2.  :   : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
  3.  :.gz: :  :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
  4.  :   : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
  5.  :   : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
  6.  :   : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
  7.  :   : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
  8.