Frederick Bartlett <[email protected]> writes:

> Hi!

Hi Fred,

> The problem seems to be that I do not have write rights to /tmp -- nor
> do I have the permissions necessary to change permissions on /tmp.
> (And I don't want to deal with my firm's IT bureaucracy. ;)
>
> So I set $TMPDIR -- but that still failed. But:
>
> $ echo $TMPDIR
> /u/fbartlet/tmp/
>
> Is there any way for me to change the remote tmp directory tramp uses?

You could instruct Tramp to use a given tmpdir by calling

(add-to-list 'tramp-connection-properties
             (list (regexp-quote "your remote host name")
                   "tmpdir" "/u/fbartlet/tmp/")

> Thanks!
> Fred

Best regards, Michael.

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

Reply via email to