mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
docfix - not part of the contract
This commit is contained in:
@@ -45,8 +45,6 @@ public interface FileTransfer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Upload {@code localFile} to {@code remotePath}.
|
* Upload {@code localFile} to {@code remotePath}.
|
||||||
* <p/>
|
|
||||||
* Attributes will be set on {@code remotePath} based on the {@code localFile}.
|
|
||||||
*
|
*
|
||||||
* @param localFile
|
* @param localFile
|
||||||
* @param remotePath
|
* @param remotePath
|
||||||
@@ -58,8 +56,6 @@ public interface FileTransfer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Download {@code remotePath} to {@code localFile}.
|
* Download {@code remotePath} to {@code localFile}.
|
||||||
* <p/>
|
|
||||||
* Attributes will be set on {@code localFile} based on the {@code remotePath}'s attributes.
|
|
||||||
*
|
*
|
||||||
* @param localFile
|
* @param localFile
|
||||||
* @param remotePath
|
* @param remotePath
|
||||||
|
|||||||
Reference in New Issue
Block a user