Fun with Qshell episode 5 – wget



Fun with Qshell episode 5 – wget

Fun with Qshell episode 5 - wget

Use wget to download files from the internet directly to your IBMi. Faster then FTP, no need to store a password, or create a program.

Notes:
Req’s for IBM i 7.3 (Works with 7.2 an 7.1 but req’s are different)
5733OPS *BASE
5733OPS option 7
PTF 5733OPS SI63051

Find URL
wget URL
or
nohup wget URL &
ps | grep wget
kill pid

jar command reference:
https://www.ibm.com/developerworks/library/j-jar/

Print Screen freeware
http://getgreenshot.org/

nohup reference:
https://linux.die.net/man/1/nohup

Comments are closed.