Net::FTP filesize limit
am 29.07.2006 00:30:39 von nisbetiI have written a script to grab some files via FTP. All is fine for all
file sizes when I run it from my development machine (Active Perl) but
when I use it on the ISP webserver (unix based) all works OK except
that files over 500k are ignored by the get method. The script does not
crash though, just the larger files are not got. I have set Timeout
option to 240 for the new method.
Has the ISP tampered with NET::FTP module to restrict size of files? Is
there a way I can override thier restiction? Whereabouts within the
FTP.pm file can I find the code which limits the size of files copied?
Thanks
Ian