public class TransmissionServiceImpl extends Object implements TransmissionService
Modifier and Type | Field and Description |
---|---|
protected OlePurapService |
olePurapService |
Constructor and Description |
---|
TransmissionServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
doFTPUpload(String ftpHostname,
String ftpUsername,
String ftpPassword,
String file,
String fileName)
This method is to perform file upload
|
void |
doSFTPUpload(String sftpHostname,
String sftpUsername,
String sftpPassword,
String file,
String fileName) |
String |
getFileLocation()
This method is to get the directory in the Server
|
OlePurapService |
getOlePurapService() |
protected OlePurapService olePurapService
public TransmissionServiceImpl()
public OlePurapService getOlePurapService()
public void doSFTPUpload(String sftpHostname, String sftpUsername, String sftpPassword, String file, String fileName)
doSFTPUpload
in interface TransmissionService
public void doFTPUpload(String ftpHostname, String ftpUsername, String ftpPassword, String file, String fileName)
doFTPUpload
in interface TransmissionService
ftpHostname
- ftpUsername
- ftpPassword
- file
- fileName
- public String getFileLocation()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.