Secure iNet Factory

Uses of Class
com.jscape.inet.sftp.packets.SftpFileAttributes

Packages that use SftpFileAttributes
com.jscape.inet.sftp   
com.jscape.inet.sftp.packets   
com.jscape.inet.sftp.v2   
com.jscape.inet.sftp.v3   
com.jscape.inet.sftp.v4   
 

Uses of SftpFileAttributes in com.jscape.inet.sftp
 

Methods in com.jscape.inet.sftp that return SftpFileAttributes
 SftpFileAttributes SftpClient.fstat(byte[] handle)
          Obtains the remote file attributes.
 SftpFileAttributes SftpClient.lstat(java.lang.String path)
          Obtains the link target attributes.
 SftpFileAttributes SftpClient.stat(java.lang.String path)
          Obtains the remote file attributes.
 

Methods in com.jscape.inet.sftp with parameters of type SftpFileAttributes
 JFile SftpClient.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 void SftpClient.mkdir(java.lang.String path, SftpFileAttributes attrs)
          Creates a new directory.
 byte[] SftpClient.open(java.lang.String path, JFileOpenFlags flags, JAcl.Mask accessType, SftpFileAttributes attrs)
          Opens or creates the file.
 void SftpClient.setFstat(byte[] handle, SftpFileAttributes attrs)
          Setups the remote file attributes.
 void SftpClient.setStat(java.lang.String path, SftpFileAttributes attrs)
          Setups the remote file attributes.
 

Uses of SftpFileAttributes in com.jscape.inet.sftp.packets
 

Methods in com.jscape.inet.sftp.packets that return SftpFileAttributes
static SftpFileAttributes SftpFileAttributes.forFile(JFile file)
          Obtains the file attributes for the specified file.
 SftpFileAttributes SftpName.getAttrs()
          Obtains the file attributes.
 SftpFileAttributes SshFxpFsetstat.getAttrs()
          Obtains the file attributes.
 SftpFileAttributes SshFxpMkdir.getAttrs()
          Obtains the directory attributes.
 SftpFileAttributes SshFxpOpen.getAttrs()
          Obtains the file attributes.
 SftpFileAttributes SshFxpSetstat.getAttrs()
          Obtains the file attributes.
static SftpFileAttributes SftpFileAttributes.readFrom(java.io.InputStream in, java.lang.String charset)
          Reads the file attributes from the stream.
 

Constructors in com.jscape.inet.sftp.packets with parameters of type SftpFileAttributes
SftpName(byte[] fileName, byte[] longName, SftpFileAttributes attrs)
          Creates a new file name instance.
SshFxpFsetstat(byte[] handle, SftpFileAttributes attrs)
          Creates a new packet instance.
SshFxpMkdir(java.lang.String path, SftpFileAttributes attrs)
          Creates a new packet instance.
SshFxpOpen(java.lang.String path, JFileOpenFlags flags, JAcl.Mask accessType, SftpFileAttributes attrs)
          Creates a new packet instance.
SshFxpSetstat(java.lang.String path, SftpFileAttributes attrs)
          Creates a new packet instance.
 

Uses of SftpFileAttributes in com.jscape.inet.sftp.v2
 

Methods in com.jscape.inet.sftp.v2 with parameters of type SftpFileAttributes
 JFile SftpClient2.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 

Uses of SftpFileAttributes in com.jscape.inet.sftp.v3
 

Methods in com.jscape.inet.sftp.v3 with parameters of type SftpFileAttributes
 JFile SftpClient3.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 

Uses of SftpFileAttributes in com.jscape.inet.sftp.v4
 

Methods in com.jscape.inet.sftp.v4 that return SftpFileAttributes
 SftpFileAttributes SftpClient4.fstat(byte[] handle)
          Obtains the remote file attributes.
 SftpFileAttributes SftpClient4.lstat(java.lang.String path)
          Obtains the link target attributes.
 SftpFileAttributes SftpClient4.stat(java.lang.String path)
          Obtains the remote file attributes.
 

Methods in com.jscape.inet.sftp.v4 with parameters of type SftpFileAttributes
 JFile SftpClient4.getFile(JFile parent, java.lang.String child, SftpFileAttributes attrs)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 void SftpClient4.mkdir(java.lang.String path, SftpFileAttributes attrs)
          Creates a new directory.
 byte[] SftpClient4.open(java.lang.String path, JFileOpenFlags flags, JAcl.Mask accessType, SftpFileAttributes attrs)
          Opens or creates the file.
 void SftpClient4.setFstat(byte[] handle, SftpFileAttributes attrs)
          Setups the remote file attributes.
 void SftpClient4.setStat(java.lang.String path, SftpFileAttributes attrs)
          Setups the remote file attributes.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved