Page 1 of 1

How to use FTP for download

Posted: Sun Jul 16, 2006 8:04 am
by skbeacon
Hello everyone,
I am a novice to this PHP. While I was practicing this I faced a problem relating to ftp. In PHP how can I give a ftp download link?
Thank you.

Posted: Sun Jul 16, 2006 9:04 am
by tecktalkcm0391
Are you trying to push a download or just have the link ftp://site.com/file.exe

Posted: Sun Jul 16, 2006 12:50 pm
by skbeacon
Hello,

I am trying to make a link of ftp from where people, visiting the site, can download files.

Thanx

Posted: Sun Jul 16, 2006 1:00 pm
by daedalus__

Code: Select all

<a href="ftp://ftpsite.com">ftp</a>
?

Posted: Sun Jul 16, 2006 10:54 pm
by skbeacon
Hi,

Thanks :D . I tried in the similar way but instead of "ftpsite.com" I used "ftp://filename". This is wrong I guess after seeing your code. I use dreamweaver for my designing n development purpuse. How to create that ftp in here? Sorry for asking so much questions.

Thank

Posted: Sun Jul 16, 2006 11:18 pm
by daedalus__
I don't know but I would try Google.