in reply to Perl-ifying bloated ftp scripts
The final product will use the Net::FTP module, and will keep login credentials, paths, and filenames in a separate config file
- you might also look at my Net::FTP::Common
- login credentials can be kept in a .netrc file, resulting in automated login via Net::FTP(::Common)?
- paths and filenames are a snap with Common. Use whatever config file solution you like
DBSchema::Sample