LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   telnet (https://www.linuxquestions.org/questions/linux-newbie-8/telnet-393100/)

stasik 12-15-2005 06:29 AM

telnet
 
hy.how can i connect to another pc through telnet or netcat? is it port 20? how could i sint a txt to another pc?please help.
i m runing suse 10

sohny 12-15-2005 06:57 AM

does the remote pc run linux? if yes & it is connected to any network which u r connected to, type

telnet <<ip-address>>


u need to know the IP address of the remote machine before hand. on the remote machine type ifconfig u will get to know its IP address

use ftp command with the same Ip address to send & recieve files from the remote machine.

IBall 12-15-2005 07:48 AM

You may be better off installing and using ssh.

Telnet send all data (Including Passwords) in plain text. Ssh encrypts all data.

--Ian

stasik 12-15-2005 07:52 AM

what if i wanna use the c drive of the other pc,running windows?i know ip.is that enough?

lord-fu 12-15-2005 08:57 AM

Well if you know the ip and the machine is running telent or netcat then thats all you need.
As stated before telnet is very insecure and you should very much shh look into ssh.

farslayer 12-15-2005 08:58 AM

Use SSH

Download putty to use as a client on your windows machine. http://www.chiark.greenend.org.uk/~sgtatham/putty/
use scp or sftp (part of ssh and putty ) to securely transfer files between the machines.

Telnet is very insecure avoid using it if you can.


All times are GMT -5. The time now is 12:30 AM.