|
Posted by botfood on January 1, 2005, 2:36 pm
Please log in for more thread options
I had my remotes host "upgrade" a server recently, and things are
breaking right and left.... I am currently attempting to figure what is
going on with a script I have been using to pull files with Net::FTP
from the server for a nightly backup. Nothing on my end has changed,
but now the script crashes when attempting its first get() with the
error message:
Can't locate object method "new" via package "Net::FTP::ASCII"
at C:/usr/lib/IO/Socket.pm line 253.
If I test the script by attempting to get() a file from a different
host, it still works, so I am highly suspect of something different on
the new host server. I can still FTP in manually using WS_FTP, but my
perl script crashes every time.
Any ideas on how I can figure out why Net::FTP is breaking now?
|