Connected using screen over RS-232. How do I transfer a file to my local system?Send file by xmodem or kermit protocol with GNU screensocat reliable file transfer over TCPssh -> screen -> ssh - how to kill remote screened ssh without killing original ssh sessionFile transfer using YMODEM szTelnet equivalent for USB connected devices?Automatically renew kerberos tickets in GNU screenInstalling and running Devuan over serial consoleHow to run GNU screen in detached mode over serial console and save output?System fails to boot when providing `console` boot parameter to enable serial accessRetrieve file over serial without kermit and lrzszHow to transfer file from remote server to local machine using with ssh
How did Arya survive the stabbing?
How does the UK government determine the size of a mandate?
You cannot touch me, but I can touch you, who am I?
How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?
Go Pregnant or Go Home
How to pronounce the slash sign
What does the word "Atten" mean?
Is there a problem with hiding "forgot password" until it's needed?
Where does the Z80 processor start executing from?
Why Were Madagascar and New Zealand Discovered So Late?
CREATE opcode: what does it really do?
Is exact Kanji stroke length important?
Two monoidal structures and copowering
Avoiding estate tax by giving multiple gifts
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
What can we do to stop prior company from asking us questions?
Lay out the Carpet
Opposite of a diet
What Brexit proposals are on the table in the indicative votes on the 27th of March 2019?
Implement the Thanos sorting algorithm
Is `x >> pure y` equivalent to `liftM (const y) x`
How to Reset Passwords on Multiple Websites Easily?
How many times can American Tourist re-enter UK in same 6 month period?
How do I go from 300 unfinished/half written blog posts, to published posts?
Connected using screen over RS-232. How do I transfer a file to my local system?
Send file by xmodem or kermit protocol with GNU screensocat reliable file transfer over TCPssh -> screen -> ssh - how to kill remote screened ssh without killing original ssh sessionFile transfer using YMODEM szTelnet equivalent for USB connected devices?Automatically renew kerberos tickets in GNU screenInstalling and running Devuan over serial consoleHow to run GNU screen in detached mode over serial console and save output?System fails to boot when providing `console` boot parameter to enable serial accessRetrieve file over serial without kermit and lrzszHow to transfer file from remote server to local machine using with ssh
I'm connected to a device over a serial cable and using screen I have full access to the remote system.
How do I transfer an entire file(s) to my local system? Not just the contents of the file, I want the whole thing. I need to send this file as a sample to a third party so they'll want to see metadata, encoding, etc. I want to copy the file exactly as it is, the data it contains isn't really that important.
The remote system is Linux, but a proprietary box so I can't guarantee what tools it has. Local system is running Xubuntu Xenial. I can install packages onto my machine, but not the remote one. My connection is over a USB serial adaptor, so screen is connecting through a ttyUSB.
gnu-screen serial-port file-transfer serial-console
This question has an open bounty worth +50
reputation from Seret ending ending at 2019-04-02 12:55:28Z">in 6 days.
This question has not received enough attention.
add a comment |
I'm connected to a device over a serial cable and using screen I have full access to the remote system.
How do I transfer an entire file(s) to my local system? Not just the contents of the file, I want the whole thing. I need to send this file as a sample to a third party so they'll want to see metadata, encoding, etc. I want to copy the file exactly as it is, the data it contains isn't really that important.
The remote system is Linux, but a proprietary box so I can't guarantee what tools it has. Local system is running Xubuntu Xenial. I can install packages onto my machine, but not the remote one. My connection is over a USB serial adaptor, so screen is connecting through a ttyUSB.
gnu-screen serial-port file-transfer serial-console
This question has an open bounty worth +50
reputation from Seret ending ending at 2019-04-02 12:55:28Z">in 6 days.
This question has not received enough attention.
1
Hello Seret. 1. What do you see as "the whole thing" that isn't the contents of the file? 2. What are you running over the serial cable? For example serial TTY, SLIP, PPP. 3. What OS or Distribution are you running on the remote system, and what is "my local system" running? (Please edit your question to answer this - ideally as if you'd provided the information in the first place. Don't reply here in the comments. I can then delete my comment.)
– roaima
Mar 20 at 11:08
1
I assumed, based on the rs-232 in the title and "over a serial cable" in the body. if I'm wrong, I apologize, and it's easy to untag.
– Jeff Schaller♦
Mar 20 at 11:37
see this post, I think it's a variant of your question: unix.stackexchange.com/questions/56614/…
– wazoox
yesterday
add a comment |
I'm connected to a device over a serial cable and using screen I have full access to the remote system.
How do I transfer an entire file(s) to my local system? Not just the contents of the file, I want the whole thing. I need to send this file as a sample to a third party so they'll want to see metadata, encoding, etc. I want to copy the file exactly as it is, the data it contains isn't really that important.
The remote system is Linux, but a proprietary box so I can't guarantee what tools it has. Local system is running Xubuntu Xenial. I can install packages onto my machine, but not the remote one. My connection is over a USB serial adaptor, so screen is connecting through a ttyUSB.
gnu-screen serial-port file-transfer serial-console
I'm connected to a device over a serial cable and using screen I have full access to the remote system.
How do I transfer an entire file(s) to my local system? Not just the contents of the file, I want the whole thing. I need to send this file as a sample to a third party so they'll want to see metadata, encoding, etc. I want to copy the file exactly as it is, the data it contains isn't really that important.
The remote system is Linux, but a proprietary box so I can't guarantee what tools it has. Local system is running Xubuntu Xenial. I can install packages onto my machine, but not the remote one. My connection is over a USB serial adaptor, so screen is connecting through a ttyUSB.
gnu-screen serial-port file-transfer serial-console
gnu-screen serial-port file-transfer serial-console
edited 23 hours ago
Seret
asked Mar 20 at 10:39
SeretSeret
565
565
This question has an open bounty worth +50
reputation from Seret ending ending at 2019-04-02 12:55:28Z">in 6 days.
This question has not received enough attention.
This question has an open bounty worth +50
reputation from Seret ending ending at 2019-04-02 12:55:28Z">in 6 days.
This question has not received enough attention.
1
Hello Seret. 1. What do you see as "the whole thing" that isn't the contents of the file? 2. What are you running over the serial cable? For example serial TTY, SLIP, PPP. 3. What OS or Distribution are you running on the remote system, and what is "my local system" running? (Please edit your question to answer this - ideally as if you'd provided the information in the first place. Don't reply here in the comments. I can then delete my comment.)
– roaima
Mar 20 at 11:08
1
I assumed, based on the rs-232 in the title and "over a serial cable" in the body. if I'm wrong, I apologize, and it's easy to untag.
– Jeff Schaller♦
Mar 20 at 11:37
see this post, I think it's a variant of your question: unix.stackexchange.com/questions/56614/…
– wazoox
yesterday
add a comment |
1
Hello Seret. 1. What do you see as "the whole thing" that isn't the contents of the file? 2. What are you running over the serial cable? For example serial TTY, SLIP, PPP. 3. What OS or Distribution are you running on the remote system, and what is "my local system" running? (Please edit your question to answer this - ideally as if you'd provided the information in the first place. Don't reply here in the comments. I can then delete my comment.)
– roaima
Mar 20 at 11:08
1
I assumed, based on the rs-232 in the title and "over a serial cable" in the body. if I'm wrong, I apologize, and it's easy to untag.
– Jeff Schaller♦
Mar 20 at 11:37
see this post, I think it's a variant of your question: unix.stackexchange.com/questions/56614/…
– wazoox
yesterday
1
1
Hello Seret. 1. What do you see as "the whole thing" that isn't the contents of the file? 2. What are you running over the serial cable? For example serial TTY, SLIP, PPP. 3. What OS or Distribution are you running on the remote system, and what is "my local system" running? (Please edit your question to answer this - ideally as if you'd provided the information in the first place. Don't reply here in the comments. I can then delete my comment.)
– roaima
Mar 20 at 11:08
Hello Seret. 1. What do you see as "the whole thing" that isn't the contents of the file? 2. What are you running over the serial cable? For example serial TTY, SLIP, PPP. 3. What OS or Distribution are you running on the remote system, and what is "my local system" running? (Please edit your question to answer this - ideally as if you'd provided the information in the first place. Don't reply here in the comments. I can then delete my comment.)
– roaima
Mar 20 at 11:08
1
1
I assumed, based on the rs-232 in the title and "over a serial cable" in the body. if I'm wrong, I apologize, and it's easy to untag.
– Jeff Schaller♦
Mar 20 at 11:37
I assumed, based on the rs-232 in the title and "over a serial cable" in the body. if I'm wrong, I apologize, and it's easy to untag.
– Jeff Schaller♦
Mar 20 at 11:37
see this post, I think it's a variant of your question: unix.stackexchange.com/questions/56614/…
– wazoox
yesterday
see this post, I think it's a variant of your question: unix.stackexchange.com/questions/56614/…
– wazoox
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507395%2fconnected-using-screen-over-rs-232-how-do-i-transfer-a-file-to-my-local-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507395%2fconnected-using-screen-over-rs-232-how-do-i-transfer-a-file-to-my-local-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-file-transfer, gnu-screen, serial-console, serial-port
1
Hello Seret. 1. What do you see as "the whole thing" that isn't the contents of the file? 2. What are you running over the serial cable? For example serial TTY, SLIP, PPP. 3. What OS or Distribution are you running on the remote system, and what is "my local system" running? (Please edit your question to answer this - ideally as if you'd provided the information in the first place. Don't reply here in the comments. I can then delete my comment.)
– roaima
Mar 20 at 11:08
1
I assumed, based on the rs-232 in the title and "over a serial cable" in the body. if I'm wrong, I apologize, and it's easy to untag.
– Jeff Schaller♦
Mar 20 at 11:37
see this post, I think it's a variant of your question: unix.stackexchange.com/questions/56614/…
– wazoox
yesterday