home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / ROOT_GZ / root / etc / ftpconversions < prev    next >
Encoding:
Text File  |  1995-05-14  |  368 b   |  7 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 -9c %s:T_REG:O_COMPRESS:GZIP
  5.  :   : :.tar:/bin/tar -cf - %s:T_REG|T_DIR:O_TAR:TAR
  6.  :   : :.tar.gz:/bin/tar -czf - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
  7.