Upload page for TCP Wireshark Lab
";
echo "Destination=" . $destination_path . "
";
echo "Target path=" . $target_path . "
";
echo "Size=" . $_FILES['uploadedfile']['size'] . "
";
if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) {
echo "The file ". basename( $_FILES['uploadedfile']['name']).
" has been uploaded";
} else{
echo "There was an error uploading the file, please try again!";
}
?>
Congratulations!
You've now transferred a copy of alice.txt from your computer to www,paes.eit.htwk-leipzig.de. You should now stop Wireshark packet capture. It's time to start analyzing the captured Wireshark packets!