Uses of Interface
br.com.davinti.vitruvio.spi.SFTPService.SFTPResult
Packages that use SFTPService.SFTPResult
-
Uses of SFTPService.SFTPResult in br.com.davinti.vitruvio.spi
Methods in br.com.davinti.vitruvio.spi that return SFTPService.SFTPResultModifier and TypeMethodDescriptionSFTPService.downloadFileViaSFTP(SFTPService.SFTPChannel sftp, String remoteFilePath) SFTPService.downloadFileViaSFTP(String host, int port, String user, String password, String remoteFilePath) SFTPService.uploadFileViaSFTP(SFTPService.SFTPChannel sftp, String localFilePath, String remoteDir) SFTPService.uploadFileViaSFTP(SFTPService.SFTPChannel sftp, String localFilePath, String remoteDir, String remoteFileName) SFTPService.uploadFileViaSFTP(String host, int port, String user, String password, String localFilePath, String remoteDir) SFTPService.uploadFileViaSFTP(String host, int port, String user, String password, String localFilePath, String remoteDir, String remoteFileName) -
Uses of SFTPService.SFTPResult in br.com.davinti.vitruvio.spi.impl
Classes in br.com.davinti.vitruvio.spi.impl that implement SFTPService.SFTPResultMethods in br.com.davinti.vitruvio.spi.impl that return SFTPService.SFTPResultModifier and TypeMethodDescriptionSFTPServiceImpl.downloadFileViaSFTP(SFTPService.SFTPChannel sftp, String remoteFilePath) SFTPServiceImpl.downloadFileViaSFTP(String host, int port, String user, String password, String remoteFilePath) SFTPServiceImpl.uploadFileViaSFTP(SFTPService.SFTPChannel sftp, String localFilePath, String remoteDir) SFTPServiceImpl.uploadFileViaSFTP(SFTPService.SFTPChannel sftp, String localFilePath, String remoteDir, String remoteFileName) SFTPServiceImpl.uploadFileViaSFTP(String host, int port, String user, String password, String localFilePath, String remoteDir) SFTPServiceImpl.uploadFileViaSFTP(String host, int port, String user, String password, String localFilePath, String remoteDir, String remoteFileName)