Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Quick question looking for any ideas: ActivePerl 522 on win2k. Using Win32::Internet, and the FTP routines to send some data files to a range of dirs on a public server on a scheduled basis. All works fine on the surface but with more files to send it hangs midway through - just sits there. Tried fiddling with all the timeout values I can find, tried passive vs traditional port transfers - nada. Manual ftp clients seem to work okay with the server and the sysadmin there says nothing odd about it. Anyone ever seen this/know what it might be. Now off to try Net::FTP instead just in case that's feeling better... Kim

Replies are listed 'Best First'.
Re: Odd hangs with Win32::Internet ftp
by Anonymous Monk on Dec 19, 2001 at 00:38 UTC
    can you please post your code? thanks.
Re: Odd hangs with Win32::Internet ftp
by kimb (Initiate) on Dec 18, 2001 at 19:13 UTC
    Strange, Very strange