{"id":358,"date":"2017-06-11T13:27:03","date_gmt":"2017-06-11T05:27:03","guid":{"rendered":"http:\/\/dingqs.imwork.net\/?p=358"},"modified":"2017-06-11T13:27:03","modified_gmt":"2017-06-11T05:27:03","slug":"java-smb%e8%8e%b7%e5%8f%96%e8%bf%9c%e7%a8%8b%e5%85%b1%e4%ba%ab%e6%96%87%e4%bb%b6%e5%a4%b9","status":"publish","type":"post","link":"https:\/\/www.dd-home.top\/?p=358","title":{"rendered":"Java smb\/\u83b7\u53d6\u8fdc\u7a0b\u5171\u4eab\u6587\u4ef6\u5939"},"content":{"rendered":"<p><!--more--><\/p>\n<p>1.\u8fdc\u7a0b\u6587\u4ef6\u5939\u4e0d\u9700\u8981\u7528\u6237\u540d\u548c\u5bc6\u7801<\/p>\n<pre lang=\"java\">public static void main(String[]args) throws Exception {\n\t\n\t\tSystem.setProperty(\"jcifs.smb.client.dfs.disabled\", \"true\");\n\t       \n\t\tSmbFile file = new SmbFile(\"smb:\/\/192.168.66.133\/Share\/\");\n\t\t\n\t\tSmbFile[] files=file.listFiles();\n\t\tfor (SmbFile smbFile : files) {\n\t\t\tSystem.out.println(smbFile.getName());\n\t\t}\n\t\t\n\t\tString [] ss=file.list();\n\t\tfor (String string : ss) {\n\t\t\tSystem.out.println(string);\n\t\t}\n\t}\n<\/pre>\n<p>2.\u8fdc\u7a0b\u6587\u4ef6\u5939\u9700\u8981\u7528\u6237\u540d\u548c\u5bc6\u7801<\/p>\n<pre lang=\"java\">UniAddress dc = UniAddress.getByName(\"ip\u5730\u5740\");  \nNtlmPasswordAuthentication authentication = new NtlmPasswordAuthentication(\"\", \"\", \"\");  \nSmbSession.logon(dc, authentication);  \nSmbFile file = new SmbFile(\"\u5730\u5740\",  authentication);  \n<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-358","post","type-post","status-publish","format-standard","hentry","category-java"],"_links":{"self":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/358","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=358"}],"version-history":[{"count":0,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/358\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=358"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=358"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}