Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for name (0.14 sec)

  1. src/main/java/jcifs/smb/SmbFile.java

     * <td>
     * The server name may also be a DNS name as it is in this example. See
     * <a href="../../../resolver.html">Setting Name Resolution Properties</a>
     * for details.
     * </td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>smb://192.168.1.15/ADMIN$/</code></td>
     * <td>
     * The server name may also be an IP address. See <a
     * href="../../../resolver.html">Setting Name Resolution Properties</a>
     * for details.
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

        }
    
    
        void ssn139 () throws IOException {
            CIFSContext tc = this.transportContext;
            Name calledName = new Name(tc.getConfig(), this.address.firstCalledName(), 0x20, null);
            do {
                this.socket = new Socket();
                if ( this.localAddr != null )
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbSessionImpl.java

                            /*
                             * Some pipes may require that the hostname in the tree connect
                             * be the netbios name. So if we have the netbios server name
                             * from the NTLMSSP type 2 message, and the share is IPC$, we
                             * assert that the tree connect path uses the netbios hostname.
                             */
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top