This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.


    from 0fef3ed  [SSHD-904] Add option to execute 'fsync' on modified file 
contents via SFTP
     new 3485e56  [SSHD-905] Route close of read/write file stream for SCP via 
the ScpFileOpener
     new 95215bf  [SSHD-905] Added 'fsync' option to files copied via SCP

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |  9 ++++-
 docs/scp.md                                        | 14 +++++--
 .../org/apache/sshd/common/scp/ScpFileOpener.java  | 46 ++++++++++++++++++++++
 .../java/org/apache/sshd/common/scp/ScpHelper.java | 14 +++----
 .../sshd/common/scp/ScpSourceStreamResolver.java   | 19 +++++++++
 .../sshd/common/scp/ScpTargetStreamResolver.java   | 24 ++++++++++-
 .../common/scp/helpers/DefaultScpFileOpener.java   | 43 +++++++++++++++++++-
 .../helpers/LocalFileScpSourceStreamResolver.java  |  7 ++++
 .../helpers/LocalFileScpTargetStreamResolver.java  | 11 ++++++
 .../java/org/apache/sshd/client/scp/ScpTest.java   |  3 ++
 10 files changed, 173 insertions(+), 17 deletions(-)

Reply via email to