I'm newer to netty, and learn it with netty examples. Now i want to get file from server by send the file path. And this file is a Video, not textfile.
My client code:
the server code is from the github: https://github.com/netty/netty/tree/4.0/example/src/main/java/io/netty/example/file
I try it 3 days but failed. how can i receive the chunked file from server?
