in reply to How to copy directory tree through single IP
IO::Socket just gives you a socket - nothing more. It doesn't speak a high level protocol, it doesn't implement a client, it doesn't implement a server. What do you plan to use? NFS? FTP? scp? HTTP? SMTP? UUCP? All of that is going to require quite some labouring if you plan to start working from IO::Socket.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to copy directory tree through single IP
by Anonymous Monk on Aug 14, 2002 at 13:12 UTC | |
by Abigail-II (Bishop) on Aug 14, 2002 at 13:25 UTC |