Nicola Murino
Nicola Murino
@puellanivis I'm interested to improve the `RequestServer`. I don't like the `Server` implementation: even if you need to work with the local filesystem I think it is better to handle...
uhm ... the problem here is that we should also return an error so we cannot reuse the current interface.
If we cannot change the RealPath interface, I think I have to wait for a v2 to fix this [issue](https://github.com/drakkan/sftpgo/issues/890). I don't want to maintain a custom branch, I think...
> Well right now, the interface isn’t used for anything right? And we’re supposed to just be using it as an extension interface anyways, right? > > So, switching the...
Ok, do you have any preference? Maybe the second option will avoid a backward incompatible change in the future
@puellanivis I did some tests [here](https://github.com/drakkan/sftp/runs/2425920542?check_suite_focus=true) we have to rewrite a lot of test cases to make them work on Windows :-(
Maybe you could give a try to sftpgo https://github.com/drakkan/sftpgo you can add users on the fly using the REST API and/or the builtin Web interface DISCLAIMER: I'm the author
Hi, I did a quick test, after a very long time the network disconnection is detected ``` start 2022-03-16 16:27:50.780043475 +0100 CET m=+1.755726143 end, n 3440640, err connection lost, elapsed...
Hi, I did a quick test, after a very long time the network disconnection is detected ``` start 2022-03-16 16:27:50.780043475 +0100 CET m=+1.755726143 end, n 3440640, err connection lost, elapsed...
tensorflow 2.1 include a conversion API to trt (`tf.experimental.tensorrt.Converter`) https://github.com/tensorflow/tensorflow/releases/tag/v2.1.0-rc0 we probably should test this converter