How do I go about connecting to a server and check if there is a file to be downloaded using Java ME?
Should I use POST method, post all my required data to server and see what the server response back? And also what are the headers do I have to post together with my data?
Or do I have to use a Get method?
You don’t need it to do by hand. Just use