Class SFTPFile

java.lang.Object
com.logicaldoc.importfolder.sftp.SFTPFile

public class SFTPFile extends Object
Represents a file in the SFTP protocol
Since:
8.0
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • SFTPFile

      public SFTPFile(String path, com.jcraft.jsch.ChannelSftp.LsEntry wrappedEntry)
  • Method Details

    • getPath

      public String getPath()
    • getWrappedEntry

      public com.jcraft.jsch.ChannelSftp.LsEntry getWrappedEntry()
    • isDirectory

      public boolean isDirectory()
    • getName

      public String getName()
    • getSize

      public long getSize()
    • getLastModified

      public Date getLastModified()