[ 
https://issues.apache.org/jira/browse/SSHD-108?focusedWorklogId=437550&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-437550
 ]

ASF GitHub Bot logged work on SSHD-108:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/May/20 04:06
            Start Date: 27/May/20 04:06
    Worklog Time Spent: 10m 
      Work Description: gnodet closed pull request #11:
URL: https://github.com/apache/mina-sshd/pull/11


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 437550)
    Remaining Estimate: 0h
            Time Spent: 10m

> Add upload monitoring to sftp
> -----------------------------
>
>                 Key: SSHD-108
>                 URL: https://issues.apache.org/jira/browse/SSHD-108
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.5.0
>            Reporter: Richard Evans
>            Assignee: Lyor Goldstein
>            Priority: Minor
>             Fix For: 1.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have sshd integrated into our application and sftp is working fine.  One 
> of the requirements is to initiate some action when a file upload it 
> complete.  I have made this work by implementing handleClose in my SshFile 
> implementation and performing the action if createOutputStream had been 
> called previously.  This seems a bit ugly though; it might be nicer if there 
> was some plug in mechanism to monitor file transfers.
> Ideally the monitor would be able to distinguish between a successful upload 
> and a cancelled one (via ctrl-c at the client), but a quick perusal of the 
> sftp stuff seems to inidicate that this is not possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to