Class ScpFile


  • public class ScpFile
    extends Object
    SFTP remote file operations
    • Constructor Detail

      • ScpFile

        public ScpFile()
    • Method Detail

      • header

        public String header()
      • isDirectory

        public boolean isDirectory()
      • setDirectory

        public void setDirectory​(boolean directory)
      • getAttrs

        public int getAttrs()
      • setAttrs

        public void setAttrs​(int attrs)
      • getLength

        public int getLength()
      • setLength

        public void setLength​(int length)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getParent

        public String getParent()
      • setParent

        public void setParent​(String parent)