Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to list, add, edit, save file on a remote server
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thorsten Jolitz  
View profile  
 More options Aug 31 2012, 7:13 pm
Newsgroups: gnu.emacs.help
From: Thorsten Jolitz <tjol...@googlemail.com>
Date: Sat, 01 Sep 2012 01:16:01 +0200
Local: Fri, Aug 31 2012 7:16 pm
Subject: How to list, add, edit, save file on a remote server

Hi List,

a very general question, with the hope to get some general advice what
route to take:

Suppose you are registered on a foreign server with the right to add and
edit files, and there is no Emacs running on that server. There exists
an Emacs mode for the type of files on the server, and you want to
access the server, list all files, select a file for editing, save
edits, or even add a new file - all from within Emacs, without ever
touching the webinterface.

How would you do that?
Via FTP? With Tramp? Would it be possible to run dired on the foreign
server?

I would need some hints where to start my own investigations.
TIA

--
cheers,
Thorsten


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Margolin  
View profile  
 More options Aug 31 2012, 7:53 pm
Newsgroups: gnu.emacs.help
From: Barry Margolin <bar...@alum.mit.edu>
Date: Fri, 31 Aug 2012 19:53:31 -0400
Local: Fri, Aug 31 2012 7:53 pm
Subject: Re: How to list, add, edit, save file on a remote server
In article <mailman.7889.1346454792.855.help-gnu-em...@gnu.org>,
 Thorsten Jolitz <tjol...@googlemail.com> wrote:

Tramp is one way. If you're using some flavor of Unix, another option is
FUSE with SSHFS or FTPFS -- this works independently of Emacs and makes
the remote filesystem appear to be in your local hierarchy.

--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oleksandr Gavenko  
View profile  
 More options Sep 1 2012, 3:26 am
Newsgroups: gnu.emacs.help
From: Oleksandr Gavenko <gaven...@gmail.com>
Date: Sat, 01 Sep 2012 10:25:46 +0300
Local: Sat, Sep 1 2012 3:25 am
Subject: Re: How to list, add, edit, save file on a remote server
On 2012-09-01, Thorsten Jolitz wrote:

> How would you do that?
> Via FTP? With Tramp? Would it be possible to run dired on the foreign
> server?

Tramp.

To login to server from Emacs:

  /ssh:user@host:/etc/  TAB  <-- completion work here, but you prompted for
                                 password if don't setup RSA/DSA keys.

To list file on server:

  /ssh:user@host:/etc/ RET

To open file from server:

  /ssh:user@host:/home/user/.bashrc RET

Also M-x find-dired, rgrep, lgrep, compile - properly work with TRAMP (run
on remote server and show result in your Emacs).

Read manual: C-h i S tramp RET RET

--
Best regards!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thorsten Jolitz  
View profile  
 More options Sep 1 2012, 8:15 am
Newsgroups: gnu.emacs.help
From: Thorsten Jolitz <tjol...@googlemail.com>
Date: Sat, 01 Sep 2012 14:18:30 +0200
Local: Sat, Sep 1 2012 8:18 am
Subject: Re: How to list, add, edit, save file on a remote server

That looks easy enough, thanks.
And it would mean that there is no need for extra commands in my Emacs
mode (like M-x my-mode-list-list-wiki-files or so) because Tramp lets
you work on the server (almost) like on your machine - just open a file,
type M-x my-mode and start editing. Nice.

--
cheers,
Thorsten


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thorsten Jolitz  
View profile  
 More options Sep 1 2012, 8:20 am
Newsgroups: gnu.emacs.help
From: Thorsten Jolitz <tjol...@googlemail.com>
Date: Sat, 01 Sep 2012 14:19:43 +0200
Local: Sat, Sep 1 2012 8:19 am
Subject: Re: How to list, add, edit, save file on a remote server

Barry Margolin <bar...@alum.mit.edu> writes:
>> How would you do that?
>> Via FTP? With Tramp? Would it be possible to run dired on the foreign
>> server?

>> I would need some hints where to start my own investigations.
>> TIA

> Tramp is one way. If you're using some flavor of Unix, another option is
> FUSE with SSHFS or FTPFS -- this works independently of Emacs and makes
> the remote filesystem appear to be in your local hierarchy.

FUSE definitely looks interesting, thanks for the tip.

--
cheers,
Thorsten


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeffery Rancier  
View profile  
 More options Sep 4 2012, 3:52 pm
Newsgroups: gnu.emacs.help
From: Jeffery Rancier <jeffery.ranc...@comtechmobile.com>
Date: Tue, 4 Sep 2012 15:37:32 -0400
Local: Tues, Sep 4 2012 3:37 pm
Subject: RE: How to list, add, edit, save file on a remote server
What's the foreign server's OS?  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »