Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for network1 (0.04 sec)

  1. README.md

    ## Supported Protocols and Formats
    
    ### Protocols
    - **HTTP/HTTPS**: Full web crawling support with cookies, authentication, redirects
    - **File System**: Local and network file system access
    - **FTP**: FTP server crawling with authentication
    - **SMB/CIFS**: Windows network shares
    - **Storage**: Cloud storage systems (MinIO, S3-compatible)
    
    ### Content Formats
    
    #### Office Documents
    - Microsoft Office (Word, Excel, PowerPoint)
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Aug 31 05:32:52 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.ntf"/>
        <glob pattern="*.nitf"/>
      </mime-type>
    
      <mime-type type="image/png">
        <acronym>PNG</acronym>
        <_comment>Portable Network Graphics</_comment>
        <magic priority="50">
          <match value="\x89PNG\x0d\x0a\x1a\x0a" type="string" offset="0"/>
        </magic>
        <glob pattern="*.png"/>
      </mime-type>
    
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top