|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFileType | |
---|---|
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 JFileType in com.jscape.inet.file |
---|
Fields in com.jscape.inet.file declared as JFileType | |
---|---|
static JFileType |
JFileType.BLOCK_ORIENTED
Block-oriented file. |
static JFileType |
JFileType.CHAR_ORIENTED
Character-oriented file. |
static JFileType |
JFileType.DIRECTORY
Directory. |
static JFileType |
JFileType.FIFO
FIFO file. |
static JFileType |
JFileType.REGULAR
Regular file. |
static JFileType |
JFileType.SOCKET
Socket. |
static JFileType |
JFileType.SYMBOLIC
Symbolic link. |
static JFileType |
JFileType.UNKNOWN
Unknown type. |
Methods in com.jscape.inet.file that return JFileType | |
---|---|
JFileType |
JFile.getType()
Returns the POSIX file type represented by this abstract pathname. |
JFileType |
JFilePermissions.getType()
Obtains file type. |
static JFileType |
JFileType.getTypeFor(int value)
Obtains POSIX file type object for specified integer value. |
static JFileType |
JFileType.getTypeFor(java.lang.String value)
Obtains POSIX file type object for specified string. |
Constructors in com.jscape.inet.file with parameters of type JFileType | |
---|---|
JFilePermissions(JFileType type,
JFilePermissions.Permission ownerPermission,
JFilePermissions.Permission groupPermission,
JFilePermissions.Permission otherPermission)
|
Uses of JFileType in com.jscape.inet.sftp |
---|
Methods in com.jscape.inet.sftp that return JFileType | |
---|---|
JFileType |
SftpFile.getType()
Returns the POSIX file type represented by this abstract pathname. |
|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |