Uses of Class com.sshtools.j2ssh.sftp.FileAttributes

Uses in package com.sshtools.j2ssh.sftp

Constructors with parameter type com.sshtools.j2ssh.sftp.FileAttributes

SftpFile.SftpFile(String absolutePath, FileAttributes attrs)
Creates a new SftpFile object.
Creates a new SshFxpAttrs object.
Creates a new SshFxpFSetStat object.
Creates a new SshFxpMkdir object.
Creates a new SshFxpSetStat object.

Methods with parameter type com.sshtools.j2ssh.sftp.FileAttributes

SftpFile
SftpSubsystemClient.openFile(String absolutePath, int flags, FileAttributes attrs)
void
void

Methods with return type com.sshtools.j2ssh.sftp.FileAttributes

FileAttributes
FileAttributes
FileAttributes
FileAttributes
FileAttributes
FileAttributes
FileAttributes
FileAttributes

Uses in package com.sshtools.daemon.platform

Methods with parameter type com.sshtools.j2ssh.sftp.FileAttributes

byte[]
void
void

Methods with return type com.sshtools.j2ssh.sftp.FileAttributes

FileAttributes
FileAttributes

Uses in package com.sshtools.daemon.vfs

Methods with parameter type com.sshtools.j2ssh.sftp.FileAttributes

byte[]
void
void

Methods with return type com.sshtools.j2ssh.sftp.FileAttributes

FileAttributes
FileAttributes

Uses in package com.sshtools.j2ssh

Methods with return type com.sshtools.j2ssh.sftp.FileAttributes

FileAttributes
SftpClient.get(String path)
FileAttributes
SftpClient.get(String remote, OutputStream local)
FileAttributes
SftpClient.get(String remote, OutputStream local, FileTransferProgress progress)
Download the remote file writing it to the specified OutputStream.
FileAttributes
SftpClient.get(String remote, String local)
FileAttributes
SftpClient.get(String remote, String local, FileTransferProgress progress)
Download the remote file to the local computer.
FileAttributes
SftpClient.get(String path, FileTransferProgress progress)
Download the remote file to the local computer.
FileAttributes
SftpClient.stat(String path)
Returns the attributes of the file from the remote computer.

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.