Skip navigation links

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

E22256-01


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_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_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_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

Skip navigation links

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

E22256-01


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