<div dir="ltr">Hello teams, <br><br>After further research into /example/python_generator.py, I have a few questions to ask about it. <br><br>All of the traffic generated from the server and client are interest packets, but what are the methods to send actual files from the server to the client (or vice versa). Are there commands to send files from one node to another? Please let me know. <br><br>Also, on lines 97 and 98 on the same python file, why are we passing in the server node into both "copyExistentFile" function calls? Shouldn't the second function call pass in the client variable since we are also passing in the clientConf? <br><div><br></div><div><font face="monospace">copyExistentFile(server, possibleServerConfPath, serverConf)<br>copyExistentFile(server, possibleClientConfPath, clientConf)</font><br></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">Thank you all!</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Regards,</font></div><div><font face="arial, sans-serif">J.</font></div></div>