Skip to main content
Known Participant
November 17, 2011
Question

Copying .png from remote server to CF server

  • November 17, 2011
  • 1 reply
  • 5755 views

I need to routinely copy a .png file from a remote server that is behind a firewall. 

Copy it to the local coldfusion server.

I know cffile is restricted to copying objects on the local server,  so how do I go about "scraping" like this.

Do I use cfhttp?

Many thanks

R

This topic has been closed for replies.

1 reply

Owainnorth
Inspiring
November 17, 2011

Yes.

Known Participant
November 17, 2011

Ok, so yes ... could you shed light as to HOW?

R

Owainnorth
Inspiring
November 17, 2011

I'd assume you use the CFHTTP tag and get the image, what have you tried so far and what have you found?