- Run the server_send_file.py first and enter the [filename.type] to send.
- Run the client_recv_file.py next and enter the Server's IP address as shown in the server_send_file cmd prompt
Single port forwarding (Insecure) or port triggering (More secure)
"if a client comes looking for a configured port it will be forwarded to a configured machine (static IP address)" ---This port configured will always be open and vulnerable to possible attacks.
"the port in the configured port range will only open when the host runs the server" ---This port will close when the server is terminated