def send_file(self): file_path = self.file_entry.get() host = self.host_entry_file.get() port = self.port_entry_file.get() subprocess.run(["nc", host, port, "-w", file_path])
Have you used a tool that comes close to Netcat GUI v13? Let the open-source community know on GitHub.