Interface SftpRemoteFile<T>

All Known Implementing Classes:
SftpRemoteFileJCraft, SftpRemoteFileSingle

public interface SftpRemoteFile<T>
A remote file when using SFTP.
  • Method Details

    • getRemoteFile

      T getRemoteFile()
      Gets the remote file object.
    • getFilename

      String getFilename()
      The file name
    • getLongname

      String getLongname()
      The long file name
    • isDirectory

      boolean isDirectory()
      Whether its a directory
    • getFileLength

      long getFileLength()
      The file size
    • getLastModified

      long getLastModified()
      The file modification timestamp (in millis)