Hello! I'm currently using Runtime.exec() for calling wget in my Java application like this: wget -c -t0 http://www.server.com/file.jpg /home/username/file.jpg Is it possible to do this with Jakarta HttpClient? What I want to get is when i cancel the download and i call HttpClient as if I'd download a new file it should continue the download because the target file already exists but is smaller than the to-be-downloaded file. Is this possible? Thanks, Thomas PS: Please CC to my e-mail address because I'm currently not subscribed to this list. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org