FTPManager

From GreenVulcano Wiki
Jump to: navigation, search

Description

Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTP.

VulCon / GV Console Configuration

If the target directory is on a remote file system accessible via FTP, you can define the parameters for connection.

The FTPManager Element is used by RemoteFileSystemMonitor and remotemanager-call. It has the following attributes:

Attribute Type Description
type fixed This attribute must assume the value remote-manager.
class fixed This attribute must assume the value it.greenvulcano.util.remotefs.ftp.FTPManager.
hostType required The host type. Information used by the FTP client for the proper parsing of the responses of the server. The attribute's admitted values are:
  • UNIX
  • NT
  • OS2
  • OS400
  • VMS
  • MVS
hostname required Server host name.
port optional Server FTP port. The attribute's default value is: 21.
username required User name.
password required User password. #Encrypted
connectTimeout optional Connect timeout (in milliseconds). Default: infinite.
dataTimeout optional Data transfer timeout (in milliseconds) Default: infinite.
autoConnect optional If true the instance use autoconnect/disconnect at each method invocation. Default: false.