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.
<cfquery>query goes here</cfquery>
<cf_bodycontent>
<cfoutput>report, tables, data, etc goes here</cfoutput>
</cf_bodycontent>
<cffile action="write" file="" output="#request.bodycontent#">
<cfftp connection="ftp" action="OPEN" server="" username="" password="">
<cfftp connection="ftp" action="CHANGEDIR" directory="">
<cfftp connection="ftp" action="PUTFILE" localfile="" remotefile="" transfermode="AUTO">
<cfftp connection="ftp" action="CLOSE">