function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
leanne zhang03177320069719939leanne zhang03177320069719939 

Displaying FTP files

I have a  FTP site. I wanted to load its file names and download links on a HTML/Visualforce page, so that I can access in Salesforce through a custom tab.

Is it possible with Visualforce page? Any help and guidance would be greatly appreciated.

Thank you.
Leanne Zhang

Best Answer chosen by leanne zhang03177320069719939
Abhi__SFDCAbhi__SFDC
Yes, This is possible.You need to load the data in custom settings/ Standard object or custom object. Then you can display that on a VF page.

You can also put the link of FTP site in an iframe in a VF page so that it will dispaly all info as it is.

All Answers

Abhi__SFDCAbhi__SFDC
Yes, This is possible.You need to load the data in custom settings/ Standard object or custom object. Then you can display that on a VF page.

You can also put the link of FTP site in an iframe in a VF page so that it will dispaly all info as it is.
This was selected as the best answer
leanne zhang03177320069719939leanne zhang03177320069719939
Thank you so much. Creating a visualforce page with an iFrame as well as creating a web tab with FTP link works! :)
Lee_SavideLee_Savide
I have a similar issue to the above problem, except I want to display images directly from the FTP server. Is this possible?