Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
com.enterprisedt.net.ftp.pro |
Contains classes for enhanced FTP client functionality.
|
com.enterprisedt.net.ftp.ssh |
Contains classes for SFTP (FTP via SSH) client functionality.
|
Modifier and Type | Field and Description |
---|---|
static FTPTransferType |
FTPTransferType.ASCII
Represents ASCII transfer type
|
static FTPTransferType |
FTPTransferType.BINARY
Represents Image (or binary) transfer type
|
protected FTPTransferType |
FTPClient.transferType
Record of the transfer type - make the default ASCII
|
Modifier and Type | Method and Description |
---|---|
protected FTPTransferType |
FTPClient.chooseTransferMode(java.lang.String filename)
Switch the transfer mode if requested and if necessary
|
FTPTransferType |
SecureFileTransferClient.getContentType()
Get the current content type for all connections.
|
FTPTransferType |
FileTransferClientInterface.getContentType()
Get the current content type for all connections.
|
FTPTransferType |
FileTransferClient.getContentType()
Get the current content type for all connections.
|
FTPTransferType |
AsyncFileTransferClient.getContentType()
Get the current content type.
|
FTPTransferType |
FTPClientInterface.getType()
Get the current transfer type
|
FTPTransferType |
FTPClient.getType()
Get the current transfer type
|
Modifier and Type | Method and Description |
---|---|
protected void |
FTPClient.postTransferChecks(byte[] localBytes,
java.lang.String remotePath,
FTPTransferType transferType,
boolean append)
Can be overridden by subclasses to do any necessary post transfer
checking.
|
protected void |
FTPClient.postTransferChecks(java.lang.String localPath,
java.lang.String remotePath,
FTPTransferType transferType,
boolean append)
Can be overridden by subclasses to do any necessary post transfer
checking.
|
void |
FTPClient.resetTransferMode(FTPTransferType previousType)
Reset the transfer mode back to what it should be, if
it has changed.
|
void |
SecureFileTransferClient.setContentType(FTPTransferType type)
Set the transfer type for all connections, either ASCII or binary.
|
void |
FileTransferClientInterface.setContentType(FTPTransferType type)
Set the transfer type for all connections, either ASCII or binary.
|
void |
FileTransferClient.setContentType(FTPTransferType type)
Set the transfer type for all connections, either ASCII or binary.
|
void |
AsyncFileTransferClient.setContentType(FTPTransferType type)
Set the transfer type, either ASCII or binary.
|
void |
FTPClientInterface.setType(FTPTransferType type)
Set the transfer type
|
void |
FTPClient.setType(FTPTransferType type)
Set the transfer type
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProFTPClient.postTransferChecks(byte[] localBytes,
java.lang.String remotePath,
FTPTransferType type,
boolean append)
Can be overridden by subclasses to do any necessary post transfer
checking.
|
protected void |
ProFTPClient.postTransferChecks(java.lang.String localPath,
java.lang.String remotePath,
FTPTransferType type,
boolean append)
Can be overridden by subclasses to do any necessary post transfer
checking.
|
Modifier and Type | Method and Description |
---|---|
FTPTransferType |
SSHFTPClient.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SSHFTPClient.setType(FTPTransferType type) |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.