| java.lang.Object ch.ethz.ssh2.sftp.AttrTextHints
AttrTextHints | public class AttrTextHints (Code) | | Values for the 'text-hint' field in the SFTP ATTRS data type.
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: AttrTextHints.java,v 1.2 2006/08/02 12:05:00 cplattne Exp $ |
Field Summary | |
final public static int | SSH_FILEXFER_ATTR_GUESSED_BINARY The server has applied a heuristic or other mechanism and
believes has binary content, and should not be opened with the
SSH_FXF_ACCESS_TEXT_MODE flag. | final public static int | SSH_FILEXFER_ATTR_GUESSED_TEXT The server has applied a heuristic or other mechanism and
believes that the file should be opened with the
SSH_FXF_ACCESS_TEXT_MODE flag. | final public static int | SSH_FILEXFER_ATTR_KNOWN_BINARY The server knows the file has binary content. | final public static int | SSH_FILEXFER_ATTR_KNOWN_TEXT The server knows the file is a text file, and should be opened
using the SSH_FXF_ACCESS_TEXT_MODE flag. |
SSH_FILEXFER_ATTR_GUESSED_BINARY | final public static int SSH_FILEXFER_ATTR_GUESSED_BINARY(Code) | | The server has applied a heuristic or other mechanism and
believes has binary content, and should not be opened with the
SSH_FXF_ACCESS_TEXT_MODE flag.
|
SSH_FILEXFER_ATTR_GUESSED_TEXT | final public static int SSH_FILEXFER_ATTR_GUESSED_TEXT(Code) | | The server has applied a heuristic or other mechanism and
believes that the file should be opened with the
SSH_FXF_ACCESS_TEXT_MODE flag.
|
SSH_FILEXFER_ATTR_KNOWN_BINARY | final public static int SSH_FILEXFER_ATTR_KNOWN_BINARY(Code) | | The server knows the file has binary content.
|
SSH_FILEXFER_ATTR_KNOWN_TEXT | final public static int SSH_FILEXFER_ATTR_KNOWN_TEXT(Code) | | The server knows the file is a text file, and should be opened
using the SSH_FXF_ACCESS_TEXT_MODE flag.
|
|
|