Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

File on FTP

Guest
Apr 29, 2009 Apr 29, 2009

Hello,

I created a pdf report and putfile in FTP folder.

In my application, i need to add a link. Link should point to file on FTP.

How to do?

When give FTP server information in link,

while browsing it add CF server path and never get to the file.

What is best way to fix this?

TOPICS
Getting started
901
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 29, 2009 Apr 29, 2009

If the intent is to deliver the file using ftp, a link to the file will not accomplish that.  Instead, link to a cold fusion page that gathers information on where to send it, and then does so using cfftp.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Apr 30, 2009 Apr 30, 2009
LATEST

Well you can link to a ftp file if you want to.

<a href="ftp://my.ftp.server/aDirectory/theFile">FTP This File</a>

But the question is still what the orginal poster is really trying to do.  Put the file someplace where a user can FTP to it, FTP it with CFML code, something else or some combonation of all the above.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources