Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to FTP and Telnet?
Name: Root Date: November 27, 2003 at 03:41:05 Pacific OS: Windows 2000 CPU/Ram: 2.0 GHz; 256K
Comment:
I bought this satellite receiver which has Linux operating system. The problem is that I have to do an upload and I need to use both FTP and Telnet to send the file from my PC to this machine. It gives me a precise folder where I should put this file which is stored in my PC. How do I go from here? I would be interested if using DOS is more efficient than Windows Explorer when FTP. Thank you!
Name: Stuart Date: November 27, 2003 at 05:21:21 Pacific
Reply:
Windows Explorer is quie capable when it comes to to FTP.
Just type ftp://name_of)server or IP address into the address bar and there you are. Use copy and paste to transfer the files.
You can use Telnet from a command prompt within Windows.
Stuart
0
Response Number 2
Name: mike Date: November 27, 2003 at 07:08:39 Pacific
Reply:
Telnet works! at the command prompt type:
telnet <IP address>
Login: <name> Password: <password>
Keep in mind that you'll need to know some basic linux commands to get your files.
FTP might be better. Same with this, you'll need to know basic FTP commands to get your files.
cd = change directory lcd = local change directory (your pc) put = put file from your pc to FTP server get = get file from FTP server mput = put multiple files on FTP server mget = get multiple files from FTP server delete = delete file from FTP server mdelete = delete multiple files from FTP server ls = directory listing
Summary: I have a D-Link 2.4 GHz DSL router connecting Windows XP, Windows 2000(through wireless) and Sun Sparc Ultra 10 workstation. They all can ping to each other and each one of them can browse internet wi...
Summary: I have a router sits behind comcast modem. I want to setup the telnet access to this router from outside (public network) using the domain name. (the reason for domain name is because I only have dyna...