Monday, November 08, 2010 at 12:00 AM.

system.verbs.apps.AnArchie.store

on store (file, hostName = nil, searchPath, fname = nil, user = nil, password = nil, viaAlex = nil, binary=nil) { <<store a file to an ftp site
	return (appleEvent (AnArchie.id, 'Arch', 'Stor', '----', alias (file), 'FTPh', string (hostName), 'FTPc', string (searchPath), 'pnam', string (fname), 'ArGU', string (user), 'ArGp', string (password), 'ArGA', string (viaAlex), 'ArGB', boolean(binary)))}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.