Interface WriteMode

    • Method Detail

      • fileOpenMode

        com.hierynomus.mssmb2.SMB2CreateDisposition fileOpenMode()
        What's the mode for opening the file.
        Returns:
        one of (probably) FILE_CREATE, FILE_OPEN_IF, FILE_OVERWRITE_IT depend on the type of operation you want to do.
      • getOutputStream

        java.io.OutputStream getOutputStream​(com.hierynomus.smbj.share.File smbFile)