in reply to Re^2: ftp scripts
in thread ftp scripts

Keep in mind that modules don't have to be installed system-wide; you can install a private copy of Net::FTP in a private directory, and put use lib '/path/to/private/dir'; at the top of your script to use it.