Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: system call to ftp

by Anonymous Monk
on Mar 24, 2012 at 11:14 UTC ( [id://961386]=note: print w/replies, xml ) Need Help??


in reply to Re: system call to ftp
in thread system call to ftp

Okay, Agreed .But the other system which the script going to be put into run,may or may not have Net::FTP (old perl version) or its dependent packages which in turn gives problem , ie why i tried to use system, Anyhow i have partially fixed the problem ,
.... system("ftp -n -s:ftpcred.txt $host > out.txt"); .... # file:ftpcred.txt #================== user root xxxx ls quit

Replies are listed 'Best First'.
Re^3: system call to ftp
by Khen1950fx (Canon) on Mar 24, 2012 at 11:49 UTC
    FYI, Net::FTP is a core dual-lived module. If the other system has perl installed, then it has Net::FTP.

      corelist -d Net::FTP Net::FTP was first released with perl v5.7.3

      Sigh ... 5.7.3 was released 10 years ago. If you're restricted to perls older than 5.7.3, I'll say a prayer for you.

      -derby
      You mean , this package is available from the first release of perl ? and it will run on every boxes with different linux/unix/windows flavors?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://961386]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found