Package com.logicaldoc.importfolder.sftp
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getLastModified()
String
getName()
String
getPath()
long
getSize()
com.jcraft.jsch.ChannelSftp.LsEntry
getWrappedEntry()
boolean
isDirectory()
-
-
-
Constructor Detail
-
SFTPFile
public SFTPFile(String path, com.jcraft.jsch.ChannelSftp.LsEntry wrappedEntry)
-
-