It only takes a minute to sign up. Connect and share knowledge within a single location that is structured and easy to search. I have an attendance device running Linux OS. I can connect this device via telnet session. There are some files in the device that I would like to download and upload with new files. How can I do that? I have very low knowledge on Linux OS. Would you please help! Read Simple file transfer and How to get file to a host when all you have is a serial console?
D with the IP address of your pc. As soon as the transfer was successful, the netcat process on your pc should stop automatically. Make first a backup of the original desktop. No networking, no file transfer utilities; no Base64 utils or anything remotely useful on the device.
On the host, I trivially encoded a firmware into the following format; a kind of hex-dump consisting of shell literals combined with printf commands:. On the device I did:. I could just have used copy and paste, since the amount of data is small. Checked using BusyBox's md5sum that the firmware.
I think device has a customized os installed as it recognized some specific linux commands only. However today I got success to transfer the file using tftp command. I successfully replaced desktop. What I did is, created tftp server on window system. Create ftp server by installing solerwinds on window system. Sign up to join this community. The best answers are voted up and rise to the top.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Learn more. Downloading and uploading files via telnet session Ask Question. Connect and share knowledge within a single location that is structured and easy to search.
I am transfering colleges and I have a lot of files from the first college that I would like to keep. The files are are on a Sun server which I can only access using telnet. Is there a way to download the files from the server using telnet?
The easiest way is if you can run binaries on the machine, so set up a simple ftp server or something. As a last restore, uuencode and cat could be used. Only way I see is to tar everything and convert it to base Once you are done with that, just "cat" it on remote side. If your telnet client e. But do notice that this procedure is pain-in-the-ass and it takes a while for any significant amount of data.
It all depends on what you're allowed to do on the machine. One simple solution is to send all files by mail to yourself if you have access to a mail client. It's actually very easy as long as you can approach the "server" the machine that is receiving the file.
In the server terminal type:. Sometimes you will have to create an empty file with the same name on the server side before you start the command. Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group.
Create a free Team What is Teams? Learn more. Is there a way to download through telnet Ask Question. Why not use scp or sftp like the other answers are suggesting? You really shouldn't be using telnet anyway use ssh instead. McGarnagle Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown.
The Overflow Blog. Who owns this outage? Building intelligent escalation chains for modern SRE. Podcast Who is building clouds for the independent developer?
Featured on Meta. Now live: A fully responsive profile. Reducing the weight of our footer.
0コメント