At 02:24 PM 8/14/00 -0400, Joe Kazimierczyk wrote:
>using Net::FTP to put the file takes 23 minutes
>interactive Multinet FTP puts the same file in 10 seconds
>
>If I use Net::FTP from a unix Solaris client to put the 40 Mb file to
>the VMS box, it runs in about 30 seconds.  So this is why I say the
>problem is specific to the VMS Net::FTP client.

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.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to