Jump to content

Need help how to download file from FTP


bmccruz

Recommended Posts

Hello!

 

I'm making a interface in a website do manage files in a ftp hosted on other server.

 

I'm using the function ftp_get() to download a file but I've tried different aways but I dosent seem do be able to download the file directly from the FTP server do the user the only way it works is if I download the file to the website server first then to the client.

 

Is there any way that I can download the file directly to the user without have to hosting it permanently on the website server?

 

Thank you

Link to comment
Share on other sites

It can be a lot of things.  The data connection ports might not be open, you might need to switch on/off passive mode, or the client may have ftp blocked altogether.  It's difficult to guess what the problem is.

 

Can you show your code?  Then we can at least check that it's being called correctly.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.