Hello All,
I want to copy zipped file from one machine to another in same network. I have the IP and folder of destiny machine, but I'm pondering on the best way to go!
transfering among same drive, I will use shutil module. But what about networked PCs? Should I use FTP module or there is something better. Your suggestion colleagues are invaluable. If you don't mind you can give cons and pros of each suggestion.
Thanks alot!