I've also wanted to use that feature to connect from ProTERM and/or
Spectrum to the terminal app in MacOS, and to the command line console
in Windows 10.
Hugh,
I've also wanted to use that feature to connect from ProTERM
and/or Spectrum to the terminal app in MacOS, and to the command
line console in Windows 10.
I find it easier to FTP into the Mac using SAFE2, as I can then
configure favourite entries non SAFE2 to point to specific
destination folders. On earlier Macs, they had a built-in FTP server,
and on later Macs I use FTP Server from the App Store. If you can set
up an FTP server on a Windows machine, you could FTP into that.
Check Page 8 of the SAFE2 manual for how to do it: https://speccie.uk/software/safe2/
Cheers - Speccie
Given your expertise with link layers and network protocols, would you
think that something like the PPP or Direct Connect link layers could be
used in this scenario, or would you say rather that I'm engaged in a
waste of time?
I will look it out and put it on my website when I get time.
Hugh,
I will look it out and put it on my website when I get time.
The ORCA/M source code for the Emulator Link Layer is now on my web
site:
https://speccie.uk/software/marinetti-link-layers/
I can’t really help with it very much, as adapting it to a new
interface would be dependant on the requirements of that
interface...
Cheers - Ewen
Although I promise NOT to pepper you with questions on this, I would askDNR usually stands for Domain Name Resolution, so an error would normally be that you had given an incorrect URL, and the domain name server you were using could not translate it into a valid dotted address.
one thing -- what is a DNR error and what in particular causes it?
Script #1 is basically just one line:
************************************************************************
socat.exe TCP4-LISTEN:7778,fork EXEC:"C\:\/Users\/yourusername\/Desktop\/userandpwprompt.bat",pty,setsid,setpgid,stderr
************************************************************************
For example purposes, I left in the path to Script #2 just to show you
how socat requires the ":" and "\" in Windows pathnames to be escaped.
And yes, the Windows slashes are reversed, but that is what works with
socat.
Script #2 (which I called 'userandpwprompt') is several lines:
************************************************************************
@Echo Off
:Top
@set INPUT=
@set /P INPUT="Username: "%=%
@if /i NOT "%INPUT%" == "yourname@yourdomain.com" cls & timeout /t 0
/nobreak & goto Top
@set INPUTPW=
@set /P INPUTPW="Password: "%=%
@if /i NOT "%INPUTPW%" == "yourpassword" cls & timeout /t 0 /nobreak &
goto Top
@cls
C:\Windows\System32\cmd.exe
************************************************************************
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 468 |
Nodes: | 16 (2 / 14) |
Uptime: | 18:11:07 |
Calls: | 9,440 |
Calls today: | 3 |
Files: | 13,594 |
Messages: | 6,109,723 |