Thanks Casey, I was hoping I could use file attributes like date created, last modified as I have a lot of images that are uploaded within the interface and they are the majority of files changed in these sites as well as the largest file sizes.
Terry -----Original Message----- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Sunday, January 29, 2006 11:04 AM To: CF-Talk Subject: Re: CFftp Yup, you can do this... We have a simular type of application. Files are givin a unique number. When a client updates a page it goes into pending status in the database. Even though the page it's self is static we still keep a record of the last modified record so we can just ftp those changes without having to do the whole group of files. When they click Commit changes to website, FTP service runs, loops though records where status is pending and then this script updates the status to live in the Database. Casey Dougall On 1/29/06, Terry Troxel <[EMAIL PROTECTED]> wrote: > I have written an application that generates static html files for a > website created with a template. > It has an ftp app that transfers all the html, image and js files to > the proper folders on a remote site using cfftp. > I have this working correctly, but am wondering if there is a way to > only upload the changed files since the last upload. > Any help would be appreciated. > > Terry Troxel -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230694 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

