File last modified date isn't going to mean much to a process like
this. What happens if you save your files and come back a day later or
week later to commit the changes?

You would be better off saving updated files in a specific directory
and then have a button or scheduled process which starts the FTP
process on files in that directory.

With a database table format...
Only things you really need to store in the database are a unique
FileID &  an IsPending column.

Is this like an HTML editor program you have or something which is
uploading images?  Cur clients use KTML on our site. When they save
the file they click a button that commits changes to site. This FTP's
images & files where "page.html" is set to pending in the database.

They can come back and commit changes at any time.

Casey

On 1/29/06, Terry Troxel <[EMAIL PROTECTED]> wrote:
> 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
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230696
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
  • Re: CFftp Casey Dougall

Reply via email to