public static class SSHFTPClient.ConfigFlags
extends java.lang.Object
ConfigFlags
contains various static integers which are used
to configure clients. All flags are used to enable non-standard behaviour,
which is sometimes necessary when connecting to servers that don't comply
fully with the standard.
Combinations of these flags may be passed to SSHFTPClient.setConfigFlags()
Modifier and Type | Field and Description |
---|---|
static int |
DISABLE_CHMOD_AFTER_CREATE_DIR
Disables the permission change made after creating a directory, which
is done to ensure the permissions are correct.
|
static int |
DISABLE_CHMOD_AFTER_PUT
Disables the permission change made after creating a file, which
is done to ensure the permissions are correct.
|
static int |
DISABLE_POST_CREATE_CHMOD
Deprecated.
use DISABLE_CHMOD_AFTER_PUT
|
static int |
DISABLE_WAIT_FOR_CHANNEL_CLOSE
Disables waiting for an acknowledgement from the server when
the client has requested that a channel be closed.
|
Constructor and Description |
---|
ConfigFlags() |
public static int DISABLE_POST_CREATE_CHMOD
public static int DISABLE_CHMOD_AFTER_PUT
public static int DISABLE_WAIT_FOR_CHANNEL_CLOSE
public static int DISABLE_CHMOD_AFTER_CREATE_DIR
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.