Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      scp-read-file-template
      scp-run-helper-no-user-template
      scp-run-helper-template
      scp-unix-sftp-command
      scp-windows-sftp-command
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
scp-run-helper-no-user-template  Variable Reference   scp-unix-sftp-command


Epsilon User's Manual and Reference > Variable Reference >

scp-run-helper-template: preference variable

Default value: "%c %u@%h"

When Epsilon tries to perform an operation on an scp URL, such as listing the contents of the directory to which the scp URL refers, file name completion, or similar, it uses this template to build a command to execute. With default settings, it runs the sftp program, which must already be installed. See the main SCP topic for details.

Epsilon substitutes the host name for %h and the user name for %u. It substitutes the contents of either the scp-unix-sftp-command or scp-windows-sftp-command variable for the %c, depending on the OS where Epsilon is running.

If the scp URL doesn't include a user name, Epsilon uses the scp-run-helper-no-user-template variable instead. Epsilon checks for host-specific variables before checking this variable.



Previous   Up    Next
scp-run-helper-no-user-template  Variable Reference   scp-unix-sftp-command


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.