Michael Albinus <[EMAIL PROTECTED]> writes:
> Unfortunately, it needs the password twice because of two independant
> smbclient calls. It needs to get the avalaible shares (smbclient -L
> hgpxp -U reader) and then to connect the share for operation
> (smbclient //hgpxp/hgpxp-c -U reader). I could cache the password, of
> course, but I'm a little bit reluctant to do that.
Ok, I see the mechanics involved ... thanks
>> But then trying the same thing on a second machine:
>>
>> /smb:[EMAIL PROTECTED]:/bjpxp-c/
>
> [...]
>
>> tramp: Fetching /smb:[EMAIL PROTECTED]:/bjpxp-c/ to tmp file /tmp/tramp.2040FcX...
>> tramp-smb-handle-file-local-copy: Cannot make local copy of file `/smb:[EMAIL
>> PROTECTED]:/bjpxp-c/'
>
> This message appears if the smbclient command "get" fails (similar to
> ftp "get"). I would need the following buffers for analysis:
*tramp/smb bjpxp*
That buffer shows that a file named `\' cannot be found.
ERRDOS - ERRbadfile (File not found.) opening remote file \
smb: \>
So thats why the `get' fails I guess.
*debug tramp/smb [EMAIL PROTECTED]
I don't see this buffer...
It turned out to be a share name mismatch.
/smb:[EMAIL PROTECTED]:/bjpxp-c/ => fails
/smb:[EMAIL PROTECTED]:/BJPXP-C/ => works
Strangely, the above syntax works fine on another machine:
/smb:[EMAIL PROTECTED]:/hgpxp-c/
So I'm guessing its something on the machine bjpxp that is causing
lowercase to fail. The machines are different versions of win XP
(home edition), not sure if that may matter.
But it seems now to be win XP related rather than tramp.
_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel