Chapter 21. Using Server-Side HTTP and FTP
IN THIS CHAPTER Overview 649<cfhttp> 650Putting <cfhttp> to Use 654<cfftp> 668Putting <cfftp> to Use 675This chapter deals with two of the more popular transfer protocols used in Internet development today, HTTP and FTP. Transfer protocols by themselves are not associated to, nor do they specify ways that the protocols are to be used. This chapter highlights some of the more popular uses of these technologies from inside ColdFusion applications.Think of transfer protocols as a standard way to communicate and move data from one place to another. Each protocol defines how the message format will be constructed, so that each device that looks to call to the message can react the same way to each of the commands. In addition to HTTP and FTP, these protocols include others that you have encountered or will learn about in other chapters in this book.