|
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
|