public class SftpClient extends Object
| Constructor and Description |
|---|
SftpClient(FileSystemOptions fileSystemOptions,
GenericFileName rootName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.jcraft.jsch.ChannelSftp |
getChannel() |
com.jcraft.jsch.Channel |
getChannel(String type) |
public SftpClient(FileSystemOptions fileSystemOptions, GenericFileName rootName) throws FileSystemException
FileSystemExceptionpublic com.jcraft.jsch.Channel getChannel(String type) throws FileSystemException, com.jcraft.jsch.JSchException
FileSystemExceptioncom.jcraft.jsch.JSchExceptionpublic com.jcraft.jsch.ChannelSftp getChannel()
throws FileSystemException
FileSystemExceptionpublic void close()
Copyright © 2002–2024 WSO2. All rights reserved.