PuTTY

rassi

Vu+ User
I'll give my vote to PuTTY Tray, i do not know if below enchantments has implemented to orginal PuTTY as there is now new version.

PuTTY Tray improves:
  • New default icon
  • Minimizing to the system tray (on CTRL + minimize, always or directly on startup)
  • (Tray) icon customizable
  • Blinks tray icon when a bell signal is received
  • Configurable window transparency
  • URL hyperlinking
  • Portability: optionally stores session configuration in files (for example: on a USB drive) like portaPuTTY
  • Easy access to the 'always on top' setting (in the system menu)
  • Reconnects when your PC wakes up from stand-by
  • Attempts to reconnect when the connection fails
 

angelofsky1980

BlackHole Driver Specialist
I'll give my vote to PuTTY Tray, i do not know if below enchantments has implemented to orginal PuTTY as there is now new version.

PuTTY Tray improves:
  • New default icon
  • Minimizing to the system tray (on CTRL + minimize, always or directly on startup)
  • (Tray) icon customizable
  • Blinks tray icon when a bell signal is received
  • Configurable window transparency
  • URL hyperlinking
  • Portability: optionally stores session configuration in files (for example: on a USB drive) like portaPuTTY
  • Easy access to the 'always on top' setting (in the system menu)
  • Reconnects when your PC wakes up from stand-by
  • Attempts to reconnect when the connection fails
Upload here the tray version :)


Sent from my iPhone using Tapatalk
 

rockerduck

Vu+ User
I've been using the tray version for several years and (imho) one the best features is the auto-reconnecting capability...

MD5 (putty.exe) = f33f8bcdd0e5ce9552f12c79be908bc5
 

Attachments

  • putty.tgz
    335.4 KB · Views: 222

rassi

Vu+ User
I've been using the tray version for several years and (imho) one the best features is the auto-reconnecting capability...

MD5 (putty.exe) = f33f8bcdd0e5ce9552f12c79be908bc5

Yes, that is one great feature, hyperlinking is very good for irssi users also :)
 

Gigantone

Vu+ User
PUTTY is a very great client, not only for Vu+ boxes. Anyone has the entire list of telnet commands supported by Vu+? I have Duo2. If not, where can I get this list including commands descriptions? Thank you.
 

angelofsky1980

BlackHole Driver Specialist
PUTTY is a very great client, not only for Vu+ boxes. Anyone has the entire list of telnet commands supported by Vu+? I have Duo2. If not, where can I get this list including commands descriptions? Thank you.

You can take a look on the web for Linux commands reference because Vu+ boxes uses Linux operating system
 

Eragon

Vu+ User+++
You can have a list of all BusyBox available commands entering at the prompt:

busybox --list-full

You can get the syntax for each single command using this method:

command -help

for example:

chmod -help


List of available commands from output after entering simply the command busybox at the prompt:
Code:
BusyBox v1.19.4 (2013-07-26 16:42:59 CEST) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
  or: busybox --list[-full]
  or: function [arguments]...

        BusyBox is a multi-call binary that combines many common Unix
        utilities into a single executable.  Most people will create a
        link to busybox for each function they wish to use and BusyBox
        will act like whatever it was invoked as.

Currently defined functions:
        [, [[, addgroup, adduser, ar, arp, ash, awk, base64, basename, bash,
        bbconfig, brctl, bunzip2, bzcat, bzip2, cat, chattr, chgrp, chmod,
        chown, chroot, chrt, chvt, clear, cmp, cp, cpio, crond, crontab, cut,
        date, dc, dd, deallocvt, delgroup, deluser, depmod, devmem, df, diff,
        dirname, dmesg, dnsdomainname, dos2unix, du, dumpkmap, echo, egrep,
        eject, env, ether-wake, expr, false, fbset, fbsplash, fdisk, fgrep,
        find, findfs, flash_eraseall, flock, free, fsck, getopt, getty, grep,
        groups, gunzip, gzip, halt, hd, head, hexdump, hostname, id, ifconfig,
        ifdown, ifplugd, ifup, inetd, inotifyd, insmod, ionice, iostat, ip,
        kbd_mode, kill, killall, klogd, less, ln, loadfont, loadkmap, logger,
        login, logname, logread, losetup, ls, lsattr, lsmod, lspci, lsusb,
        lzcat, md5sum, microcom, mkdir, mkdosfs, mkfifo, mkfs.vfat, mknod,
        mkswap, mktemp, modinfo, modprobe, more, mount, mpstat, mv, nameif,
        nanddump, nandwrite, nbd-client, nc, netstat, nice, nmeter, nohup,
        nslookup, od, openvt, passwd, patch, pidof, ping, ping6, poweroff,
        powertop, printf, ps, pwd, rdate, rdev, readahead, readlink,
        readprofile, realpath, reboot, renice, reset, rm, rmdir, rmmod, route,
        run-parts, sed, sendmail, seq, setconsole, setfont, setkeycodes,
        setlogcons, setserial, setsid, sh, sha1sum, sha256sum, sha512sum,
        showkey, sleep, smemcap, sort, start-stop-daemon, strings, stty, su,
        sulogin, swapoff, swapon, switch_root, sync, sysctl, syslogd, tail,
        tar, taskset, tee, telnet, telnetd, test, tftp, time, timeout, top,
        touch, tr, traceroute, traceroute6, true, tty, tunctl, tune2fs, udhcpc,
        umount, uname, uniq, unix2dos, unlzma, unxz, unzip, uptime, users,
        usleep, uudecode, uuencode, vconfig, vi, volname, wc, wget, which, who,
        whoami, whois, xargs, xzcat, yes, zcat
 
Top