|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Minimize the cost of deploying database applications. Advantage Database Server or Microsoft SQL Server – Which One is Right for You? Learn now! |
|
#1
|
|||
|
|||
|
Hello everyone,
I'm currently under a project that requires me to write a program in Perl so that I can connect to the client's ftp server, grab the file, then close the connection. Now that I know this is doable in Perl, but is there a Perl Module already out there support these functions or would I have to write my own code to catch the ftp processes. Any thoughts? Thanks in advance. Rick |
|
#2
|
|||
|
|||
|
The LWP module has an ftp part to it (and LWP is part of the standard distribution of perl).
|
|
#3
|
|||
|
|||
|
>>The LWP module has an ftp part to it
He actually needs Net::FTP from the libnet packages -> http://www.perl.com/CPAN-local/modules/by-module/Net/libnet-1.0703.tar.gz |
|
#4
|
|||
|
|||
|
Thanks for the help,
Actually, I figured out this thing myself by digging through the search results off Yahoo last night, heh. freebsd's right, using NET::FTP is more than enough. Rick |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Automate FTP process with PERL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|