Question on SFTP API
Per Allansson
per@appgate.com
Tue, 19 Nov 2002 09:06:50 +0100
Yes. And yes, the name could be better, and it could be
documented.
Baltz, Kenneth wrote:
> I'm making use of SSH2SFTPTransfer in my code and have been having a
> problem with an extra 'sftp-server' process hanging around on the remote
> machine. Guessing that I needed to close my SFTP connection, I've
> started calling SSH2SFTPTransfer.abort() after transferring my files and
> that seems to solve the problem. However, abort() doesn't sound like
> the right method ( I would have expected close() or disconnect() ) and
> without proper javadoc, I can't be sure. Is this the correct way to
> close an SFTP connection?
>
> K.C.
>