Secure FTP Factory

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

Packages that use JAcl
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 in com.jscape.inet.file
 

Methods in com.jscape.inet.file that return JAcl
 JAcl[] JFile.getAcl()
          Obtains the file ACL array similar to that defined in section 5.9 of NFS version 4 Protocol
 

Methods in com.jscape.inet.file with parameters of type JAcl
 void JFile.setAcl(JAcl[] acls)
          Setups the file ACL's.
 

Uses of JAcl in com.jscape.inet.sftp
 

Methods in com.jscape.inet.sftp that return JAcl
 JAcl[] SftpFile.getAcl()
          Obtains the file ACL array similar to that defined in section 5.9 of NFS version 4 Protocol
 

Methods in com.jscape.inet.sftp with parameters of type JAcl
 void SftpFile.setAcl(JAcl[] acls)
          Setups the file ACL's.
 


Secure FTP Factory

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