Class SMB3File

java.lang.Object
com.logicaldoc.importfolder.smb3.SMB3File

public class SMB3File extends Object
Represents a file in the SMB2/3 protocol
Since:
8.2.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • SMB3File

      public SMB3File(String path, String name, com.hierynomus.msfscc.fileinformation.FileAllInformation wrappedEntry)
  • Method Details

    • getPath

      public String getPath()
    • getWrappedEntry

      public com.hierynomus.msfscc.fileinformation.FileAllInformation getWrappedEntry()
    • isDirectory

      public boolean isDirectory()
    • getName

      public String getName()
    • getSize

      public long getSize()
    • getLastModified

      public Date getLastModified()
    • getCreation

      public Date getCreation()