Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is there an easy pure-perl way to do this?
#!/usr/bin/perl use warnings; use strict; system("ftp TEMPERED"); system("username"); system("password");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Simple command line FTP
by rovf (Priest) on May 27, 2009 at 15:00 UTC | |
Re: Simple command line FTP
by Anonymous Monk on May 27, 2009 at 14:03 UTC | |
by rovf (Priest) on May 27, 2009 at 14:53 UTC | |
by toolic (Bishop) on May 27, 2009 at 17:01 UTC | |
by Anonymous Monk on May 28, 2009 at 04:57 UTC | |
Re: Simple command line FTP
by arc_of_descent (Hermit) on May 27, 2009 at 15:57 UTC |