Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for May (0.13 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
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbSessionImpl.java

                        if ( this.netbiosName != null && tcax.getPath().endsWith("\\IPC$") ) {
                            /*
                             * 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
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top