Class SFTPFile


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

      • SFTPFile

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

      • 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()