You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by steve <st...@dyrdahl.net> on 2003/06/10 16:47:00 UTC

[VFS] [PATCH] SftpFileSystem.java

The close method needs to be implemented.

Index: SftpFileSystem.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/sftp/SftpFileSystem.java,v
retrieving revision 1.2
diff -r1.2 SftpFileSystem.java
171a172,176
>
>     public void close() {
>         super.close();
>         session.disconnect();
>     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [VFS] [PATCH] SftpFileSystem.java

Posted by Adam Murdoch <ad...@apache.org>.
Hi,

This has been committed.  Thanks for the patch.

On Wed, 11 Jun 2003 12:47 am, steve wrote:
> The close method needs to be implemented.
>
> Index: SftpFileSystem.java
> ===================================================================
> RCS file:
> /home/cvspublic/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs
>/provider/sftp/SftpFileSystem.java,v retrieving revision 1.2
> diff -r1.2 SftpFileSystem.java
> 171a172,176
>
> >     public void close() {
> >         super.close();
> >         session.disconnect();
> >     }
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org

-- 
Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org