Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for puts (0.13 sec)

  1. src/test/java/jcifs/tests/ContextConfigTest.java

        @Test
        // #324
        public void testDefaultCredentials() throws CIFSException
        {
            Properties props = new Properties();
            props.put("jcifs.smb.client.domain", "my-domain");
            props.put("jcifs.smb.client.username", "my-default-user-id");
            props.put("jcifs.smb.client.password", "my-default-password");
    
            CIFSContext auth = new BaseContext(new PropertyConfiguration(props));
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 9.9K bytes
    - Viewed (0)
Back to top