Re: Perl Code to ftp files

2008-09-17 Thread Mr. Shawn H. Corey
On Wed, 2008-09-17 at 13:09 -0700, [EMAIL PROTECTED] wrote: > Hello > > I need to write some code where I invoke ftp to another node and ftp a file > from its directory to a directory that is on my system. Can this be done in > perl (I suspect so) and what would be the best way to do it. This wi

Perl Code to ftp files

2008-09-17 Thread andrewmchorney
Hello I need to write some code where I invoke ftp to another node and ftp a file from its directory to a directory that is on my system. Can this be done in perl (I suspect so) and what would be the best way to do it. This will help automate some backup work that needs to be done. Thanks, And