Author Topic: Greek's Support_TCP file retrieval via POST?  (Read 709 times)

Is this possible? Is there some way to retrieve and download a file with Support_TCP from a GUI or client?

why would you want to get the file via a post request if you're not gonna request the download/send to the server that you want it
yes its possible, however, youd just read the response contents

it's possible but if you're sending a ton of information you'd probably need to compress it

it's possible but if you're sending a ton of information you'd probably need to compress it
no you wouldnt wtf are you smoking

You do not use POST, you use GET, and then grab the binary size and bin chunk functions