Modifier and Type | Method and Description |
---|---|
void |
FtpSenderService.sendToFtpServer(StorageType storageType,
java.lang.Object data,
HostDatasink basicDatasink,
DatasinkConfiguration config) |
void |
FtpSenderServiceImpl.sendToFtpServer(StorageType storageType,
java.lang.Object data,
HostDatasink basicDatasink,
DatasinkConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
FtpDatasink
Used to define FTP datasinks that can be used in ReportServer to send reports
to a given FTP server.
|
class |
FtpsDatasink
Used to define FTPS datasinks that can be used in ReportServer to send
reports to a given FTPS server.
|
class |
SftpDatasink
Used to define SFTP datasinks that can be used in ReportServer to send
reports to a given SFTP server.
|
Modifier and Type | Class and Description |
---|---|
class |
SambaDatasink
Used to define Samba datasinks that can be used in ReportServer to send
reports to a given Samba server.
|
Modifier and Type | Class and Description |
---|---|
class |
ScpDatasink
Used to define SCP datasinks that can be used in ReportServer to send reports
to a given SCP server.
|