Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forHostPath (0.11 sec)

  1. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

                    sambaContainer = new GenericContainer<>(IMAGE_NAME).withExposedPorts(NETBIOS_PORT, SMB_PORT)
                            .withCopyFileToContainer(MountableFile.forHostPath(tempDir.resolve("public")), "/share/public")
                            .withCopyFileToContainer(MountableFile.forHostPath(tempDir.resolve("shared")), "/share/shared")
                            .withCommand("-u", USERNAME + ";" + PASSWORD, "-s", "public;/share/public;yes;no;yes;all;;all;all", "-s",
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top