in reply to Net::FTP and Ports
Show the actual code (make a small program that illustrates the problem) you are using to interact with Net::FTP.
Without seeing your code, this is just a guess, but perhaps you aren't closing the FTP connection each time? Either destroy the Net::FTP object and re-create it with each iteration, or make sure you are calling 'login'/'quit' each time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::FTP and Ports
by Anonymous Monk on Feb 06, 2004 at 14:10 UTC | |
by Anonymous Monk on Feb 06, 2004 at 15:18 UTC |