Would it be allowed to create a FTP session over a Telnet session's object created using Net::Telnet
My requirement is basically I have a Telent session with a server A, this basically must copy files that are on server B to server C. how would I be able to achieve this?