|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFileOpenFlags | |
---|---|
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) |
com.jscape.inet.sftp.packets | |
com.jscape.inet.sftp.v4 |
Uses of JFileOpenFlags in com.jscape.inet.file |
---|
Methods in com.jscape.inet.file with parameters of type JFileOpenFlags | |
---|---|
JRandomAccessFile |
JFile.getRandomAccessFile(JFileOpenFlags openFlags,
JAcl.Mask accessType)
Provides access to the file contents returning a new JRandomAccessFile instance. |
Uses of JFileOpenFlags in com.jscape.inet.sftp |
---|
Methods in com.jscape.inet.sftp with parameters of type JFileOpenFlags | |
---|---|
JRandomAccessFile |
SftpFile.getRandomAccessFile(JFileOpenFlags openFlags,
JAcl.Mask accessType)
Provides access to the file contents returning a new JRandomAccessFile instance. |
byte[] |
SftpClient.open(java.lang.String path,
JFileOpenFlags flags,
JAcl.Mask accessType,
SftpFileAttributes attrs)
Opens or creates the file. |
Uses of JFileOpenFlags in com.jscape.inet.sftp.packets |
---|
Methods in com.jscape.inet.sftp.packets that return JFileOpenFlags | |
---|---|
JFileOpenFlags |
SshFxpOpen.getFlags()
Obtains the file open flags. |
Constructors in com.jscape.inet.sftp.packets with parameters of type JFileOpenFlags | |
---|---|
SshFxpOpen(java.lang.String path,
JFileOpenFlags flags,
JAcl.Mask accessType,
SftpFileAttributes attrs)
Creates a new packet instance. |
Uses of JFileOpenFlags in com.jscape.inet.sftp.v4 |
---|
Methods in com.jscape.inet.sftp.v4 with parameters of type JFileOpenFlags | |
---|---|
byte[] |
SftpClient4.open(java.lang.String path,
JFileOpenFlags flags,
JAcl.Mask accessType,
SftpFileAttributes attrs)
Opens or creates the file. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |