in reply to Re: Asynchronous FTP
in thread Asynchronous FTP
Thanks, I looked there. It doesn't seem to help much though since I need to "push" files and LWP::Parallel only allows me to "pull" them.
I guess I'll do it completely different at last. I'll zip the files up, upload the zip and then a 0B "done flag" file and run another service on the other side that'll take the ZIP and unpack it. It'll be quicker and safer anyway, that way I can
If anyone has a nice solution for the async FTP I am still interested though :-)
Jenda@Krynicky.cz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Asynchronous FTP
by Aristotle (Chancellor) on May 21, 2002 at 22:37 UTC | |
by Jenda (Abbot) on May 22, 2002 at 22:26 UTC | |
by Aristotle (Chancellor) on May 23, 2002 at 04:35 UTC | |
by Jenda (Abbot) on May 23, 2002 at 17:18 UTC |