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;








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?










share|improve this question







New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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

















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?










share|improve this question







New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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













0












0








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?










share|improve this question







New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question







New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 13 at 16:25









Drumming AceDrumming Ace

133




133




New contributor




Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Drumming Ace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • 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












  • @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










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.









draft saved

draft discarded


















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.









draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In 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 ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.