I do not know if this was the answer earlier (I looked online, but could not find it), but how can I send a file (.exe, if possible) over the network to another computer that is connected to the network? I tried sockets, but I could only send strings, and I tried to learn ftplib, but I don’t understand this at all, or if ftp is what I am looking for, so I completely froze. Any input is appreciated (moreover, if someone can explain FTP, is it like a socket? All the examples that I saw do not have a server program to which the client can connect.)
source
share