Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/SimpleSftpFileDownload The comment on the change is: Credited source of alternative method. ------------------------------------------------------------------------------ } // class App }}} - Note that there is an alternative method to casting fsManager to !DefaultFileSystemManager and then calling close(). The release method could instead use {{{this.fsManager.closeFileSystem(this.fs);}}}, you would have to declare '''fs''' as a !FileSystem object in the class and set it from one of the !FileObjects in the process routine: + Detlev Moerk brought to my attention that there is an alternative method to casting fsManager to !DefaultFileSystemManager and then calling close(). The release method could instead use {{{this.fsManager.closeFileSystem(fs);}}}, you would have to declare '''fs''' as a !FileSystem object in the class and set it from one of the !FileObjects in the process routine: {{{ FileObject src = null; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
