[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: File names with spaces and tramp/ftp
From: |
Eli Zaretskii |
Subject: |
Re: File names with spaces and tramp/ftp |
Date: |
Mon, 11 Feb 2008 22:18:42 +0200 |
> From: Michael Albinus <address@hidden>
> Date: Mon, 11 Feb 2008 16:39:28 +0100
> Cc: Emacs Devel <address@hidden>
>
> A sufficient encoding seems to be using double quotes:
>
> put "u:/file name with spaces" "/tmp/file name with spaces"
>
> gives the expected results.
>
> I could change ange-ftp to this encoding style of file names; but I am
> anxious: it could break ange-ftp on other systems, where double quotes
> might not be supported.
Does it help to use shell-quote-argument?