Re: Net::FTP fails when invoked from browser

2009-11-10 Thread boman
Dermot, I did set domain and user environemt variables, no change. Uri, thanks for the tips. I've implemented localtime() and next if, but still see same results. Mr. Scott, I do believe you are onto something there. I do see the browser being updated after each file is FTPd, but the process simp

Re: Net::FTP fails when invoked from browser

2009-11-09 Thread Peter Scott
On Sat, 07 Nov 2009 09:51:49 -0800, Boman wrote: > Have a simple script to FTP all files in one dir to a Solaris box. > Script runs fine when invoked from command line. However, when invoked > from browser (simple html form with one button that calls the .pl > script), only some files get FTPd. The

Re: Net::FTP fails when invoked from browser

2009-11-08 Thread Dermot
2009/11/7 boman : > Have a simple script to FTP all files in one dir to a Solaris box. > Script runs fine when invoked from command line. However, when invoked > from browser (simple html form with one button that calls the .pl > script), only some files get FTPd. The process seems to stall, then >

Net::FTP fails when invoked from browser

2009-11-07 Thread boman
Have a simple script to FTP all files in one dir to a Solaris box. Script runs fine when invoked from command line. However, when invoked from browser (simple html form with one button that calls the .pl script), only some files get FTPd. The process seems to stall, then the browser times out. Run

Re: Net::FTP fails when invoked from browser

2009-11-07 Thread Uri Guttman
> "b" == boman writes: b> Have a simple script to FTP all files in one dir to a Solaris box. b> Script runs fine when invoked from command line. However, when invoked b> from browser (simple html form with one button that calls the .pl b> script), only some files get FTPd. The proces