|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.ssh.SSHFTPClient.ConfigFlags
public static class SSHFTPClient.ConfigFlags
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()
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SSHFTPClient.ConfigFlags()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int DISABLE_POST_CREATE_CHMOD
public static int DISABLE_CHMOD_AFTER_PUT
public static int DISABLE_WAIT_FOR_CHANNEL_CLOSE
| Constructor Detail |
|---|
public SSHFTPClient.ConfigFlags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||