12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022 |
- using System.Globalization;
- using System.Security.Cryptography;
- using System.Text;
- using System.Xml.Serialization;
- using WingServerCommon.Config;
- using WingServerCommon.Config.Parameters;
- namespace WingServerCommon.Interfaces.FileTransfer
- {
- /// <summary>
- /// 文件帮助类
- /// </summary>
- public class FileHelper
- {
- #region MimeType
- private static readonly IDictionary<string, string> _mappings = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase) {
- #region Big freaking list of mime types
- // combination of values from Windows 7 Registry and
- // from C:\Windows\System32\inetsrv\config\applicationHost.config
- // some added, including .7z and .dat
- {".323", "text/h323"},
- {".3g2", "video/3gpp2"},
- {".3gp", "video/3gpp"},
- {".3gp2", "video/3gpp2"},
- {".3gpp", "video/3gpp"},
- {".7z", "application/x-7z-compressed"},
- {".aa", "audio/audible"},
- {".AAC", "audio/aac"},
- {".aaf", "application/octet-stream"},
- {".aax", "audio/vnd.audible.aax"},
- {".ac3", "audio/ac3"},
- {".aca", "application/octet-stream"},
- {".accda", "application/msaccess.addin"},
- {".accdb", "application/msaccess"},
- {".accdc", "application/msaccess.cab"},
- {".accde", "application/msaccess"},
- {".accdr", "application/msaccess.runtime"},
- {".accdt", "application/msaccess"},
- {".accdw", "application/msaccess.webapplication"},
- {".accft", "application/msaccess.ftemplate"},
- {".acx", "application/internet-property-stream"},
- {".AddIn", "text/xml"},
- {".ade", "application/msaccess"},
- {".adobebridge", "application/x-bridge-url"},
- {".adp", "application/msaccess"},
- {".ADT", "audio/vnd.dlna.adts"},
- {".ADTS", "audio/aac"},
- {".afm", "application/octet-stream"},
- {".ai", "application/postscript"},
- {".aif", "audio/x-aiff"},
- {".aifc", "audio/aiff"},
- {".aiff", "audio/aiff"},
- {".air", "application/vnd.adobe.air-application-installer-package+zip"},
- {".amc", "application/x-mpeg"},
- {".application", "application/x-ms-application"},
- {".art", "image/x-jg"},
- {".asa", "application/xml"},
- {".asax", "application/xml"},
- {".ascx", "application/xml"},
- {".asd", "application/octet-stream"},
- {".asf", "video/x-ms-asf"},
- {".ashx", "application/xml"},
- {".asi", "application/octet-stream"},
- {".asm", "text/plain"},
- {".asmx", "application/xml"},
- {".aspx", "application/xml"},
- {".asr", "video/x-ms-asf"},
- {".asx", "video/x-ms-asf"},
- {".atom", "application/atom+xml"},
- {".au", "audio/basic"},
- {".avi", "video/x-msvideo"},
- {".axs", "application/olescript"},
- {".bas", "text/plain"},
- {".bcpio", "application/x-bcpio"},
- {".bin", "application/octet-stream"},
- {".bmp", "image/bmp"},
- {".c", "text/plain"},
- {".cab", "application/octet-stream"},
- {".caf", "audio/x-caf"},
- {".calx", "application/vnd.ms-office.calx"},
- {".cat", "application/vnd.ms-pki.seccat"},
- {".cc", "text/plain"},
- {".cd", "text/plain"},
- {".cdda", "audio/aiff"},
- {".cdf", "application/x-cdf"},
- {".cer", "application/x-x509-ca-cert"},
- {".chm", "application/octet-stream"},
- {".class", "application/x-java-applet"},
- {".clp", "application/x-msclip"},
- {".cmx", "image/x-cmx"},
- {".cnf", "text/plain"},
- {".cod", "image/cis-cod"},
- {".config", "application/xml"},
- {".contact", "text/x-ms-contact"},
- {".coverage", "application/xml"},
- {".cpio", "application/x-cpio"},
- {".cpp", "text/plain"},
- {".crd", "application/x-mscardfile"},
- {".crl", "application/pkix-crl"},
- {".crt", "application/x-x509-ca-cert"},
- {".cs", "text/plain"},
- {".csdproj", "text/plain"},
- {".csh", "application/x-csh"},
- {".csproj", "text/plain"},
- {".css", "text/css"},
- {".csv", "text/csv"},
- {".cur", "application/octet-stream"},
- {".cxx", "text/plain"},
- {".dat", "application/octet-stream"},
- {".datasource", "application/xml"},
- {".dbproj", "text/plain"},
- {".dcr", "application/x-director"},
- {".def", "text/plain"},
- {".deploy", "application/octet-stream"},
- {".der", "application/x-x509-ca-cert"},
- {".dgml", "application/xml"},
- {".dib", "image/bmp"},
- {".dif", "video/x-dv"},
- {".dir", "application/x-director"},
- {".disco", "text/xml"},
- {".dll", "application/x-msdownload"},
- {".dll.config", "text/xml"},
- {".dlm", "text/dlm"},
- {".doc", "application/msword"},
- {".docm", "application/vnd.ms-word.document.macroEnabled.12"},
- {".docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"},
- {".dot", "application/msword"},
- {".dotm", "application/vnd.ms-word.template.macroEnabled.12"},
- {".dotx", "application/vnd.openxmlformats-officedocument.wordprocessingml.template"},
- {".dsp", "application/octet-stream"},
- {".dsw", "text/plain"},
- {".dtd", "text/xml"},
- {".dtsConfig", "text/xml"},
- {".dv", "video/x-dv"},
- {".dvi", "application/x-dvi"},
- {".dwf", "drawing/x-dwf"},
- {".dwp", "application/octet-stream"},
- {".dxr", "application/x-director"},
- {".eml", "message/rfc822"},
- {".emz", "application/octet-stream"},
- {".eot", "application/octet-stream"},
- {".eps", "application/postscript"},
- {".etl", "application/etl"},
- {".etx", "text/x-setext"},
- {".evy", "application/envoy"},
- {".exe", "application/octet-stream"},
- {".exe.config", "text/xml"},
- {".fdf", "application/vnd.fdf"},
- {".fif", "application/fractals"},
- {".filters", "Application/xml"},
- {".fla", "application/octet-stream"},
- {".flr", "x-world/x-vrml"},
- {".flv", "video/x-flv"},
- {".fsscript", "application/fsharp-script"},
- {".fsx", "application/fsharp-script"},
- {".generictest", "application/xml"},
- {".gif", "image/gif"},
- {".group", "text/x-ms-group"},
- {".gsm", "audio/x-gsm"},
- {".gtar", "application/x-gtar"},
- {".gz", "application/x-gzip"},
- {".h", "text/plain"},
- {".hdf", "application/x-hdf"},
- {".hdml", "text/x-hdml"},
- {".hhc", "application/x-oleobject"},
- {".hhk", "application/octet-stream"},
- {".hhp", "application/octet-stream"},
- {".hlp", "application/winhlp"},
- {".hpp", "text/plain"},
- {".hqx", "application/mac-binhex40"},
- {".hta", "application/hta"},
- {".htc", "text/x-component"},
- {".htm", "text/html"},
- {".html", "text/html"},
- {".htt", "text/webviewhtml"},
- {".hxa", "application/xml"},
- {".hxc", "application/xml"},
- {".hxd", "application/octet-stream"},
- {".hxe", "application/xml"},
- {".hxf", "application/xml"},
- {".hxh", "application/octet-stream"},
- {".hxi", "application/octet-stream"},
- {".hxk", "application/xml"},
- {".hxq", "application/octet-stream"},
- {".hxr", "application/octet-stream"},
- {".hxs", "application/octet-stream"},
- {".hxt", "text/html"},
- {".hxv", "application/xml"},
- {".hxw", "application/octet-stream"},
- {".hxx", "text/plain"},
- {".i", "text/plain"},
- {".ico", "image/x-icon"},
- {".ics", "application/octet-stream"},
- {".idl", "text/plain"},
- {".ief", "image/ief"},
- {".iii", "application/x-iphone"},
- {".inc", "text/plain"},
- {".inf", "application/octet-stream"},
- {".inl", "text/plain"},
- {".ins", "application/x-internet-signup"},
- {".ipa", "application/x-itunes-ipa"},
- {".ipg", "application/x-itunes-ipg"},
- {".ipproj", "text/plain"},
- {".ipsw", "application/x-itunes-ipsw"},
- {".iqy", "text/x-ms-iqy"},
- {".isp", "application/x-internet-signup"},
- {".ite", "application/x-itunes-ite"},
- {".itlp", "application/x-itunes-itlp"},
- {".itms", "application/x-itunes-itms"},
- {".itpc", "application/x-itunes-itpc"},
- {".IVF", "video/x-ivf"},
- {".jar", "application/java-archive"},
- {".java", "application/octet-stream"},
- {".jck", "application/liquidmotion"},
- {".jcz", "application/liquidmotion"},
- {".jfif", "image/pjpeg"},
- {".jnlp", "application/x-java-jnlp-file"},
- {".jpb", "application/octet-stream"},
- {".jpe", "image/jpeg"},
- {".jpeg", "image/jpeg"},
- {".jpg", "image/jpeg"},
- {".js", "application/x-javascript"},
- {".json", "application/json"},
- {".jsx", "text/jscript"},
- {".jsxbin", "text/plain"},
- {".latex", "application/x-latex"},
- {".library-ms", "application/windows-library+xml"},
- {".lit", "application/x-ms-reader"},
- {".loadtest", "application/xml"},
- {".lpk", "application/octet-stream"},
- {".lsf", "video/x-la-asf"},
- {".lst", "text/plain"},
- {".lsx", "video/x-la-asf"},
- {".lzh", "application/octet-stream"},
- {".m13", "application/x-msmediaview"},
- {".m14", "application/x-msmediaview"},
- {".m1v", "video/mpeg"},
- {".m2t", "video/vnd.dlna.mpeg-tts"},
- {".m2ts", "video/vnd.dlna.mpeg-tts"},
- {".m2v", "video/mpeg"},
- {".m3u", "audio/x-mpegurl"},
- {".m3u8", "audio/x-mpegurl"},
- {".m4a", "audio/m4a"},
- {".m4b", "audio/m4b"},
- {".m4p", "audio/m4p"},
- {".m4r", "audio/x-m4r"},
- {".m4v", "video/x-m4v"},
- {".mac", "image/x-macpaint"},
- {".mak", "text/plain"},
- {".man", "application/x-troff-man"},
- {".manifest", "application/x-ms-manifest"},
- {".map", "text/plain"},
- {".master", "application/xml"},
- {".mda", "application/msaccess"},
- {".mdb", "application/x-msaccess"},
- {".mde", "application/msaccess"},
- {".mdp", "application/octet-stream"},
- {".me", "application/x-troff-me"},
- {".mfp", "application/x-shockwave-flash"},
- {".mht", "message/rfc822"},
- {".mhtml", "message/rfc822"},
- {".mid", "audio/mid"},
- {".midi", "audio/mid"},
- {".mix", "application/octet-stream"},
- {".mk", "text/plain"},
- {".mmf", "application/x-smaf"},
- {".mno", "text/xml"},
- {".mny", "application/x-msmoney"},
- {".mod", "video/mpeg"},
- {".mov", "video/quicktime"},
- {".movie", "video/x-sgi-movie"},
- {".mp2", "video/mpeg"},
- {".mp2v", "video/mpeg"},
- {".mp3", "audio/mpeg"},
- {".mp4", "video/mp4"},
- {".mp4v", "video/mp4"},
- {".mpa", "video/mpeg"},
- {".mpe", "video/mpeg"},
- {".mpeg", "video/mpeg"},
- {".mpf", "application/vnd.ms-mediapackage"},
- {".mpg", "video/mpeg"},
- {".mpp", "application/vnd.ms-project"},
- {".mpv2", "video/mpeg"},
- {".mqv", "video/quicktime"},
- {".ms", "application/x-troff-ms"},
- {".msi", "application/octet-stream"},
- {".mso", "application/octet-stream"},
- {".mts", "video/vnd.dlna.mpeg-tts"},
- {".mtx", "application/xml"},
- {".mvb", "application/x-msmediaview"},
- {".mvc", "application/x-miva-compiled"},
- {".mxp", "application/x-mmxp"},
- {".nc", "application/x-netcdf"},
- {".nsc", "video/x-ms-asf"},
- {".nws", "message/rfc822"},
- {".ocx", "application/octet-stream"},
- {".oda", "application/oda"},
- {".odc", "text/x-ms-odc"},
- {".odh", "text/plain"},
- {".odl", "text/plain"},
- {".odp", "application/vnd.oasis.opendocument.presentation"},
- {".ods", "application/oleobject"},
- {".odt", "application/vnd.oasis.opendocument.text"},
- {".one", "application/onenote"},
- {".onea", "application/onenote"},
- {".onepkg", "application/onenote"},
- {".onetmp", "application/onenote"},
- {".onetoc", "application/onenote"},
- {".onetoc2", "application/onenote"},
- {".orderedtest", "application/xml"},
- {".osdx", "application/opensearchdescription+xml"},
- {".p10", "application/pkcs10"},
- {".p12", "application/x-pkcs12"},
- {".p7b", "application/x-pkcs7-certificates"},
- {".p7c", "application/pkcs7-mime"},
- {".p7m", "application/pkcs7-mime"},
- {".p7r", "application/x-pkcs7-certreqresp"},
- {".p7s", "application/pkcs7-signature"},
- {".pbm", "image/x-portable-bitmap"},
- {".pcast", "application/x-podcast"},
- {".pct", "image/pict"},
- {".pcx", "application/octet-stream"},
- {".pcz", "application/octet-stream"},
- {".pdf", "application/pdf"},
- {".pfb", "application/octet-stream"},
- {".pfm", "application/octet-stream"},
- {".pfx", "application/x-pkcs12"},
- {".pgm", "image/x-portable-graymap"},
- {".pic", "image/pict"},
- {".pict", "image/pict"},
- {".pkgdef", "text/plain"},
- {".pkgundef", "text/plain"},
- {".pko", "application/vnd.ms-pki.pko"},
- {".pls", "audio/scpls"},
- {".pma", "application/x-perfmon"},
- {".pmc", "application/x-perfmon"},
- {".pml", "application/x-perfmon"},
- {".pmr", "application/x-perfmon"},
- {".pmw", "application/x-perfmon"},
- {".png", "image/png"},
- {".pnm", "image/x-portable-anymap"},
- {".pnt", "image/x-macpaint"},
- {".pntg", "image/x-macpaint"},
- {".pnz", "image/png"},
- {".pot", "application/vnd.ms-powerpoint"},
- {".potm", "application/vnd.ms-powerpoint.template.macroEnabled.12"},
- {".potx", "application/vnd.openxmlformats-officedocument.presentationml.template"},
- {".ppa", "application/vnd.ms-powerpoint"},
- {".ppam", "application/vnd.ms-powerpoint.addin.macroEnabled.12"},
- {".ppm", "image/x-portable-pixmap"},
- {".pps", "application/vnd.ms-powerpoint"},
- {".ppsm", "application/vnd.ms-powerpoint.slideshow.macroEnabled.12"},
- {".ppsx", "application/vnd.openxmlformats-officedocument.presentationml.slideshow"},
- {".ppt", "application/vnd.ms-powerpoint"},
- {".pptm", "application/vnd.ms-powerpoint.presentation.macroEnabled.12"},
- {".pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation"},
- {".prf", "application/pics-rules"},
- {".prm", "application/octet-stream"},
- {".prx", "application/octet-stream"},
- {".ps", "application/postscript"},
- {".psc1", "application/PowerShell"},
- {".psd", "application/octet-stream"},
- {".psess", "application/xml"},
- {".psm", "application/octet-stream"},
- {".psp", "application/octet-stream"},
- {".pub", "application/x-mspublisher"},
- {".pwz", "application/vnd.ms-powerpoint"},
- {".qht", "text/x-html-insertion"},
- {".qhtm", "text/x-html-insertion"},
- {".qt", "video/quicktime"},
- {".qti", "image/x-quicktime"},
- {".qtif", "image/x-quicktime"},
- {".qtl", "application/x-quicktimeplayer"},
- {".qxd", "application/octet-stream"},
- {".ra", "audio/x-pn-realaudio"},
- {".ram", "audio/x-pn-realaudio"},
- {".rar", "application/octet-stream"},
- {".ras", "image/x-cmu-raster"},
- {".rat", "application/rat-file"},
- {".rc", "text/plain"},
- {".rc2", "text/plain"},
- {".rct", "text/plain"},
- {".rdlc", "application/xml"},
- {".resx", "application/xml"},
- {".rf", "image/vnd.rn-realflash"},
- {".rgb", "image/x-rgb"},
- {".rgs", "text/plain"},
- {".rm", "application/vnd.rn-realmedia"},
- {".rmi", "audio/mid"},
- {".rmp", "application/vnd.rn-rn_music_package"},
- {".roff", "application/x-troff"},
- {".rpm", "audio/x-pn-realaudio-plugin"},
- {".rqy", "text/x-ms-rqy"},
- {".rtf", "application/rtf"},
- {".rtx", "text/richtext"},
- {".ruleset", "application/xml"},
- {".s", "text/plain"},
- {".safariextz", "application/x-safari-safariextz"},
- {".scd", "application/x-msschedule"},
- {".sct", "text/scriptlet"},
- {".sd2", "audio/x-sd2"},
- {".sdp", "application/sdp"},
- {".sea", "application/octet-stream"},
- {".searchConnector-ms", "application/windows-search-connector+xml"},
- {".setpay", "application/set-payment-initiation"},
- {".setreg", "application/set-registration-initiation"},
- {".settings", "application/xml"},
- {".sgimb", "application/x-sgimb"},
- {".sgml", "text/sgml"},
- {".sh", "application/x-sh"},
- {".shar", "application/x-shar"},
- {".shtml", "text/html"},
- {".sit", "application/x-stuffit"},
- {".sitemap", "application/xml"},
- {".skin", "application/xml"},
- {".sldm", "application/vnd.ms-powerpoint.slide.macroEnabled.12"},
- {".sldx", "application/vnd.openxmlformats-officedocument.presentationml.slide"},
- {".slk", "application/vnd.ms-excel"},
- {".sln", "text/plain"},
- {".slupkg-ms", "application/x-ms-license"},
- {".smd", "audio/x-smd"},
- {".smi", "application/octet-stream"},
- {".smx", "audio/x-smd"},
- {".smz", "audio/x-smd"},
- {".snd", "audio/basic"},
- {".snippet", "application/xml"},
- {".snp", "application/octet-stream"},
- {".sol", "text/plain"},
- {".sor", "text/plain"},
- {".spc", "application/x-pkcs7-certificates"},
- {".spl", "application/futuresplash"},
- {".src", "application/x-wais-source"},
- {".srf", "text/plain"},
- {".SSISDeploymentManifest", "text/xml"},
- {".ssm", "application/streamingmedia"},
- {".sst", "application/vnd.ms-pki.certstore"},
- {".stl", "application/vnd.ms-pki.stl"},
- {".sv4cpio", "application/x-sv4cpio"},
- {".sv4crc", "application/x-sv4crc"},
- {".svc", "application/xml"},
- {".swf", "application/x-shockwave-flash"},
- {".t", "application/x-troff"},
- {".tar", "application/x-tar"},
- {".tcl", "application/x-tcl"},
- {".testrunconfig", "application/xml"},
- {".testsettings", "application/xml"},
- {".tex", "application/x-tex"},
- {".texi", "application/x-texinfo"},
- {".texinfo", "application/x-texinfo"},
- {".tgz", "application/x-compressed"},
- {".thmx", "application/vnd.ms-officetheme"},
- {".thn", "application/octet-stream"},
- {".tif", "image/tiff"},
- {".tiff", "image/tiff"},
- {".tlh", "text/plain"},
- {".tli", "text/plain"},
- {".toc", "application/octet-stream"},
- {".tr", "application/x-troff"},
- {".trm", "application/x-msterminal"},
- {".trx", "application/xml"},
- {".ts", "video/vnd.dlna.mpeg-tts"},
- {".tsv", "text/tab-separated-values"},
- {".ttf", "application/octet-stream"},
- {".tts", "video/vnd.dlna.mpeg-tts"},
- {".txt", "text/plain"},
- {".u32", "application/octet-stream"},
- {".uls", "text/iuls"},
- {".user", "text/plain"},
- {".ustar", "application/x-ustar"},
- {".vb", "text/plain"},
- {".vbdproj", "text/plain"},
- {".vbk", "video/mpeg"},
- {".vbproj", "text/plain"},
- {".vbs", "text/vbscript"},
- {".vcf", "text/x-vcard"},
- {".vcproj", "Application/xml"},
- {".vcs", "text/plain"},
- {".vcxproj", "Application/xml"},
- {".vddproj", "text/plain"},
- {".vdp", "text/plain"},
- {".vdproj", "text/plain"},
- {".vdx", "application/vnd.ms-visio.viewer"},
- {".vml", "text/xml"},
- {".vscontent", "application/xml"},
- {".vsct", "text/xml"},
- {".vsd", "application/vnd.visio"},
- {".vsi", "application/ms-vsi"},
- {".vsix", "application/vsix"},
- {".vsixlangpack", "text/xml"},
- {".vsixmanifest", "text/xml"},
- {".vsmdi", "application/xml"},
- {".vspscc", "text/plain"},
- {".vss", "application/vnd.visio"},
- {".vsscc", "text/plain"},
- {".vssettings", "text/xml"},
- {".vssscc", "text/plain"},
- {".vst", "application/vnd.visio"},
- {".vstemplate", "text/xml"},
- {".vsto", "application/x-ms-vsto"},
- {".vsw", "application/vnd.visio"},
- {".vsx", "application/vnd.visio"},
- {".vtx", "application/vnd.visio"},
- {".wav", "audio/wav"},
- {".wave", "audio/wav"},
- {".wax", "audio/x-ms-wax"},
- {".wbk", "application/msword"},
- {".wbmp", "image/vnd.wap.wbmp"},
- {".wcm", "application/vnd.ms-works"},
- {".wdb", "application/vnd.ms-works"},
- {".wdp", "image/vnd.ms-photo"},
- {".webarchive", "application/x-safari-webarchive"},
- {".webtest", "application/xml"},
- {".wiq", "application/xml"},
- {".wiz", "application/msword"},
- {".wks", "application/vnd.ms-works"},
- {".WLMP", "application/wlmoviemaker"},
- {".wlpginstall", "application/x-wlpg-detect"},
- {".wlpginstall3", "application/x-wlpg3-detect"},
- {".wm", "video/x-ms-wm"},
- {".wma", "audio/x-ms-wma"},
- {".wmd", "application/x-ms-wmd"},
- {".wmf", "application/x-msmetafile"},
- {".wml", "text/vnd.wap.wml"},
- {".wmlc", "application/vnd.wap.wmlc"},
- {".wmls", "text/vnd.wap.wmlscript"},
- {".wmlsc", "application/vnd.wap.wmlscriptc"},
- {".wmp", "video/x-ms-wmp"},
- {".wmv", "video/x-ms-wmv"},
- {".wmx", "video/x-ms-wmx"},
- {".wmz", "application/x-ms-wmz"},
- {".wpl", "application/vnd.ms-wpl"},
- {".wps", "application/vnd.ms-works"},
- {".wri", "application/x-mswrite"},
- {".wrl", "x-world/x-vrml"},
- {".wrz", "x-world/x-vrml"},
- {".wsc", "text/scriptlet"},
- {".wsdl", "text/xml"},
- {".wvx", "video/x-ms-wvx"},
- {".x", "application/directx"},
- {".xaf", "x-world/x-vrml"},
- {".xaml", "application/xaml+xml"},
- {".xap", "application/x-silverlight-app"},
- {".xbap", "application/x-ms-xbap"},
- {".xbm", "image/x-xbitmap"},
- {".xdr", "text/plain"},
- {".xht", "application/xhtml+xml"},
- {".xhtml", "application/xhtml+xml"},
- {".xla", "application/vnd.ms-excel"},
- {".xlam", "application/vnd.ms-excel.addin.macroEnabled.12"},
- {".xlc", "application/vnd.ms-excel"},
- {".xld", "application/vnd.ms-excel"},
- {".xlk", "application/vnd.ms-excel"},
- {".xll", "application/vnd.ms-excel"},
- {".xlm", "application/vnd.ms-excel"},
- {".xls", "application/vnd.ms-excel"},
- {".xlsb", "application/vnd.ms-excel.sheet.binary.macroEnabled.12"},
- {".xlsm", "application/vnd.ms-excel.sheet.macroEnabled.12"},
- {".xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},
- {".xlt", "application/vnd.ms-excel"},
- {".xltm", "application/vnd.ms-excel.template.macroEnabled.12"},
- {".xltx", "application/vnd.openxmlformats-officedocument.spreadsheetml.template"},
- {".xlw", "application/vnd.ms-excel"},
- {".xml", "text/xml"},
- {".xmta", "application/xml"},
- {".xof", "x-world/x-vrml"},
- {".XOML", "text/plain"},
- {".xpm", "image/x-xpixmap"},
- {".xps", "application/vnd.ms-xpsdocument"},
- {".xrm-ms", "text/xml"},
- {".xsc", "application/xml"},
- {".xsd", "text/xml"},
- {".xsf", "text/xml"},
- {".xsl", "text/xml"},
- {".xslt", "text/xml"},
- {".xsn", "application/octet-stream"},
- {".xss", "application/xml"},
- {".xtp", "application/octet-stream"},
- {".xwd", "image/x-xwindowdump"},
- {".z", "application/x-compress"},
- {".zip", "application/x-zip-compressed"},
- #endregion
- };
- #endregion
- /// <summary>
- /// 获取文件类型
- /// </summary>
- /// <param name="extension"></param>
- /// <returns></returns>
- public static string GetMimeType(string extension)
- {
- if (extension == null)
- {
- throw new ArgumentNullException("extension");
- }
- var lowerExt = extension.ToLower();
- var mime = "application/octet-stream";
- if (_mappings.ContainsKey(lowerExt))
- {
- mime = _mappings[lowerExt];
- }
- return mime;
- }
- }
- /// <summary>
- /// 签名算法
- /// </summary>
- public class SignatureHelper
- {
- /// <summary>
- /// 生成签名
- /// </summary>
- /// <param name="fileName"></param>
- /// <param name="isRechristen"></param>
- /// <returns>返回第一个是签名,第二个是地址</returns>
- public static Tuple<string, string> GetAuthorizationAsync(string fileName, bool isRechristen = true, string method = "put", List<KeyValuePair<string, string>> requestParams = null, List<KeyValuePair<string, string>> headers = null, bool isLast = false, bool isUpgradePackage = false)
- {
- var storageUrl = "";
- var authorization = "";
- var storageSettingsParam = ConfigurationManager.StorageSettings;
- if (storageSettingsParam == null)
- {
- return null;
- }
- var storageServer = ConfigurationManager.GetParammeter<StringParameter>("Storage", "StorageServer").Value;
- var serverType = storageServer == "VCS" ? StorageServerEnum.Vinno : StorageServerEnum.Tencent;
- //表示自建服务器
- var newFileName = string.Empty;
- if (!isRechristen)
- {
- newFileName = fileName;
- }
- else
- {
- newFileName = Guid.NewGuid().ToString("N").ToUpper(); ;
- if (fileName.Split('.').Length > 0)
- {
- newFileName += "." + fileName.Split('.')[(fileName.Split('.').Length - 1)];
- }
- else
- {
- newFileName += ".dat";
- }
- }
- if (StorageServerEnum.Vinno == serverType)
- {
- //storageUrl = storageSettingsParam.CFSServerUrl + "/" + DateTime.Now.ToString("yyyyMMdd") + "/" + newFileName;
- if (isUpgradePackage)
- {
- storageUrl = storageSettingsParam.CFSServerUrl + "/SystemUpgradePackage/" + newFileName;
- }
- else
- {
- storageUrl = storageSettingsParam.CFSServerUrl + "/" + DateTime.UtcNow.ToString("yyyyMMdd") + "/" + newFileName;
- }
- }
- else
- {
- storageUrl = storageSettingsParam.CFSServerUrl + "/" + newFileName;
- }
- authorization = GetStorageAuthorization(newFileName, serverType, method, requestParams, headers, isLast);
- return Tuple.Create<string, string>(authorization, storageUrl);
- }
- /// <summary>
- /// 权鉴 签名地址生成
- /// </summary>
- /// <param name="fileType">上传文件类型</param>
- /// <returns>输出文件签名</returns>
- public static string GetStorageAuthorization(string fileName, StorageServerEnum serverType, string method = "put", List<KeyValuePair<string, string>> _requestParams = null, List<KeyValuePair<string, string>> _headers = null, bool isLast = false)
- {
- var storageSettingsParam = ConfigurationManager.StorageSettings;
- if (storageSettingsParam == null)
- {
- return string.Empty;
- }
- var now = DateTimeOffset.Now;
- long startTimeStamp = 0;
- long endTimeStamp = 0;
- if (isLast)
- {
- startTimeStamp = now.AddDays(-1).ToUnixTimeSeconds();
- endTimeStamp = now.AddDays(2).ToUnixTimeSeconds();
- }
- else
- {
- startTimeStamp = now.ToUnixTimeSeconds();
- endTimeStamp = now.AddDays(1).ToUnixTimeSeconds();
- }
- var keyTime = $"{startTimeStamp};{endTimeStamp}";
- var signKey = HMACSHA1(storageSettingsParam.Sercret, keyTime);
- var urlParamListBuilder = new StringBuilder();
- var stringParamBuilder = new StringBuilder();
- var urlParamList = string.Empty;
- var httpParameters = string.Empty;
- if (_requestParams?.Count > 0)
- {
- _requestParams = _requestParams.OrderBy(c => c.Key).ToList();//TODO check
- foreach (var param in _requestParams)
- {
- var encodeKey = Encode(param.Key).ToLower();
- urlParamListBuilder.Append($"{encodeKey};");
- var encodeValue = Encode(param.Value);
- stringParamBuilder.Append($"{encodeKey}={encodeValue}&");
- }
- urlParamList = urlParamListBuilder.ToString();
- if (!string.IsNullOrEmpty(urlParamList))
- {
- urlParamList = urlParamList.TrimEnd(';');
- }
- httpParameters = stringParamBuilder.ToString();
- if (!string.IsNullOrEmpty(httpParameters))
- {
- httpParameters = httpParameters.TrimEnd('&');
- }
- }
- var httpHeaders = string.Empty;
- var headerListBuilder = new StringBuilder();
- var httpHeadersBuilder = new StringBuilder();
- var headerList = string.Empty;
- if (_headers?.Count > 0)
- {
- _headers = _headers.OrderBy(c => c.Key).ToList();//TODO check
- foreach (var param in _headers)
- {
- var encodeKey = Encode(param.Key).ToLower();
- headerListBuilder.Append($"{encodeKey};");
- var encodeValue = Encode(param.Value);
- httpHeadersBuilder.Append($"{encodeKey}={encodeValue}&");
- }
- headerList = headerListBuilder.ToString();
- if (!string.IsNullOrEmpty(headerList))
- {
- headerList = headerList.TrimEnd(';');
- }
- httpHeaders = httpHeadersBuilder.ToString();
- if (!string.IsNullOrEmpty(httpHeaders))
- {
- httpHeaders = httpHeaders.TrimEnd('&');
- }
- }
- //Generatet HttpString
- string httpString = string.Format($"{method}\n/{fileName}\n{httpParameters}\n{httpHeaders}\n");
- //Generate StringToSign
- string stringToSign = string.Format("sha1\n{0}\n{1}\n", keyTime, SHA1Format(httpString));
- //Generate Signature
- var signature = "";
- if (serverType == StorageServerEnum.Vinno)
- {
- var newStringToSign = MD5.GetHashString(stringToSign, Encoding.UTF8).ToLower();
- signature = HMACSHA1(signKey, newStringToSign);
- }
- else
- {
- signature = HMACSHA1(signKey, stringToSign);
- }
- var authorization = $"q-sign-algorithm=sha1&q-ak={storageSettingsParam.AppId}&q-sign-time={keyTime}&q-key-time={keyTime}&q-header-list={headerList}&q-url-param-list={urlParamList}&q-signature={signature}";
- return authorization;
- }
- /// <summary>
- /// 权鉴 签名地址生成
- /// </summary>
- /// <param name="fileType">上传文件类型</param>
- /// <returns>输出文件签名</returns>
- public static string GetStorageCopyAuthorization(string fileName, StorageServerEnum serverType, List<KeyValuePair<string, string>> _headers = null)
- {
- var storageSettingsParam = ConfigurationManager.StorageSettings;
- if (storageSettingsParam == null)
- {
- return string.Empty;
- }
- var now = DateTimeOffset.Now;
- long startTimeStamp = now.ToUnixTimeSeconds();
- long endTimeStamp = now.AddDays(1).ToUnixTimeSeconds();
- var keyTime = $"{startTimeStamp};{endTimeStamp}";
- var signKey = HMACSHA1(storageSettingsParam.Sercret, keyTime);
- var headerListBuilder = new StringBuilder();
- var httpHeadersBuilder = new StringBuilder();
- var headerList = string.Empty;
- var httpHeaders = string.Empty;
- if (_headers?.Count > 0)
- {
- _headers = _headers.OrderBy(c => c.Key).ToList();//TODO check
- foreach (var param in _headers)
- {
- var encodeKey = Encode(param.Key).ToLower();
- headerListBuilder.Append($"{encodeKey};");
- var encodeValue = Encode(param.Value);
- httpHeadersBuilder.Append($"{encodeKey}={encodeValue}&");
- }
- headerList = headerListBuilder.ToString();
- if (!string.IsNullOrEmpty(headerList))
- {
- headerList = headerList.TrimEnd(';');
- }
- httpHeaders = httpHeadersBuilder.ToString();
- if (!string.IsNullOrEmpty(httpHeaders))
- {
- httpHeaders = httpHeaders.TrimEnd('&');
- }
- }
- var httpParameters = string.Empty;
- //Generatet HttpString
- string httpString = string.Format($"put\n/{fileName}\n{httpParameters}\n{httpHeaders}\n");
- //Generate StringToSign
- string stringToSign = string.Format("sha1\n{0}\n{1}\n", keyTime, SHA1Format(httpString));
- //Generate Signature
- var signature = "";
- if (serverType == StorageServerEnum.Vinno)
- {
- var newStringToSign = MD5.GetHashString(stringToSign, Encoding.UTF8).ToLower();
- signature = HMACSHA1(signKey, newStringToSign);
- }
- else
- {
- signature = HMACSHA1(signKey, stringToSign);
- }
- var authorization = $"q-sign-algorithm=sha1&q-ak={storageSettingsParam.AppId}&q-sign-time={keyTime}&q-key-time={keyTime}&q-header-list={headerList}&q-url-param-list=&q-signature={signature}";
- return authorization;
- }
- /// <summary>
- /// 生成其他节点配置列表
- /// </summary>
- /// <param name="config">请求参数<param>
- /// <returns>节点列表</returns>
- public static List<string> GetOtherCloudStorageNodeList(string config)
- {
- var result = new List<string>();
- var storageSettingsParam = ConfigurationManager.StorageSettings;
- if (storageSettingsParam == null)
- {
- return result;
- }
- var storageServer = ConfigurationManager.GetParammeter<StringParameter>("Storage", "StorageServer").Value;
- var serverType = storageServer == "VCS" ? StorageServerEnum.Vinno : StorageServerEnum.Tencent;
- if (!string.IsNullOrEmpty(config) && config.Split(';').Length > 1)
- {
- var tempList = config.Split(';');
- foreach (var item in tempList)
- {
- if (!string.IsNullOrEmpty(item) && item.Split('|').Length > 1)
- {
- var bucket = item.Split('|')[0];
- var storageNode = item.Split('|')[1];
- var storageUrl = "";
- if (StorageServerEnum.Vinno == serverType)
- {
- var secondDomain = bucket + "." + storageServer + "." + storageNode;
- storageUrl = storageSettingsParam.CFSServerUrl + "/" + secondDomain + "/" + DateTime.Now.ToString("yyyyMMdd");
- }
- else
- {
- var secondDomain = bucket + "." + storageServer.ToLower() + "." + storageNode;
- storageUrl = secondDomain + ".myqcloud.com";
- }
- result.Add(storageUrl);
- }
- }
- }
- return result;
- }
- /// <summary>
- /// 加密算法
- /// </summary>
- /// <param name="content">请求参数<param>
- /// <returns>加密结果</returns>
- private static string SHA1Format(string content)
- {
- var sha1 = SHA1.Create();
- byte[] c = Encoding.Default.GetBytes(content);
- byte[] sc = sha1.ComputeHash(c);
- StringBuilder sb = new StringBuilder("");
- foreach (byte b in sc)
- {
- sb.AppendFormat("{0:x2}", b);
- }
- return sb.ToString();
- }
- /// <summary>
- /// 加密算法
- /// </summary>
- /// <param name="secret">秘钥</param>
- /// <param name="content"></param>
- /// <returns>上传生成结果对象</returns>
- private static string HMACSHA1(string secret, string content)
- {
- byte[] keyByte = Encoding.Default.GetBytes(secret);
- HMACSHA1 hmacsha1 = new HMACSHA1(keyByte);
- byte[] messageBytes = Encoding.Default.GetBytes(content);
- byte[] hashmessage = hmacsha1.ComputeHash(messageBytes);
- StringBuilder sb = new StringBuilder("");
- foreach (byte b in hashmessage)
- {
- sb.AppendFormat("{0:x2}", b);
- }
- return sb.ToString();
- }
- /// <summary>
- /// 编码
- /// </summary>
- /// <param name="value"></param>
- /// <returns>编码结果</returns>
- public static string Encode(string value)
- {
- return Encode(value, Encoding.UTF8);
- }
- /// <summary>
- /// 针对单个value,则只需满足 URLAllowChars 不需要编码即可
- /// urlEncode: 转为一个byte -> 转为两个16进制 -> 前面加上 %
- /// </summary>
- /// <param name="value"></param>
- /// <param name="encoding"></param>
- /// <returns></returns>
- public static string Encode(string value, Encoding encoding)
- {
- //只有字母和数字[0-9a-zA-Z]、一些特殊符串_.!*~',以及某些保留字,才可以不经过编码直接用于URL地址
- string URLAllowChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.~";
- if (String.IsNullOrEmpty(value))
- {
- return String.Empty;
- }
- // %xy%xy
- // %xy%xy
- StringBuilder result = new StringBuilder(value.Length * 2);
- byte[] strToBytes = encoding.GetBytes(value);
- foreach (byte b in strToBytes)
- {
- char ch = (char)b;
- if (URLAllowChars.IndexOf(ch) != -1)
- {
- result.Append(ch);
- }
- else
- {
- result.Append('%').Append(String.Format(CultureInfo.InvariantCulture, "{0:X2}", (int)b));
- }
- }
- return result.ToString();
- }
- /// <summary>
- /// 对象转XML字符串
- /// </summary>
- public static string XMLSerialize<T>(T t)
- {
- System.Text.StringBuilder sb = new System.Text.StringBuilder();
- XmlSerializer ser = new XmlSerializer(typeof(T));
- using (TextWriter write = new StringWriter(sb))
- {
- ser.Serialize(write, t);
- }
- return sb.ToString();
- }
- /// <summary>
- /// 反序列化
- /// </summary>
- /// <typeparam name="T"></typeparam>
- /// <param name="str"></param>
- /// <param name="encode"></param>
- /// <returns></returns>
- public static T DeserializeXML<T>(byte[] byteData) where T : class
- {
- T result = null;
- try
- {
- using (MemoryStream input = new MemoryStream(byteData))
- {
- XmlSerializer serializer = new XmlSerializer(typeof(T));
- result = serializer.Deserialize(input) as T;
- }
- }
- catch (Exception ex)
- {
- Console.WriteLine(ex.Message);
- }
- return result;
- }
- /// <summary>
- /// 反序列化
- /// </summary>
- /// <typeparam name="T"></typeparam>
- /// <param name="str"></param>
- /// <param name="encode"></param>
- /// <returns></returns>
- public static T DeserializeXML<T>(string xmlString) where T : class
- {
- T result = null;
- try
- {
- XmlSerializer serializer = new XmlSerializer(typeof(T));
- using (StringReader reader = new StringReader(xmlString))
- {
- result = (T)serializer.Deserialize(reader);
- }
- }
- catch (Exception ex)
- {
- Console.WriteLine(ex.Message);
- }
- return result;
- }
- }
- }
|