static S uploadWebPage(S url) { S text = loadPage(url); if (text.isEmpty()) ret ""; ret ntUpload(programID(), "Contents of " + url, text); }