i want to capture the output to a variable, and i dont want to use Net::FTP or any packages, Here i am not getting logged in ftp , can you point me out in right direction or any code changes?#!usr/bin/perl $host = "127.0.0.1"; system("ftp -n $host"); system("pass root xxxxxx"); system("quit");
In reply to system call to ftp by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |