Package net.jalbum.remotefs.sftp


package net.jalbum.remotefs.sftp
  • Classes
    Class
    Description
    SFTP implementation of RemoteFS interface.
    Adapter class to adapt external component JSCH to RemoteFS interface.
    See http://www.jcraft.com/jsch/index.html
    Only SFTP capabilities of JSCH are used by this adapter.

    During an SFTP connection, UTF-8 is always used for data transfer.
     
    Custom UserInfo class.
    Sftp implementation of RemoteFile.
    Adapts JSCH's result of file-listing to RemoteFile class.

    Delays parsing of unix-line until an attribute (except name) is requested.