Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withCopyFileToContainer (0.06 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java

            sambaServer = new GenericContainer<>(IMAGE_NAME).withExposedPorts(139, 445)//
                    .withCopyFileToContainer(mountablePublic, "/share")//
                    .withCopyFileToContainer(mountableUsers, "/srv")
                    .withCopyFileToContainer(mountableTestuser1, "/testuser1")//
                    .withCopyFileToContainer(mountableTestuser2, "/testuser2")//
                    .withCommand(//
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Sep 06 04:15:37 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  2. 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")
    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