Hi all,
I'm doing some work that envolves me telneting to a unix box. Then ftping onto another unix box and downloading files.
I've written the script to do all the stuff for the telnet but I'm having problems getting FTP to work. I've tried to use the telnet->cmd("ftp hostname"
; but thats as far as I can go. Almost as if any commands to the ftp client on the remote unix box are being ignored.
I've tried to use Net::FTP but cant work out how to use it from within the Net::Telnet session.
Can anyone point me in the right direction??
Thanks
Skar
I'm doing some work that envolves me telneting to a unix box. Then ftping onto another unix box and downloading files.
I've written the script to do all the stuff for the telnet but I'm having problems getting FTP to work. I've tried to use the telnet->cmd("ftp hostname"
I've tried to use Net::FTP but cant work out how to use it from within the Net::Telnet session.
Can anyone point me in the right direction??
Thanks
Skar