Skip to content
Success

Changes

Summary

  1. discontinued unclear timeout (stemming from jEdit JSch setup, see 14782d58a503), to make it work with native Windows ssh.exe;
  2. proper time values in seconds;
  3. clarified run_sftp: avoid platform_path via careful use of tmp_dir, to support both Windows and Cygwin ssh; discontinued run_scp: use run_sftp instead;
  4. more robust, notably for macOS (see also ff92d6edff2c);
  5. back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error "unix_listener: path too long for Unix domain socket";
  6. tuned names;
  7. proper order of platforms, to make it work uniformly on all plaform families;
Changeset 76166:dbafa8d688fb by wenzelm:
discontinued unclear timeout (stemming from jEdit JSch setup, see 14782d58a503), to make it work with native Windows ssh.exe;
The file was modified etc/options (diff)
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 76165:cf469736000c by wenzelm:
proper time values in seconds;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 76164:5e8bc80df6b3 by wenzelm:
clarified run_sftp: avoid platform_path via careful use of tmp_dir, to support both Windows and Cygwin ssh;<br>discontinued run_scp: use run_sftp instead;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 76163:9df6f51ebf45 by wenzelm:
more robust, notably for macOS (see also ff92d6edff2c);
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 76162:ff92d6edff2c by wenzelm:
back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error &quot;unix_listener: path too long for Unix domain socket&quot;;
The file was modified etc/settings (diff)
Changeset 76161:d556db0b7256 by wenzelm:
tuned names;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 76160:23c513c192ac by wenzelm:
proper order of platforms, to make it work uniformly on all plaform families;
The file was modified src/Pure/Admin/build_release.scala (diff)