Performance: Very slow file copying to Windows network using JCIF
问题 I'm trying to copy a file from my local machine to Shared folder in a windows server. This is the function which I used. public static void copyFileUsingJcifs(final String domain, final String userName, final String password, final String sourcePath, final String destinationPath) throws IOException { final NtlmPasswordAuthentication auth = new NtlmPasswordAuthentication(domain, userName, password); final SmbFile sFile = new SmbFile(destinationPath, auth); final SmbFileOutputStream