bpence

How to connect AbsoluteTelnet/SSH to a Synology NAS device

How to Connect AbsoluteTelnet/SSH to a Synology NAS using SFTP Connecting AbsoluteTelnet/SSH to Synology NAS Learn the simple steps to connect your Synology NAS device using the AbsoluteTelnet SSH client. Securely manage your files, access your NAS remotely, and unlock advanced configuration options. These instructions were developed specifically for the DS223j device, but should be […]

How to connect AbsoluteTelnet/SSH to a Synology NAS device Read More »

Automatic Logging

Through the new scripting features of AbsoluteTelnet/SSH, users can now enable automatic session logging with this script.  The script uses two AbsoluteTelnet/SSH functions.  It uses Terminal.GetHostname to get the hostname which it uses to construct the logfile name, and Terminal.OpenLog to actually open the log.  The rest is pure VBScript to get the date and time and to create

Automatic Logging Read More »

Automatic Login

The following script uses two commands (WaitFor and SendText) to perform the bare minimum tasks required to perform a scripted login.  This script could go in the login script location in Options->Properties->Scripts section if this script is specific to the session file you currently have open.  It could also go in Options->Properties->Global as the global login

Automatic Login Read More »