[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Connecting to a host with '@' in the username.
From: |
Michael Albinus |
Subject: |
Re: Connecting to a host with '@' in the username. |
Date: |
Tue, 21 Sep 2010 08:56:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Jason Ramsey <address@hidden> writes:
> Hi,
Hi,
> I need to connect to a shared hosting server (bluehost). They require
> that your username is "@" your domain name. The URL I'm attempting to
> connect to looks something like this:
> "/ftp:address@hidden@ftp.domain.tld:/public_html" The username is
> "address@hidden" and the domain is "ftp.domain.tld".
With native Tramp methods, it shall work out-of-the-box. But you are
using ftp, which involves ange-ftp. I don't know whether it supports
this kind of user names as well.
Maybe you simply add an entry to .netrc?
> Thank you in advance for your help,
> Jason Ramsey
> address@hidden
Best regards, Michael.