[JSch-users] Feature-Request: Accept InputStreams instead of Files
Status: Alpha
Brought to you by:
ymnk
From: Frank B. <li...@be...> - 2004-07-03 09:41:31
|
Hi, want to embed JSch for tunneling in an application and therefore it would be nice if I could store all necessary files in the JarFile. Hence I want to ask you to extend public methods for private keys and known_hosts to also accept InputStreams in addition to path name Strings. This has another advantage of checking for FileNotFoundExceptions etc at an early stage and one could even do other cool things like loading keys from a database. If you like I can also try to make a patch on my own and submit it. Frank Benkstein. |