TELNET help

iam loging into unix server from windows using telnet service

how to upload a text file (or)file into my user account in linux
i dont have root privilages

Hello, You cannot load a file using telnet. For that you need to use ftp

Steps

  1. Open console of your windows.
  2. ftp "machinename" with login and password
  3. lcd your local path
  4. cd your path in UNIX.
  5. Use "get $filename" or "put $filename"

thats' how you can load a file from UNIX to Windows and vice-versa.

Enjoy !!
Adhir