RE: [Perl-unix-users] Multiple FTP Session

2003-01-03 Thread BWilson
Suresh, I am unsure of what you are trying to accomplish. If your flat file contains a list of files that need to be ftp'd and if you wish to perform these ftp jobs in parallel, you can use the fork function to spawn as many subprocesses as you need ( on Unix anyway, I am not sure of fork's perf

Re: [Perl-unix-users] Multiple FTP Session

2003-01-02 Thread Werner Oswald
Hi, a "metoo" question ;-) might there also be a way to have one file fetched from multiple sources to have more speed during the download? Many Thanx Werner VRSS> Hi All, VRSS> What will be the better way to create a multiple ftp session. The number VRSS> of sessions has to be determined by