Difference between revisions of "FTPSManager"
(Created page with "==Description== Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTPS. =={{VULCON}} / {{GVCONSOLE}} Configuration== ...") |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
Line 7: | Line 7: | ||
If the target directory is on a remote file system accessible via FTP over SSL, you can define the parameters for connection. | If the target directory is on a remote file system accessible via FTP over SSL, you can define the parameters for connection. | ||
− | The FTPSManager Element is used by [[Fsmonitor-call#RemoteFileSystemMonitor| | + | The FTPSManager Element is used by [[Fsmonitor-call#RemoteFileSystemMonitor|fsmonitor-call]] and [[remotemanager-call]]. It has the following attributes: |
{|class="gvtable" | {|class="gvtable" | ||
! Attribute !! Type !! Description | ! Attribute !! Type !! Description |
Latest revision as of 07:32, 2 January 2015
Description
Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTPS.
VulCon / GV Console Configuration
If the target directory is on a remote file system accessible via FTP over SSL, you can define the parameters for connection.
The FTPSManager Element is used by fsmonitor-call 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.FTPSManager. |
hostType | required | The host type. Information used by the FTPS client for the proper parsing of the responses of the server. The attribute's admitted values are:
|
hostname | required | Server host name. |
port | optional | Server FTPS 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. |