How do I copy text from PuTTY to another window? Announcing the arrival of Valued Associate...
Time to Settle Down!
What was the first language to use conditional keywords?
Why is my ESD wriststrap failing with nitrile gloves on?
Did Deadpool rescue all of the X-Force?
What is a fractional matching?
Is there any word for a place full of confusion?
What is the difference between globalisation and imperialism?
Crossing US/Canada Border for less than 24 hours
What does it mean that physics no longer uses mechanical models to describe phenomena?
Illegal assignment from sObject to Id
Did Krishna say in Bhagavad Gita "I am in every living being"
Sum letters are not two different
What would you call this weird metallic apparatus that allows you to lift people?
Significance of Cersei's obsession with elephants?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
How to install press fit bottom bracket into new frame
Can the Great Weapon Master feat's "Power Attack" apply to attacks from the Spiritual Weapon spell?
How do I find out the mythology and history of my Fortress?
A term for a woman complaining about things/begging in a cute/childish way
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Performance gap between vector<bool> and array
Putting class ranking in CV, but against dept guidelines
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Question about debouncing - delay of state change
How do I copy text from PuTTY to another window?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How to copy text from (or paste to) PuttyAlternative to xsel or xclip *without* X11 installed?Putty-like copy/pasteConnecting to MSP430 via /dev/ttyACM0When using `byobu` in a PuTTY session cannot create new windowsCopy paste not working on ubuntu puttyApplication Putty starts in small windowWhy can't I have multiple application instances from the GUI?Copy/paste middle mouse button functionality absentCan I access Ubuntu desktop from PuTTY?How to record putty session?How to copy text from (or paste to) Putty
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
I need to copy text from a PuTTY window to another window (for example, gedit).
UPDATE
I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.
UPDATE1
I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.
serial-port putty
add a comment |
I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
I need to copy text from a PuTTY window to another window (for example, gedit).
UPDATE
I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.
UPDATE1
I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.
serial-port putty
add a comment |
I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
I need to copy text from a PuTTY window to another window (for example, gedit).
UPDATE
I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.
UPDATE1
I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.
serial-port putty
I'm using PuTTY on Ubuntu 14.04 (Trusty Tahr) to connect to a serial port.
I need to copy text from a PuTTY window to another window (for example, gedit).
UPDATE
I can copy by selecting text with the mouse and paste it by mouse middle click. But it does not work when I paste from another window.
UPDATE1
I haven't succeeded to fix this issue, but I've switched to the Ubuntu-native application GtkTerm which can copy-paste as usual from the Ubuntu terminal.
serial-port putty
serial-port putty
edited Nov 1 '17 at 23:10
muru
1
1
asked Jul 30 '15 at 12:44
fsquirrelfsquirrel
141127
141127
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
I've copied from the PuTTY manual:
PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.
4
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
1
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
1
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
|
show 2 more comments
COPY:
Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.
PASTE:
Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.
1
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
add a comment |
I had same problem.
Despite suggestion from manual, left mouse button selection for copying text does not work for me.
I had found that middle mouse button does the trick.
add a comment |
Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.
For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.
add a comment |
You can use cat Abc.java to show the content of file.
Then highlight the text and CTRL + C to copy the text.
After that, you can paste any where you want.
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
add a comment |
There is an ugly way that I use to copy from Putty console.
In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.

