dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.35k stars 367 forks source link

question file upload location #203

Closed n1ck-unikat closed 3 years ago

n1ck-unikat commented 3 years ago

What OS?

with the file option , i send with ssl a file to the server. Are the files really uploaded or only the hex codes? i want show if the files are curropted or function.

dannagle commented 3 years ago

Packet Sender reads the file as a series of raw bytes. That is what it sends. It is sending the contents of the file. The hex codes you see is the byte representation that it read and sent.

Hope that helps.

n1ck-unikat commented 3 years ago

Yes, thats its a help. But i have different data portion on tcp. With wireshark i see the full payload. on udp the data portion is always the same. Means tcp file is currupted?

dannagle commented 3 years ago

Are you using the command line tool or the GUI?

n1ck-unikat commented 3 years ago

i used the gui, but will try and check with cli again!