Unix or Linux? If linux, should be fairly easy (for someone familiar with linux) to set up samba. Sounce like you already have something in place.
I guess the real question is why are you storing the files on the unix/linux box? Do you not have enough storage to store them locally? What we've done in a distributed scenario is use windows DFS with FRS to keep the files locally, but synchronize them with other pcs. It works pretty well. If you have enough disk space to store the files locally, you can do period syncs with the *nix server using rsync. The best solution of course would be to go with one flavor for everything, either all windows or all *nix. With redhat you can use something like GFS (although I've never used it myself) to keep the data local, but up to date with the other pcs, and with windows you can use DFS. Russ > -----Original Message----- > From: Brian Dumbledore [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 15, 2006 9:47 AM > To: CF-Talk > Subject: cf server on windows, files on unix machine > > Hope someone can help me with this... > > I have a ton load of files directory (images etc etc) on a unix machine. > My cf app runs on a windows machine on the network. I need to provide > ability to the app user to be able to upload files etc to the folder on > the unix machine. Also I have to display him the folder structure of the > upload folder, and all that fun navigation stuff. > > I wish to know if anyone has been in this kind of situation. The issue is > of performance, everything times out. One more thing, I have to resize > images when uploading (thumbnails, other specific sizes copies while > uploading). I was using cfximage (gafware.. I Think) while testing with a > test folder on windows machine on teh network but not with unix. would it > work? what are your suggestions? Thanks for your time.. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249848 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

