Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if test -f LW_LOADED.lst #the spool file
then
ftp -n $APS_IP_ADDRESS <<-EndScript
user larftp xxx190
put LCW_LOADED.lst
bye
EndScript
rm LCW_LOADED.lst
fi