blob: dbc599d23d3f6333a2abf0a7ca2974a136fb58f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
#suffix generic type specific type encoding
.C text plain - # C++ program
.Z - - x-compress
.a application octet-stream - # [Mosaic]
.ada text plain - # ada program
.ai application postscript - # [Mosaic]
.aif audio x-aiff -
.aifc audio x-aiff -
.aiff audio x-aiff -
.au audio basic - # sun audio
.avi video x-msvideo - # [Mosaic]
.awk text plain - # awk program
.bas text plain - # basic program
.bbl text plain - # BibTex output
.bcpio application x-bcpio - # [Mosaic]
.bib text plain - # BibTex input
.c text plain - # C program
.c++ text plain - # C++ program
.cc text plain - # [Mosaic]
.cdf application x-netcdf -
.cpio application x-cpio -
.cpp text plain - # DOS C++ program
.dat text plain - # AMPL et al.
.diff text plain -
.dvi application x-dvi - # TeX output
.enc application octet-stream - # encrypted file
.eps application postscript -
.etx text x-setext - # [Mosaic]
.exe application octet-stream - # DOS executable
.executable application octet-stream - # DOS executable
.exz application octet-stream x-gzip # gziped DOS executable
.f text plain - # fortran-77 program
.flc video x-flc -
.fli video x-fli -
.gif image gif -
.gtar application x-gtar - # [Mosaic]
.gz - - x-gzip # gziped file
.h text plain - # C header file
.hdf application x-hdf -
.hqx application octet-stream - # Mac BinHex
.htm text html -
.html text html -
.ief image ief - # [Mosaic]
.jfif image jpeg - # [Mosaic]
.jfif-tbnl image jpeg - # [Mosaic]
.jpe image jpeg - # [Mosaic]
.jpeg image jpeg -
.jpg image jpeg -
.latex application x-latex - # [Mosaic]
.ltx application x-latex -
.man application x-troff-man - # [Mosaic]
.me application x-troff-me - # [Mosaic]
.mime message rfc822 - # [Mosaic]
.mod text plain - # AMPL et al.
.mov video quicktime - # [Mosaic]
.movie video x-sgi-movie - # [Mosaic]
.mpe video mpeg - # [Mosaic]
.mpeg video mpeg -
.mpg video mpeg -
.ms application x-troff-ms - # [Mosaic]
.mv video x-sgi-movie - # [Mosaic]
.nc application x-netcdf - # [Mosaic]
.o application octet-stream - # [Mosaic]
.oda application oda - # [Mosaic]
.pbm image x-portable-bitmap - # [Mosaic]
.pdf application pdf - # Adobe Portable Document Format
.pgm image x-portable-graymap - # [Mosaic]
.pl text plain - # [Mosaic]
.pnm image x-portable-anymap - # [Mosaic]
.ppm image x-portable-pixmap - # [Mosaic]
.ps application postscript -
.qt video quicktime - # [Mosaic]
.r text plain - # ratfor program
.ras image x-cmu-rast - # [Mosaic]
.rc text plain - # rc
.rfr text plain - # refer
.rgb image x-rgb - # [Mosaic]
.roff application x-troff - # [Mosaic]
.rtf application rtf - # [Mosaic]
.rtx text richtext - # MIME richtext [Mosaic]
.sh application x-shar -
.shar application x-shar -
.snd audio basic -
.sv4cpio application x-sv4cpio - # [Mosaic]
.sv4crc application x-sv4crc - # [Mosaic]
.t application x-troff - # [Mosaic]
.tar application x-tar - # [Mosaic]
.taz application x-tar x-compress
.tcl application x-tcl -
.tex application x-tex - # Tex input
.texi application x-texinfo - # [Mosaic]
.texinfo application x-texinfo - # [Mosaic]
.text text plain - # [Mosaic]
.tgz application x-tar x-gzip
.tif image tiff -
.tiff image tiff -
.toc text plain - # table of contents
.tr application x-troff - # [Mosaic]
.trz application x-tar x-compress
.tsv text tab-separated-values - # [Mosaic]
.txt text plain -
.ustar application x-ustar - # [Mosaic]
.wav audio x-wav -
.wsrc application x-wais-source - # [Mosaic]
.xbm image x-xbitmap - # X bitmap
.xpm image x-xpixmap - # [Mosaic]
.xwd image x-xwindowdump - # [Mosaic]
.z - - x-compress
.Z - - x-compress
.zip application zip -
|