Difference between revisions of "FTPManager"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTP. =={{VULCON}} / {{GVCONSOLE}} Configuration== ...")
 
({{VULCON}} / {{GVCONSOLE}} Configuration)
Line 7: Line 7:
 
If the target directory is on a remote file system accessible via FTP, you can define the parameters for connection.
 
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:
+
The FTPManager Element is used by [[Fsmonitor-call#RemoteFileSystemMonitor|RemoteFileSystemMonitor]] and [[remotemanager-call]]. It has the following attributes:
 
* ''type'': remote-manager.
 
* ''type'': remote-manager.
 
* ''class'': it.greenvulcano.util.remotefs.ftp.FTPManager.
 
* ''class'': it.greenvulcano.util.remotefs.ftp.FTPManager.

Revision as of 09:52, 3 February 2012

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:

  • type: remote-manager.
  • class: it.greenvulcano.util.remotefs.ftp.FTPManager.
  • hostType: 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: Server host name.
  • port: Server FTP port. The attribute's default value is: 21.
  • username: User name.
  • password: User password. #Encrypted
  • connectTimeout: Connect timeout (in milliseconds). Default: infinite.
  • dataTimeout: Data transfer timeout (in milliseconds) Default: infinite.
  • autoConnect: If true the instance use autoconnect/disconnect at each method invocation. Default: false.