Class Overview
Types for the 'type' field in the SFTP ATTRS data type.
"On a POSIX system, these values would be derived from the mode field
of the stat structure. SPECIAL should be used for files that are of
a known type which cannot be expressed in the protocol. UNKNOWN
should be used if the type is not known."
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
SSH_FILEXFER_TYPE_BLOCK_DEVICE
Constant Value:
8
(0x00000008)
public
static
final
int
SSH_FILEXFER_TYPE_CHAR_DEVICE
Constant Value:
7
(0x00000007)
public
static
final
int
SSH_FILEXFER_TYPE_DIRECTORY
Constant Value:
2
(0x00000002)
public
static
final
int
SSH_FILEXFER_TYPE_FIFO
Constant Value:
9
(0x00000009)
public
static
final
int
SSH_FILEXFER_TYPE_REGULAR
Constant Value:
1
(0x00000001)
public
static
final
int
SSH_FILEXFER_TYPE_SOCKET
Constant Value:
6
(0x00000006)
public
static
final
int
SSH_FILEXFER_TYPE_SPECIAL
Constant Value:
4
(0x00000004)
public
static
final
int
SSH_FILEXFER_TYPE_SYMLINK
Constant Value:
3
(0x00000003)
public
static
final
int
SSH_FILEXFER_TYPE_UNKNOWN
Constant Value:
5
(0x00000005)
Public Constructors