Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-02


oracle.xdo.delivery.ftp
Interface FTPPropertyDefinitions

All Known Subinterfaces:
DeliveryPropertyDefinitions, DeliveryRequestHandler

public interface FTPPropertyDefinitions

FTP delivery property definitions.


Field Summary
static java.lang.String FTP_ADD_PARTEXT_IN_TRANSFER
          Add .part extension to the file until the transfer is complete
static java.lang.String FTP_BINARY_MODE
          Use binary mode or not
static java.lang.String FTP_HOST
          Target server host name
static java.lang.String FTP_PASSIVE_MODE
          Use passive mode data connection or not
static java.lang.String FTP_PASSWORD
          Login password
static java.lang.String FTP_PORT
          Target server port number of the host
static java.lang.String FTP_PROXY_AUTHTYPE
          Proxy authentication type
static java.lang.String FTP_PROXY_HOST
          Proxy server host name
static java.lang.String FTP_PROXY_PASSWORD
          Password for the proxy authentication
static java.lang.String FTP_PROXY_PORT
          Proxy server port
static java.lang.String FTP_PROXY_USERNAME
          Username for the proxy authentication
static java.lang.String FTP_REMOTE_DIRECTORY
          Remote directory name where the document will be delivered to.
static java.lang.String FTP_REMOTE_FILENAME
          Remote filename of the document.
static java.lang.String FTP_TEMPORARY_FILENAME
          Use temporary filename while file transfer in progress
static java.lang.String FTP_USERNAME
          Login username

 

Field Detail

FTP_HOST

static final java.lang.String FTP_HOST
Target server host name

FTP_PORT

static final java.lang.String FTP_PORT
Target server port number of the host

FTP_USERNAME

static final java.lang.String FTP_USERNAME
Login username

FTP_PASSWORD

static final java.lang.String FTP_PASSWORD
Login password

FTP_REMOTE_DIRECTORY

static final java.lang.String FTP_REMOTE_DIRECTORY
Remote directory name where the document will be delivered to. For example, /pub/docs/ .
See Also:
Constant Field Values

FTP_REMOTE_FILENAME

static final java.lang.String FTP_REMOTE_FILENAME
Remote filename of the document.
See Also:
Constant Field Values

FTP_BINARY_MODE

static final java.lang.String FTP_BINARY_MODE
Use binary mode or not
See Also:
Constant Field Values

FTP_PASSIVE_MODE

static final java.lang.String FTP_PASSIVE_MODE
Use passive mode data connection or not
See Also:
Constant Field Values

FTP_ADD_PARTEXT_IN_TRANSFER

static final java.lang.String FTP_ADD_PARTEXT_IN_TRANSFER
Add .part extension to the file until the transfer is complete

FTP_TEMPORARY_FILENAME

static final java.lang.String FTP_TEMPORARY_FILENAME
Use temporary filename while file transfer in progress

FTP_PROXY_HOST

static final java.lang.String FTP_PROXY_HOST
Proxy server host name

FTP_PROXY_PORT

static final java.lang.String FTP_PROXY_PORT
Proxy server port

FTP_PROXY_AUTHTYPE

static final java.lang.String FTP_PROXY_AUTHTYPE
Proxy authentication type

FTP_PROXY_USERNAME

static final java.lang.String FTP_PROXY_USERNAME
Username for the proxy authentication

FTP_PROXY_PASSWORD

static final java.lang.String FTP_PROXY_PASSWORD
Password for the proxy authentication

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-02


Copyright © 2010, 2014, Oracle. All rights reserved.