Skip to main content
Participating Frequently
December 6, 2015
Question

cffile using web address

  • December 6, 2015
  • 2 replies
  • 492 views

Whatwould be the best way to copy a file from one website to another - i.e. coldfusion application to sharepoint?

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    December 8, 2015

    KamHey wrote:

    Whatwould be the best way to copy a file from one website to another - i.e. coldfusion application to sharepoint?

    Many Sharepoint functions, like copying a file, are integrated in ColdFusion. Use the cfsharepoint tag.

    http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSE4D1ED62-0267-445f-8A3B-4642F3F26383.html

    http://cfdocs.org/cfsharepoint

    https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfsharepoint.html

    WolfShade
    Legend
    December 7, 2015

    Probably CFFTP.  As long as you have the login and pw to a valid authorized FTP account, it should work.

    HTH,

    ^_^

    KamHeyAuthor
    Participating Frequently
    December 8, 2015

    Thanks - I considered this option - It would be nice if cffile would work with web address.

    KamHeyAuthor
    Participating Frequently
    December 8, 2015

    Too much involved - not a seamless integration. Thanks.