Secure FTP Factory

Uses of Class
com.jscape.inet.file.JAcl.Mask

Packages that use JAcl.Mask
com.jscape.inet.file Contains various support classes for SFTP (FTP over SSH) protocol. 
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
 

Uses of JAcl.Mask in com.jscape.inet.file
 

Methods in com.jscape.inet.file that return JAcl.Mask
 JAcl.Mask JAcl.getMask()
          Returns the ACL mask value.
 

Methods in com.jscape.inet.file with parameters of type JAcl.Mask
 JRandomAccessFile JFile.getRandomAccessFile(JFileOpenFlags openFlags, JAcl.Mask accessType)
          Provides access to the file contents returning a new JRandomAccessFile instance.
 

Constructors in com.jscape.inet.file with parameters of type JAcl.Mask
JAcl(JAcl.Type type, JAcl.Flag flag, JAcl.Mask mask, java.lang.String who)
           
 

Uses of JAcl.Mask in com.jscape.inet.sftp
 

Methods in com.jscape.inet.sftp with parameters of type JAcl.Mask
 JRandomAccessFile SftpFile.getRandomAccessFile(JFileOpenFlags openFlags, JAcl.Mask accessType)
          Provides access to the file contents returning a new JRandomAccessFile instance.
 


Secure FTP Factory

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