You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Arcadius Ahouansou (JIRA)" <ji...@apache.org> on 2016/09/19 23:37:20 UTC

[jira] [Commented] (SSHD-108) Add upload monitoring to sftp

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

Arcadius Ahouansou commented on SSHD-108:
-----------------------------------------

Hello.
I am into a similar situation where i need to move files around as soon as they are uploaded into SFTP server.
I would need some listener on upload completion.

I can see this issue is marked as closed but it's not very clear to me how this could be achieved.

Thank you very much for your help.

Arcadius.,

> 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: Goldstein Lyor
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> 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
(v6.3.4#6332)