|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SftpFileAttributes | |
com.maverick.sftp | The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections. |
com.sshtools.sftp | This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. |
Uses of SftpFileAttributes in com.maverick.sftp |
Methods in com.maverick.sftp that return SftpFileAttributes | |
SftpFileAttributes |
SftpSubsystemChannel.getAttributes(java.lang.String path)
Get the attributes of a file. |
SftpFileAttributes |
SftpSubsystemChannel.getAttributes(SftpFile file)
Get the attributes of a file. |
SftpFileAttributes |
SftpFile.getAttributes()
Get the files attributes. |
Methods in com.maverick.sftp with parameters of type SftpFileAttributes | |
void |
SftpSubsystemChannel.setAttributes(java.lang.String path,
SftpFileAttributes attrs)
Sets the attributes of a file. |
void |
SftpSubsystemChannel.setAttributes(SftpFile file,
SftpFileAttributes attrs)
Sets the attributes of a file. |
SftpFile |
SftpSubsystemChannel.openFile(java.lang.String absolutePath,
int flags,
SftpFileAttributes attrs)
Open a file. |
void |
SftpSubsystemChannel.makeDirectory(java.lang.String path,
SftpFileAttributes attrs)
Make a directory. |
Constructors in com.maverick.sftp with parameters of type SftpFileAttributes | |
SftpFile(java.lang.String path,
SftpFileAttributes attrs)
Creates a new SftpFile object. |
Uses of SftpFileAttributes in com.sshtools.sftp |
Methods in com.sshtools.sftp that return SftpFileAttributes | |
SftpFileAttributes |
SftpClient.get(java.lang.String path,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String path,
FileTransferProgress progress,
boolean resume)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String path,
boolean resume)
Download the remote file to the local computer |
SftpFileAttributes |
SftpClient.get(java.lang.String path)
Download the remote file to the local computer |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
FileTransferProgress progress,
boolean resume)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
boolean resume)
Download the remote file into the local file. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local)
Download the remote file into the local file. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
FileTransferProgress progress)
Download the remote file writing it to the specified OutputStream . |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
FileTransferProgress progress,
long position)
Download the remote file writing it to the specified OutputStream . |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
long position)
Download the remote file into an OutputStream. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local)
Download the remote file into an OutputStream. |
SftpFileAttributes |
SftpClient.stat(java.lang.String path)
Returns the attributes of the file from the remote computer. |
Methods in com.sshtools.sftp with parameters of type SftpFileAttributes | |
static java.lang.String |
SftpClient.formatLongname(SftpFileAttributes attrs,
java.lang.String filename)
Format a String with the details of the file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |