Dan Sugalski wrote:
>
> Yech, that's abysmal. Try turning on debugging to see if anything shows
> there. Also consider switching from the generic store method to one you
> roll by hand. (There are directions in the Net::FTP docs for this) That way
> you can see how long each piece of the put takes. You might be tripping
> over some timer or something.
Debugging on doesn't reveal any problems. I dread having to code my
own store method, so I'll leave that as my last resort! I guess I'm
just hoping there's a simple answer that I've missed.