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