Java org.springframework.integration.sftp.session DefaultSftpSessionFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.sftp.session DefaultSftpSessionFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.sftp.session DefaultSftpSessionFactory.

The text is from its open source code.

Subclass

org.springframework.integration.sftp.session.DefaultSftpSessionFactory has subclasses.
Click this link to see all its subclasses.

Constructor

Method

SftpSessiongetSession()
voidsetHost(String host)
The url of the host you want connect to.
voidsetPassword(String password)
The password to authenticate against the remote host.
voidsetPort(int port)
The port over which the SFTP connection shall be established.
voidsetSessionConfig(Properties sessionConfig)
Using Properties , you can set additional configuration settings on the underlying JSch com.jcraft.jsch.Session .
voidsetUser(String user)
The remote user to use.