I can't get my script to ftp.
I have a feeling it is network/socket/protocol stuff. ( I don't know much about communciations, as is apparent.)
Can anyone help?
Here's the code.
--------------------------------------------
#!/usr/sbin/perl -w
use Net::FTP;
$host = "123.45.678.912"...