Then I tail the log file in a local terminal with command:
tail -f <logFileName>
When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.
add a comment |
just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.
go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.
this is what worked for me ..im on ubuntu 16.04 LTS
add a comment |
I found the solution here
Problem
Copy Paste text from PuTTY to Another Application on Ubuntu not working
solution
Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.
pasting to other application:
Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.
This worked for me on Fedora
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f654609%2fhow-do-i-copy-text-from-putty-to-another-window%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've copied from the PuTTY manual:
PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.
4
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
1
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
1
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
|
show 2 more comments
I've copied from the PuTTY manual:
PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.
4
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
1
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
1
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
|
show 2 more comments
I've copied from the PuTTY manual:
PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.
I've copied from the PuTTY manual:
PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard. You do not need to press Ctrl-C or Ctrl-Ins; in fact, if you do press Ctrl-C, PuTTY will send a Ctrl-C character down your session to the server where it will probably cause a process to be interrupted.
answered Jul 30 '15 at 12:47
FrantiqueFrantique
7,2022649
7,2022649
4
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
1
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
1
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
|
show 2 more comments
4
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
1
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
1
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
4
4
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
Thank you for quick reply but for me it does not work... I can copy by selecting(drag and drop) and paste by middle mouse click. But I cannot paste selected to another window.
– fsquirrel
Jul 30 '15 at 12:51
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
This is weird. The copied content goes to Windows's clipboard, so it should be accessible to others as well.
– Frantique
Jul 30 '15 at 12:56
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
I'm not sure that I understand what Windows you mean.
– fsquirrel
Jul 30 '15 at 12:57
1
1
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
Ohh, sorry, I missed the Ubuntu host part. :) Why do you use Putty and not a normal Terminal with SSH session?
– Frantique
Jul 30 '15 at 13:01
1
1
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
As I'm connecting to device via UART. It is serial port connection not ssh.
– fsquirrel
Jul 30 '15 at 13:12
|
show 2 more comments
COPY:
Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.
PASTE:
Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.
1
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
add a comment |
COPY:
Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.
PASTE:
Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.
1
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
add a comment |
COPY:
Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.
PASTE:
Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.
COPY:
Simply highlight text in PuTTY. Press and keep pressed left mouse button + move mouse to highlight the text you want + release left mouse button and text will be copied to the clipboard.
PASTE:
Just click the middle mouse button to paste clipboard text in PuTTY itself or every other application that has a text prompt. Please note that modern mice don't have the middle 'button' but usually a wheel, so you have to click on the wheel. If you are using a laptop, tapping on the upper right corner of the touchpad should reproduce a mouse middle click.
edited Nov 1 '17 at 18:58
answered May 29 '16 at 17:05
bytepanbytepan
37123
37123
1
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
add a comment |
1
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
1
1
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This work, but not for all applications, for example it is not possible to copy text directly in Firefox, in a text area of a web page. I need to copy to an opened text editor first.
– Fabiano Tarlao
Apr 21 '17 at 8:48
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
This answer almost resolved my confusion. Important detail: PuTTY's 'copy' is not to the clipboard. The normal clipboard will still be unmodified. This makes it seem like left button select did nothing. Left button select in PuTTY, then scroll button press in gedit to paste worked.
– jws
Jul 26 '18 at 20:35
add a comment |
I had same problem.
Despite suggestion from manual, left mouse button selection for copying text does not work for me.
I had found that middle mouse button does the trick.
add a comment |
I had same problem.
Despite suggestion from manual, left mouse button selection for copying text does not work for me.
I had found that middle mouse button does the trick.
add a comment |
I had same problem.
Despite suggestion from manual, left mouse button selection for copying text does not work for me.
I had found that middle mouse button does the trick.
I had same problem.
Despite suggestion from manual, left mouse button selection for copying text does not work for me.
I had found that middle mouse button does the trick.
answered Jan 5 '17 at 6:16
fatfat
1747
1747
add a comment |
add a comment |
Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.
For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.
add a comment |
Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.
For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.
add a comment |
Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.
For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.
Simple; just highlight the text in putty and right click. Note, though, that this will also paste the text into whatever you are working on in Putty.
For example, if you are copying text from Vim or Nano, highlight the text you want to copy, right click it, and then quit without saving.
answered Jul 30 '15 at 12:47
A.J. RuckmanA.J. Ruckman
83112
83112
add a comment |
add a comment |
You can use cat Abc.java to show the content of file.
Then highlight the text and CTRL + C to copy the text.
After that, you can paste any where you want.
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
add a comment |
You can use cat Abc.java to show the content of file.
Then highlight the text and CTRL + C to copy the text.
After that, you can paste any where you want.
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
add a comment |
You can use cat Abc.java to show the content of file.
Then highlight the text and CTRL + C to copy the text.
After that, you can paste any where you want.
You can use cat Abc.java to show the content of file.
Then highlight the text and CTRL + C to copy the text.
After that, you can paste any where you want.
edited Apr 22 '16 at 2:01
Android Dev
11.1k63462
11.1k63462
answered Apr 21 '16 at 13:35
vtc94vtc94
111
111
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
add a comment |
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
While your answer may be valid you could elaborate more about how and aswell format it a bit better, see Help Page
– Videonauth
Apr 21 '16 at 14:12
add a comment |
There is an ugly way that I use to copy from Putty console.
In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.

Then I tail the log file in a local terminal with command:
tail -f <logFileName>
When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.
add a comment |
There is an ugly way that I use to copy from Putty console.
In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.

Then I tail the log file in a local terminal with command:
tail -f <logFileName>
When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.
add a comment |
There is an ugly way that I use to copy from Putty console.
In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.

Then I tail the log file in a local terminal with command:
tail -f <logFileName>
When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.
There is an ugly way that I use to copy from Putty console.
In Putty configuration window, I have enabled Session Logging to get the console output dumped to a file on my system.

Then I tail the log file in a local terminal with command:
tail -f <logFileName>
When I have to copy something, I go to the local terminal where the log is being tailed and copy what I need with CtrlShiftC.
edited Oct 13 '17 at 3:06
muru
1
1
answered Oct 13 '17 at 1:50
Rijo JosephRijo Joseph
111
111
add a comment |
add a comment |
just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.
go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.
this is what worked for me ..im on ubuntu 16.04 LTS
add a comment |
just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.
go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.
this is what worked for me ..im on ubuntu 16.04 LTS
add a comment |
just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.
go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.
this is what worked for me ..im on ubuntu 16.04 LTS
just highlight the text on the terminal and click both right and left buttons on your touch pad simultaneously.
go to the text document and click the both buttons simultaneously for copying the details from terminal to text document.
this is what worked for me ..im on ubuntu 16.04 LTS
answered Feb 16 '18 at 7:11
MANOJMANOJ
111
111
add a comment |
add a comment |
I found the solution here
Problem
Copy Paste text from PuTTY to Another Application on Ubuntu not working
solution
Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.
pasting to other application:
Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.
This worked for me on Fedora
add a comment |
I found the solution here
Problem
Copy Paste text from PuTTY to Another Application on Ubuntu not working
solution
Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.
pasting to other application:
Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.
This worked for me on Fedora
add a comment |
I found the solution here
Problem
Copy Paste text from PuTTY to Another Application on Ubuntu not working
solution
Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.
pasting to other application:
Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.
This worked for me on Fedora
I found the solution here
Problem
Copy Paste text from PuTTY to Another Application on Ubuntu not working
solution
Select the text you want to copy on the screen and leave as it is. This will copy the text to PuTTY clipboard.
pasting to other application:
Go to the other application and press the middle button of the mouse. If your mouse only has two buttons, then press both left and right buttons simultaneously, it will paste the text on the other application. However, if you try to use CTRL + V , it will paste the content which is present in the default clipboard.
This worked for me on Fedora
answered 8 mins ago
Accountant مAccountant م
1013
1013
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f654609%2fhow-do-i-copy-text-from-putty-to-another-window%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