Class AttribTypes

java.lang.Object
com.trilead.ssh2.sftp.AttribTypes

public class AttribTypes
extends Object
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."

Version:
$Id: AttribTypes.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
Author:
Christian Plattner, plattner@trilead.com