Yes I have permissions as they are both dedicated servers and I have root access to both.
I was experimenting with cfftp but running into some snags. Maybe just a pointer if this is the best way or not, or what is the best way to run a loop that will download all photos associated with a particular ID.
The structure of the database is as such. One record ID is ex. 10000.
Record ID 10000 has 5 photos named as follows
10000-1.jpg
10000-2.jpg
10000-3.jpg
The amount of records varies per record.
Mainly a little help with either the proper syntax for cfftp to do this or perhaps if there is a better method. The 2 servers are not located together or able to be networked so it has to happen via internet ftp.
Main Topics
Browse All Topics





by: btrevarthenPosted on 2009-06-20 at 19:20:08ID: 24676020
So long as you have adequate permissions between servers (i.e. ColdFusion Application Server running under an account that exists on both servers with permission to the share\folder) then you can use a UNC share to access the files from within ColdFusion. Let me know if you need more detail.