|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
ftp script wint perl ?
Hello,
I need every hour to download a file (in ascci mode) from a ftp server and I'm wondering How can i do this with perl? Any example script ? Greetings, Chema |
|
#2
|
|||
|
|||
|
What I would do is follows:
First make a cron job to run a perl script once an hour (if the host of the machine your running this on allows it) Then write a perl script that uses the Net::FTP module..you can find documentation for this module below: http://www.perldoc.com/perl5.6/lib/Net/FTP.html Then do whatever you need to do with the file and that should do it! Hope this helps! |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > ftp script wint perl ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|