|
The Linux Tn5250 Project
|
An open-source 5250 emulator for Linux, FreeBSD, etc.
|
|
Traceroute for OS/400
|
A traceroute program for OS/400 V3R2 -> V4R5. This will not work on modern (V5R1+) releases of OS/400.
|
|
The FTP API
|
A library of RPG IV functions for integrating FTP into
your AS/400 software.
|
|
The HTTP API
|
A library of RPG IV functions for integrating HTTP into
your AS/400 software.
|
|
F-spec UNIXCMD
|
Implements an RPG SPECIAL file to simplify the task of running PASE/QShell
commands from your RPG programs.
|
|
SNTP Program
|
An ILE RPG/400 program that you can use to sync your system with
an internet time server.
|
|
Base64 Encode/Decode
|
An ILE RPG/400 service program that you can call from your other ILE
programs to encode or decode base64 data.
|
|
Expat XML Parser
|
This is my port of the open source Expat XML parser to the iSeries, and my examples of how to use it from an ILE RPG program.
|
|
OpenSSH on IBM i
|
This is just documentation and links to documentation related to running SSH in PASE on IBM i. (This page does not contain downloads)
|
|
7-Zip on IBM i
|
Software to Zip, Encrypt, Tar, Compress, etc in a lot of different formats. Runs under PASE on IBM i.
|
|
Expect for IBM i
|
Expect is a tool to help you write scripts of PASE commands. It lets you write scripts that act like interactive typing/reading of the screens.
|
|
Greasemonkey Scripts
|
Scott's homegrown Greasemonkey scripts. Yum Yum.
|
|
GNU Privacy Guard (GnuPG)
|
Very popular open source tool for working with PGP. This is the Unix version of the tool, compiled to be run on IBM i in PASE.
|
|
Image Magick
|
This is a Unix program that you can use in scripts (or CL programs) to work with images. You can add text, resize, etc, any image files that you have in the IFS. This is Unix software compiled to run on AIX.
|
|
Send Signal (Kill) Command
|
On Unix systems, there's a command named 'kill' that can be used to send a signal to other processes. Here I provide a KILL command for IBM i (OS/400) that works like the Unix tool, letting you send any signal to any active job.
|