Is there a way of copying files over a specific port using perl? ( for win-32 ).
Considering the fact that you can use a socket-server connection and connect to the server (in a differrent machine) using a pre-defined port, is there a way to perform a copy operation using the same concept?
Something like ... (for instance ) open port 1234 in machine 1 and machine 2 and send a stream of files from mac. 1 to mac. 2 .....