Thierry Volpiatto <[email protected]> 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 => [email protected]@ftp_server.fr

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

(copy-file ".../my_file" "/ftp:[email protected]@ftp_server.fr:/...")

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

Best regards, Michael.

_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to