how to open file from ssh server with client program Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionCopy file over existing SSH session?How to ssh to a server using another server?Allow guest SSH login and redirect to a programinitiate ssh connection from server to clientSSH tunneling fails with “administratively prohibited: open failed”SSH to 2 local machines via Unix serverHow to run a program from a server on a file stored on a local machineKeep ssh session alive as server and clientSSH from client to embedded linux through serverHow to download file from CentOS server on terminal through ssh server
What is the meaning of the simile “quick as silk”?
How does the math work when buying airline miles?
How to Make a Beautiful Stacked 3D Plot
Do wooden building fires get hotter than 600°C?
Trademark violation for app?
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
An adverb for when you're not exaggerating
What does "lightly crushed" mean for cardamon pods?
Closed form of recurrent arithmetic series summation
How to convince students of the implication truth values?
If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?
Where are Serre’s lectures at Collège de France to be found?
How come Sam didn't become Lord of Horn Hill?
What do you call the main part of a joke?
Did MS DOS itself ever use blinking text?
Using audio cues to encourage good posture
What's the meaning of "fortified infraction restraint"?
Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?
Can a new player join a group only when a new campaign starts?
What is the longest distance a player character can jump in one leap?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
What causes the direction of lightning flashes?
How could we fake a moon landing now?
How would a mousetrap for use in space work?
how to open file from ssh server with client program
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionCopy file over existing SSH session?How to ssh to a server using another server?Allow guest SSH login and redirect to a programinitiate ssh connection from server to clientSSH tunneling fails with “administratively prohibited: open failed”SSH to 2 local machines via Unix serverHow to run a program from a server on a file stored on a local machineKeep ssh session alive as server and clientSSH from client to embedded linux through serverHow to download file from CentOS server on terminal through ssh server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
If I have a file (test.cpp) on my server that i have access to via ssh, is it possible to open that file using a program on my machine such as visual studio code without having to create a copy of the file?
ssh
New contributor
add a comment |
If I have a file (test.cpp) on my server that i have access to via ssh, is it possible to open that file using a program on my machine such as visual studio code without having to create a copy of the file?
ssh
New contributor
You could use sshfs to mount the directory to your remote machine or even create a samba share that can be accessed by the remote machine. Unfortunately I believe your question is about accessing the file via a windows machine which would be better suited for the superuser site. You could ask a question about creating a samba share on the linux machine but questions about accessing it from windows would be off topic here
– Jesse_b
Apr 13 at 16:29
@Jesse_b I understand, thank you
– Drumming Ace
Apr 13 at 16:37
Is cross-posting a question on multiple Stack Exchange sites permitted if the question is on-topic for each site?
– Kamil Maciorowski
Apr 13 at 19:30
add a comment |
If I have a file (test.cpp) on my server that i have access to via ssh, is it possible to open that file using a program on my machine such as visual studio code without having to create a copy of the file?
ssh
New contributor
If I have a file (test.cpp) on my server that i have access to via ssh, is it possible to open that file using a program on my machine such as visual studio code without having to create a copy of the file?
ssh
ssh
New contributor
New contributor
New contributor
asked Apr 13 at 16:25
Drumming AceDrumming Ace
133
133
New contributor
New contributor
You could use sshfs to mount the directory to your remote machine or even create a samba share that can be accessed by the remote machine. Unfortunately I believe your question is about accessing the file via a windows machine which would be better suited for the superuser site. You could ask a question about creating a samba share on the linux machine but questions about accessing it from windows would be off topic here
– Jesse_b
Apr 13 at 16:29
@Jesse_b I understand, thank you
– Drumming Ace
Apr 13 at 16:37
Is cross-posting a question on multiple Stack Exchange sites permitted if the question is on-topic for each site?
– Kamil Maciorowski
Apr 13 at 19:30
add a comment |
You could use sshfs to mount the directory to your remote machine or even create a samba share that can be accessed by the remote machine. Unfortunately I believe your question is about accessing the file via a windows machine which would be better suited for the superuser site. You could ask a question about creating a samba share on the linux machine but questions about accessing it from windows would be off topic here
– Jesse_b
Apr 13 at 16:29
@Jesse_b I understand, thank you
– Drumming Ace
Apr 13 at 16:37
Is cross-posting a question on multiple Stack Exchange sites permitted if the question is on-topic for each site?
– Kamil Maciorowski
Apr 13 at 19:30
You could use sshfs to mount the directory to your remote machine or even create a samba share that can be accessed by the remote machine. Unfortunately I believe your question is about accessing the file via a windows machine which would be better suited for the superuser site. You could ask a question about creating a samba share on the linux machine but questions about accessing it from windows would be off topic here
– Jesse_b
Apr 13 at 16:29
You could use sshfs to mount the directory to your remote machine or even create a samba share that can be accessed by the remote machine. Unfortunately I believe your question is about accessing the file via a windows machine which would be better suited for the superuser site. You could ask a question about creating a samba share on the linux machine but questions about accessing it from windows would be off topic here
– Jesse_b
Apr 13 at 16:29
@Jesse_b I understand, thank you
– Drumming Ace
Apr 13 at 16:37
@Jesse_b I understand, thank you
– Drumming Ace
Apr 13 at 16:37
Is cross-posting a question on multiple Stack Exchange sites permitted if the question is on-topic for each site?
– Kamil Maciorowski
Apr 13 at 19:30
Is cross-posting a question on multiple Stack Exchange sites permitted if the question is on-topic for each site?
– Kamil Maciorowski
Apr 13 at 19:30
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
);
);
Drumming Ace is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512299%2fhow-to-open-file-from-ssh-server-with-client-program%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
Drumming Ace is a new contributor. Be nice, and check out our Code of Conduct.
Drumming Ace is a new contributor. Be nice, and check out our Code of Conduct.
Drumming Ace is a new contributor. Be nice, and check out our Code of Conduct.
Drumming Ace is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512299%2fhow-to-open-file-from-ssh-server-with-client-program%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
You could use sshfs to mount the directory to your remote machine or even create a samba share that can be accessed by the remote machine. Unfortunately I believe your question is about accessing the file via a windows machine which would be better suited for the superuser site. You could ask a question about creating a samba share on the linux machine but questions about accessing it from windows would be off topic here
– Jesse_b
Apr 13 at 16:29
@Jesse_b I understand, thank you
– Drumming Ace
Apr 13 at 16:37
Is cross-posting a question on multiple Stack Exchange sites permitted if the question is on-topic for each site?
– Kamil Maciorowski
Apr 13 at 19:30