Lin Cheng

Results 3 comments of Lin Cheng

I once had the a similar issue, and fixed it by setting `idle_timeout` larger. I guess the connection terminated before the file transfer finished.

Thank you Essen. I made it work following your suggestion.

This is how I made it work. Pretty easy, but strangely I need the last two functions deferred. ``` init(Req, State) -> Dir = ... % computer Dir based on...