Michael Albinus | 8 Sep 2010 17:08
Picon
Picon
Gravatar

Tramp's fish method

Hi,

I'm working on Tramp 2.2, which will include a code cleanup. One of the
candidates to be removed is tramp-fish.el.

Is there anybody out there using Tramp's fish method?

Best regards, Michael.
Daniel Colascione | 9 Sep 2010 21:34
Picon

Re: Tramp's fish method

On Wed, Sep 8, 2010 at 8:08 AM, Michael Albinus <michael.albinus <at> gmx.de> wrote:
> Is there anybody out there using Tramp's fish method?

I never understood why anyone would want to use it.
Jason Ramsey | 20 Sep 2010 20:24
Picon

Connecting to a host with ' <at> ' in the username.

Hi,
     First of all tramp is the best thing since sliced bread (or emacs).

I need to connect to a shared hosting server (bluehost).  They require 
that your username is " <at> " your domain name.  The URL I'm attempting to 
connect to looks something like this: 
"/ftp:user <at> domain.tld <at> ftp.domain.tld:/public_html"  The username is 
"user <at> domain.tld" and the domain is "ftp.domain.tld".

I is there a way to escape the offending " <at> "?
If this is something that tramp can't do currently, I'd be interested in 
adding it.  If someone would be kind enough to point me to the file that 
handles it.

I'm using the tramp that is bundled with emacs-23.2 compiled from source 
on Ubuntu 10.04 for amd64

Thank you in advance for your help,
Jason Ramsey
jsnmtth <at> gmail.com
Michael Albinus | 21 Sep 2010 08:56
Picon
Picon
Gravatar

Re: Connecting to a host with ' <at> ' in the username.

Jason Ramsey <jsnmtth <at> gmail.com> writes:

> Hi,

Hi,

> I need to connect to a shared hosting server (bluehost).  They require 
> that your username is " <at> " your domain name.  The URL I'm attempting to 
> connect to looks something like this: 
> "/ftp:user <at> domain.tld <at> ftp.domain.tld:/public_html"  The username is 
> "user <at> domain.tld" 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
> jsnmtth <at> gmail.com

Best regards, Michael.

Gmane