谁能帮我把文件从共享文件夹复制到本地驱动器?我的代码是:importjcifs.smb.NtlmPasswordAuthentication;importjcifs.smb.SmbFile;importjcifs.smb.SmbFileInputStream;importjcifs.smb.SmbFileOutputStream;;publicclasssmb{/***@paramargs*@throwsIOException*/publicstaticvoidmain(String[]args)throwsIOException{//TODOAuto-generatedmethods