| Package | Description |
|---|---|
| net.scharlie.lj4l.core.io.remote.sftp |
| Constructor and Description |
|---|
SftpFileAttributes(SftpChannel channel,
String path)
Create a new SFTP file attributes object.
|
SftpFileProxy(SftpChannel channel,
String path)
Create a SFTP file proxy.
|
SftpInputStream(SftpChannel channel,
String path)
Create a new SFTP input stream.
|
SftpInputStream(SftpChannel channel,
String path,
long skip)
Create a new SFTP input stream.
|
SftpLineReader(SftpChannel channel,
boolean autoCloseChannel)
Create a new SFTP line reader.
|
SftpLineReader(SftpChannel channel,
boolean autoCloseChannel,
String path)
Create a new SFTP line reader.
|
SftpLineWriter(SftpChannel channel,
boolean autoCloseChannel)
Create a new SFTP line writer.
|
SftpLineWriter(SftpChannel channel,
boolean autoCloseChannel,
String path)
Create a new SFTP line writer.
|
SftpOutputStream(SftpChannel channel,
String path)
Create a new SFTP output stream in OVERWRITE mode.
|
SftpOutputStream(SftpChannel channel,
String path,
SftpOutputStream.WriteMode mode)
Create a new SFTP output stream.
|
SftpOutputStream(SftpChannel channel,
String path,
SftpOutputStream.WriteMode mode,
long offset)
Create a new SFTP output stream.
|
Copyright © 2019. All rights reserved.