Re: Regarding the SSHD 1.5.0 Release ETA

2017-05-10 Thread Guillaume Nodet
You definitely should use OSGi ... or use classloaders... just kiding ! Let me check what can be done. 2017-05-08 10:02 GMT+02:00 Oleg Nenashev : > Hello, > > In Jenkins project we are working on the upgrade to the latest version > SSHD. We were staying on the old version for a long time, but the

How to redirect an upload to a database of my own?

2017-05-10 Thread aanguita
I want to get the input stream of new uploads so I can send them to a database instead of disk. The ftplet documentation states that in the onUploadStart, we can get the input stream for the upload. However, I cannot find how to get that stream from the two arguments. Similarly, to do something e