| Author |
File transfer using telnet Connection
|
epooagg Aggarwal
Greenhorn
Joined: Sep 13, 2011
Posts: 3
|
|
Hi, I am trying to transfer file from remote machine to a local linux machine using telnet connection.
Is there any way to transfer file using telnet connection?
Thanks
|
 |
Richard Tookey
Ranch Hand
Joined: Aug 27, 2012
Posts: 361
|
|
I have never tried to do a file transfer over Telnet and I'm not sure it is possible but since Telnet is insecure I would never even consider using it. In fact I wold never consider using Telnet ever for anything.
If your remote machine is running OpenSSH then you can securely copy files using either 'scp' or 'sftp' .
|
 |
 |
|
|
subject: File transfer using telnet Connection
|
|
|