* Tramp: Accessing files on VMS using ftp
@ 2006-12-12 7:16 dhruva
2006-12-12 12:39 ` Michael Albinus
0 siblings, 1 reply; 4+ messages in thread
From: dhruva @ 2006-12-12 7:16 UTC (permalink / raw)
Hi,
I am trying to edit files on a VMS cluster using GNU Emacs (CVS Head)
and tramp package on GNU/Linux machine.
On find-file, I type:
/krishndh@twinkl.digitalindiasw.net:~/devel/samba/source/include/CONFIG_VMS.H
I get the following error:
tramp-dissect-file-name: Not a tramp file name:
/RUSTLE$DKA300:/KRISHNDH/devel/samba/source/include/
My home folder (~) expands to: /RUSTLE$DKA300:/KRISHNDH/
on VMS side: RUSTLE$DKA300:[KRISHNDH]
I feel the '$' symbol in the path is not being handled. I cannot
change it on VMS side as the folders are cluster mounted and follow a
"NODENAME$DISKNAME" for device names for cluster mounted disks.
with best regards,
dhruva
--
dhruva (dk)
Contents reflect my personal views only!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tramp: Accessing files on VMS using ftp
2006-12-12 7:16 Tramp: Accessing files on VMS using ftp dhruva
@ 2006-12-12 12:39 ` Michael Albinus
2006-12-12 12:54 ` dhruva
0 siblings, 1 reply; 4+ messages in thread
From: Michael Albinus @ 2006-12-12 12:39 UTC (permalink / raw)
Cc: Emacs Devel
dhruva <dhruvakm@gmail.com> writes:
> Hi,
Hi,
> I am trying to edit files on a VMS cluster using GNU Emacs (CVS Head)
> and tramp package on GNU/Linux machine.
> On find-file, I type:
> /krishndh@twinkl.digitalindiasw.net:~/devel/samba/source/include/CONFIG_VMS.H
If you want to use ftp, you shall write this:
/ftp:krishndh@twinkl.digitalindiasw.net:~/devel/samba/source/include/CONFIG_VMS.H
> with best regards,
> dhruva
Best regards, Michael.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tramp: Accessing files on VMS using ftp
2006-12-12 12:39 ` Michael Albinus
@ 2006-12-12 12:54 ` dhruva
2006-12-17 14:13 ` Michael Albinus
0 siblings, 1 reply; 4+ messages in thread
From: dhruva @ 2006-12-12 12:54 UTC (permalink / raw)
Cc: Emacs Devel
Hi,
On 12/12/06, Michael Albinus <michael.albinus@gmx.de> wrote:
> If you want to use ftp, you shall write this:
>/ftp:krishndh@twinkl.digitalindiasw.net:~/devel/samba/source/include/CONFIG_VMS.H
I have set ftp as the default access in tramp in my .emacs as:
(setq tramp-default-method "ftp")
It defaults to "ftp" if I miss giving that. Anyway, even explicitly
specifying "ftp" does not help.
-dky
--
dhruva (dk)
Contents reflect my personal views only!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tramp: Accessing files on VMS using ftp
2006-12-12 12:54 ` dhruva
@ 2006-12-17 14:13 ` Michael Albinus
0 siblings, 0 replies; 4+ messages in thread
From: Michael Albinus @ 2006-12-17 14:13 UTC (permalink / raw)
Cc: Emacs Devel
dhruva <dhruvakm@gmail.com> writes:
> Hi,
Hi,
> It defaults to "ftp" if I miss giving that. Anyway, even explicitly
> specifying "ftp" does not help.
Before Tramp passes a filename to ange-ftp, it must check the filename
itself. Looks like it has problems with "$" or ":" in the local
filename part (I guess the latter).
Could you, please, eval (setq debug-on-error t) and send the backtrace
afterwards?
> -dky
Best regars, Michael.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-12-17 14:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-12 7:16 Tramp: Accessing files on VMS using ftp dhruva
2006-12-12 12:39 ` Michael Albinus
2006-12-12 12:54 ` dhruva
2006-12-17 14:13 ` Michael Albinus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.