From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Infrid Newsgroups: gmane.emacs.help Subject: remote file editing and local copy for web development (like dreamweaver) Date: Wed, 20 Aug 2014 13:58:18 +0200 Message-ID: <8cebaa49e9f80556d2963fbcf0b09c4e@webmail.webfaction.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1408542484 30939 80.91.229.3 (20 Aug 2014 13:48:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Aug 2014 13:48:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 20 15:47:56 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XK6Ex-0005QT-TF for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2014 15:47:52 +0200 Original-Received: from localhost ([::1]:55836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK6Ex-000246-IF for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2014 09:47:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK4X6-0007ZB-I6 for help-gnu-emacs@gnu.org; Wed, 20 Aug 2014 07:58:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK4Wy-00069q-6i for help-gnu-emacs@gnu.org; Wed, 20 Aug 2014 07:58:28 -0400 Original-Received: from mail6.webfaction.com ([74.55.86.74]:58931 helo=smtp.webfaction.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK4Wy-00069R-0w for help-gnu-emacs@gnu.org; Wed, 20 Aug 2014 07:58:20 -0400 Original-Received: from webmail.webfaction.com (wf5.webfaction.com [75.126.149.3]) by smtp.webfaction.com (Postfix) with ESMTP id 708932278DCC for ; Wed, 20 Aug 2014 11:58:18 +0000 (UTC) X-Sender: debate@infrid.com User-Agent: Roundcube Webmail/1.0.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 74.55.86.74 X-Mailman-Approved-At: Wed, 20 Aug 2014 09:45:56 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99315 Archived-At: hi all, I'm a web developers and my co-workers use dreamweaver for editing PHP files in a live environment (I know is a bad practice) in this way: 1. From a menu they "open" the web site location, dreamweaver knows where the files are on the net. 2. They navigate in the file system end select the file for edit 3. dreamweaver actually download the file and it puts in a directory following the remote paths. Example: if you edit ~/dira/dirb/file.txt it create the path under c:\myWeb\dira\dirb\file.txt 4. When they save, dreamweaver write the local file and uploads it to the remote location. In the end you have a partial copy of the web site on your hard drive. how can I get the same behavior in emacs? I've searched for a packages for this without success. many thanks Infrid