The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
Google UNIX.COM



Thread: TELNET help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-08-2007
adhirgarg adhirgarg is offline
Registered User
 

Join Date: Dec 2006
Posts: 10
Use ftp not telnet

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

Last edited by adhirgarg; 03-08-2007 at 01:14 AM. Reason: Adding some more information
Reply With Quote