tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: copy file to an ftp server with email as login


From: Michael Albinus
Subject: Re: copy file to an ftp server with email as login
Date: Thu, 16 Feb 2012 13:50:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

Thierry Volpiatto <address@hidden> writes:

> Hi,

Hi Thierry,

> I want to copy a file to an ftp server with my mail address as login,
> any hints to achieve this?
>
> e.g
> my_file => address@hidden@ftp_server.fr

I believe it is is possible to use an "@" in your user name, like (untested)

(copy-file ".../my_file" "/ftp:address@hidden@ftp_server.fr:/...")

If it doesn't work, you could add an appropriate entry into ~/.netrc.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]