Uses of Class
com.maverick.sshd.SftpFile

Packages that use SftpFile
com.maverick.sshd This package contains the base implementation of the SSH server. 
com.maverick.sshd.platform This package contains the interfaces that are required to be implemented to create an SSH server implementation. 
com.maverick.sshd.vfs This package contains a Virtual File System which implements a platform independent version of the NativeFileSystemProvider. 
 

Uses of SftpFile in com.maverick.sshd
 

Methods in com.maverick.sshd with parameters of type SftpFile
static java.lang.String SftpSubsystem.formatLongname(SftpFile file)
          Format a String with the details of the file.
 

Uses of SftpFile in com.maverick.sshd.platform
 

Methods in com.maverick.sshd.platform that return SftpFile
 SftpFile[] FileSystem.readDirectory(byte[] handle)
           Read the contents of a directory.
 SftpFile FileSystem.readSymbolicLink(java.lang.String path)
          Read the target location of a symbolic link.
 

Uses of SftpFile in com.maverick.sshd.vfs
 

Methods in com.maverick.sshd.vfs that return SftpFile
 SftpFile[] VirtualFileSystem.readDirectory(byte[] handle)
           
 SftpFile VirtualFileSystem.readSymbolicLink(java.lang.String path)
           
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.