Mecrazycoder Posted May 11, 2011 Posted May 11, 2011 Is it possible to download only x to y bytes from a file ? Thanks in advance. [size="4"][font="Arial Narrow"][font="Garamond"]Attitude is a little thing that makes a big difference[/font][/font][/size][indent][/indent]
jvanegmond Posted May 11, 2011 Posted May 11, 2011 Yes, it is possible. The server must support it, some can only send the file from the start to finish. I do not know if there are ways to do it simpler than by making a TCP connection and creating the request yourself (which is really not that hard by the way). Maybe check this out: and see if it can do it. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now