Uses of Class
com.sshtools.sftp.SftpFileAttributes

Packages that use SftpFileAttributes
com.sshtools.sftp This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. 
com.sshtools.sftp.fallback   
com.sshtools.sftp.subsystem   
 

Uses of SftpFileAttributes in com.sshtools.sftp
 

Methods in com.sshtools.sftp that return SftpFileAttributes
 SftpFileAttributes AbstractSftpClient.get(String path)
           
 SftpFileAttributes SftpClient.get(String path)
           Download the remote file to the local computer
 SftpFileAttributes AbstractSftpClient.get(String path, boolean resume)
           
 SftpFileAttributes SftpClient.get(String path, boolean resume)
           Download the remote file to the local computer
 SftpFileAttributes AbstractSftpClient.get(String path, FileTransferProgress progress)
           
 SftpFileAttributes SftpClient.get(String path, FileTransferProgress progress)
           Download the remote file to the local computer.
 SftpFileAttributes AbstractSftpClient.get(String path, FileTransferProgress progress, boolean resume)
           
 SftpFileAttributes SftpClient.get(String path, FileTransferProgress progress, boolean resume)
           Download the remote file to the local computer.
 SftpFileAttributes AbstractSftpClient.get(String remote, OutputStream local)
           
 SftpFileAttributes SftpClient.get(String remote, OutputStream local)
          Download the remote file into an OutputStream.
 SftpFileAttributes AbstractSftpClient.get(String remote, OutputStream local, FileTransferProgress progress)
           
 SftpFileAttributes SftpClient.get(String remote, OutputStream local, FileTransferProgress progress)
           Download the remote file writing it to the specified OutputStream.
 SftpFileAttributes AbstractSftpClient.get(String remote, OutputStream out, FileTransferProgress progress, long position)
           
 SftpFileAttributes SftpClient.get(String remote, OutputStream local, FileTransferProgress progress, long position)
           Download the remote file writing it to the specified OutputStream.
 SftpFileAttributes AbstractSftpClient.get(String remote, OutputStream local, long position)
           
 SftpFileAttributes SftpClient.get(String remote, OutputStream local, long position)
          Download the remote file into an OutputStream.
 SftpFileAttributes AbstractSftpClient.get(String remote, String local)
           
 SftpFileAttributes SftpClient.get(String remote, String local)
          Download the remote file into the local file.
 SftpFileAttributes AbstractSftpClient.get(String remote, String local, boolean resume)
           
 SftpFileAttributes SftpClient.get(String remote, String local, boolean resume)
          Download the remote file into the local file.
 SftpFileAttributes AbstractSftpClient.get(String remote, String local, FileTransferProgress progress)
           
 SftpFileAttributes SftpClient.get(String remote, String local, FileTransferProgress progress)
           Download the remote file to the local computer.
 SftpFileAttributes AbstractSftpClient.get(String remote, String local, FileTransferProgress progress, boolean resume)
           
 SftpFileAttributes SftpClient.get(String remote, String local, FileTransferProgress progress, boolean resume)
           Download the remote file to the local computer.
 SftpFileAttributes SftpFile.getAttributes()
          Get the files attributes.
protected abstract  SftpFileAttributes AbstractSftpClient.getAttributes(String file)
           
protected abstract  SftpFileAttributes AbstractSftpClient.performDownload(String remote, OutputStream out, FileTransferProgress progress, long position)
           
 SftpFileAttributes AbstractSftpClient.stat(String path)
           
 SftpFileAttributes SftpClient.stat(String path)
           Returns the attributes of the file from the remote computer.
 

Methods in com.sshtools.sftp with parameters of type SftpFileAttributes
static String AbstractSftpClient.formatLongname(SftpFileAttributes attrs, String filename)
          Format a String with the details of the file.
protected abstract  void AbstractSftpClient.makeDirectory(String path, SftpFileAttributes attrs)
           
 void SftpClient.setAttributes(String path, SftpFileAttributes attrs)
           Updates a file's attributes.
 

Constructors in com.sshtools.sftp with parameters of type SftpFileAttributes
SftpFile(String path, SftpFileAttributes attrs, SftpClient sftp)
          Creates a new SftpFile object.
 

Uses of SftpFileAttributes in com.sshtools.sftp.fallback
 

Methods in com.sshtools.sftp.fallback that return SftpFileAttributes
protected  SftpFileAttributes ScpFallbackImpl.getAttributes(String file)
           
protected  SftpFileAttributes ScpFallbackImpl.performDownload(String remote, OutputStream local, FileTransferProgress progress, long position)
           
 

Methods in com.sshtools.sftp.fallback with parameters of type SftpFileAttributes
protected  void ScpFallbackImpl.makeDirectory(String dir, SftpFileAttributes attrs)
           
 void ScpFallbackImpl.setAttributes(String file, SftpFileAttributes attrs)
           
 

Uses of SftpFileAttributes in com.sshtools.sftp.subsystem
 

Methods in com.sshtools.sftp.subsystem that return SftpFileAttributes
 SftpFileAttributes SftpSubsystemChannel.getAttributes(SftpFile file)
          Get the attributes of a file.
 SftpFileAttributes SftpSubsystemChannel.getAttributes(String path)
          Get the attributes of a file.
protected  SftpFileAttributes SftpClientImpl.getAttributes(String file)
           
protected  SftpFileAttributes SftpClientImpl.performDownload(String remote, OutputStream local, FileTransferProgress progress, long position)
           
 

Methods in com.sshtools.sftp.subsystem with parameters of type SftpFileAttributes
 void SftpSubsystemChannel.makeDirectory(String path, SftpFileAttributes attrs)
          Make a directory.
protected  void SftpClientImpl.makeDirectory(String dir, SftpFileAttributes attrs)
           
 SftpFile SftpSubsystemChannel.openFile(String absolutePath, int flags, SftpFileAttributes attrs)
          Open a file.
 void SftpSubsystemChannel.setAttributes(SftpFile file, SftpFileAttributes attrs)
          Sets the attributes of a file.
 void SftpSubsystemChannel.setAttributes(String path, SftpFileAttributes attrs)
          Sets the attributes of a file.
 void SftpClientImpl.setAttributes(String file, SftpFileAttributes attrs)
           
 



Copyright © 2012. All Rights Reserved.