# JReportServer.FTP

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clazz** | **String** |  | 
**ftpSiteName** | **String** |  | [optional] 
**hostAddress** | **String** |  | [optional] 
**port** | **String** |  | [optional] 
**userName** | **String** | User name. | [optional] 
**password** | **String** | Password. | [optional] 
**account** | **String** |  | [optional] 
**folderLocation** | **String** | The location where to put the report result files on the FTP server. If not specified, the root path \&quot;/\&quot; of the FTP server will be used by default. | [optional] 
**handlerClass** | **String** | A customized FTP-client handler class can be used instead of the one provided in JReport. You should specify a fully-qualified class name that is package name plus class name, for example, test.DemoJakartaFTPHandler. | [optional] 
**protocolType** | **String** | Protocol type. | [optional] 


<a name="ProtocolTypeEnum"></a>
## Enum: ProtocolTypeEnum


* `FTP (Standard File Transfer Protocol)` (value: `"FTP (Standard File Transfer Protocol)"`)

* `SFTP using SSH2 (Secure Shell)` (value: `"SFTP using SSH2 (Secure Shell)"`)

* `SCP (Secure Copy)` (value: `"SCP (Secure Copy)"`)

* `FTP with TLS/SSL (Explicit)` (value: `"FTP with TLS/SSL (Explicit)"`)

* `FTP with TLS/SSL (Implicit)` (value: `"FTP with TLS/SSL (Implicit)"`)




