Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: racmail2001Posted on 2009-08-31 at 23:32:00ID: 25228974
if the ftp username and password it's specific to each user then you can make the links like this
er.com/fil eToDownloa d.zip
ftp://user:pass@my.ftpserv
if the ftp username and password it's yours and you do not need the user to know it then you can make a link to a php file that will stream the file to the user so the script will connect to the ftp and read the file and sendit to the user
depending on the size of the file this can be done in many ways
for a small file <20 mb you can do somenthing like this
Select allOpen in new window