viewing a connection to a secure ftp site (using perl) and downloading all .log files, saving to new directories named after the day the files were downloaded. I want to do this without modules, like a learning experience, but before I start, I would like to know if you thought this was happening, or too much for a relatively new programmer, and I just need to learn modules?
If this is production work, no, use modules. Your implementation will be a bug, missing features, and unknown to the next person supporting this code.
, . . FTP, , , . scp, HTTP rsync .
RFC FTP-, . , CPAN . FTP-, - ( ). , . , - , , .
, , , , , , .
, , , , "A Apple" .., , , .
. , , . , , , , , .
, , , , .
ad cpan:
So, learn the basics of perl, learn some modules (like Net :: SFTP), and if you still want to write your own solution - it's up to you. :)