From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.help Subject: edit remote html file Date: Wed, 18 Oct 2006 19:40:34 +0200 Message-ID: <87irihed4d.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161196831 23974 80.91.229.2 (18 Oct 2006 18:40:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Oct 2006 18:40:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 18 20:40:29 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GaGL7-0006n1-5c for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Oct 2006 20:40:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GaGL6-000811-Oa for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Oct 2006 14:40:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: individual.net +dGHNdSbnk8TedrE59+uwA2Wa61Rmr7AT/RUhF/BY6K5kd5x9Q X-Orig-Path: news.ibm.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! Cancel-Lock: sha1:mdDbFwqjJkyenjBfUEtgf0xeoxc= Original-Xref: shelby.stanford.edu gnu.emacs.help:142490 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38111 Archived-At: I followed the tramp wiki but think I'm barking up the wrong tree. tramp seems to be for unix machines talking to each other. My web host is a windows machine. I have a web site at a host "host.com" normally I just issue the eamcs ftp command "ftp host.com" and then put/get etc in the ftp shell which results. I have a .netrc to simplify things. But whats the best way to edit the remote file directly without specifically opening an ftp shell get'ting, editing and then put'ting? I had C-x C-f /ftp:user@host.com/index.html but I get a time out. Suggestions or pointers gratefully appreciated. I'm not sure if Tramp is what I want.