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.
How to use FTP for download
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Are you trying to push a download or just have the link ftp://site.com/file.exe
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Code: Select all
<a href="ftp://ftpsite.com">ftp</a>Hi,
Thanks
. 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
Thanks
Thank
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm