Home > Archive > PERL Beginners > January 2006 > NET::FTP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Dave DiGregorio 2006-01-25, 6:57 pm |
| I am using 5.6
Using PPM I can not find NET::FTP all that are listed are:
==> NET::FTP::Common
==> NET::FTP::SHELL
==> NET::FTP::BLAT
==> NET::TFTP
Is NET::FTP only available on perl 5.8? Or should I be able to just
grab the module from somewhere and place it in the correct folder? I am
only using the default repositories in PPM.
Thanks
David R. DiGregorio
Vocollect
703 Rodi Road
Pittsburgh, PA 15235
P. 412-349-2440
ddigregorio@vocollect.com
-CONFIDENTIAL, PRIVILEGED COMMUNICATION-
This e-mail transmission is private and intended for the addressee(s)
only. It may contain information that is privileged and/or
confidential. If you have received this transmission in error, you are
not authorized to read, copy, disclose or disseminate it in any manner.
If you have received it in error, please delete it and all copies
(including backup copies) that have been made, and transmit a reply
message informing the sender that it was misdirected.
| |
| Tom Phoenix 2006-01-25, 9:56 pm |
| On 1/25/06, DiGregorio, Dave <ddigregorio@vocollect.com> wrote:
> Using PPM I can not find NET::FTP
Odd. Have you seen this?
http://cpan.uwinnipeg.ca/htdocs/faqs/faq.html#07
> Is NET::FTP only available on perl 5.8? Or should I be able to just
> grab the module from somewhere and place it in the correct folder?
Generally, that doesn't work. I'm not sure whether it might work for
Net::FTP, but it's probably better to use the PPM, if you can. You may
need to switch to a more recent version. Good luck with it!
--Tom Phoenix
Stonehenge Perl Training
|
|
|
|
|