in reply to Re^2: Remote server file access issue
in thread Remote server file access issue
When you use Net::Telnet to connect to a remote machine, it's connecting in the same way as if you used a telnet command line utility (or PuTTY, or the Windows telnet client, . . .) to log into the remote machine. Unless you have the remote machine set up with perl as your login shell, it's highly unlikely you're going to be able to use Perl directly from the command line.
|
|---|