Skip to main content

All Questions

Tagged with
0 votes
3 answers
2k views

PHP downloading will randomly give a network error

I currently own and operate an online FTP, off a rented server, running on PHP and I am trying to incorporate downloads (as that is on of the most basic functions of an FTP). I have done this with the ...
EarthCow's user avatar
1 vote
1 answer
813 views

Download a file from FTP server to client machine via website with CodeIgniter

I need download with CodeIgniter. I tried with the force_download function and download function. With the download function it works, but doesn't permit select the folder for the download. With the ...
user_af's user avatar
  • 51
0 votes
1 answer
1k views

PHP script for downloading files through website from a list page containing files in specified folder on server

I need the option to show other people who are not programmers the variety of files they could download from the FTP server folder (I use WinSCP) Now the problem with the code is that if you write ...
Renata Vukadinovic's user avatar
1 vote
0 answers
353 views

php - download large file from ftp server and limiting download speed

i have website for storing large zip file and upload it to ftp server in php now i want to download the file from ftp and limiting download speed and be able to resuming and pause download i have this ...
Tawfeeq's user avatar
  • 157
0 votes
1 answer
3k views

List and download clicked file from FTP

I have FTP and I need list all files in FTP in uploads directory and after click on any listed file it will download the specific file from FTP. It list my files in uploads directory but when I will ...
Marty1452's user avatar
  • 405
0 votes
1 answer
1k views

How to serve a remote file as a download with CakePHP 3?

I would like to download file from remote NAS server, I am not able to force download to client. I am using this function: public function download(){ // Set IP and port define("...
Stefan's user avatar
  • 61
2 votes
2 answers
2k views

Download file from FTP using Readfile

I want to give my users the option to download files from their unique directory on a remote FTP server, however some of these are incredibly large in size. I have tried using FileSaver.js but this ...
user avatar
0 votes
1 answer
313 views

Download FTP file to client w/ Readfile()

I'm building a web based file management interface for our clients, where I am attempting to facilitate a download from a remote (FTP) server to the client without downloading to the local web server ...
user avatar
0 votes
0 answers
119 views

Trying to decrease file download time in PHP

Currently I have a backend application that downloads one file per request. The file is not downloaded to end user in a web browser, and I'm trying to find ways of improving performance when ...
Adam T's user avatar
  • 675
0 votes
1 answer
184 views

mobi file corrupted after php download

I have some ebooks on my server, that I want people to be able to download. I uploaded them and when I download them via my ftp tool then everything is perfect. when I use my script for the user to ...
shroomlife's user avatar
0 votes
1 answer
1k views

Download file via PHP from FTP, like normally downloading a file?

I am currently trying to retrieve a file from an FTP-Server in order to make it accessible for the user to download. ftp_get() writes it to a path on the local machine, yes, but what I want is that it ...
njoye's user avatar
  • 368
1 vote
1 answer
6k views

PHP force download .png file

Hello and thank you for your time. I am trying to use the following code to force a download of a .png image that is created from a Unity application I developed onto the users computer. <?...
WilliamLeonSmith's user avatar
0 votes
1 answer
3k views

PHP Search FTP for certain File by extension and Download it

i'm stuck with a Project i'm currently working on. I have to make a PHP Script that uploads a File to a specific FTP, the file gets processed by another script which is observing the FTP on the Fly. ...
ZeroGS's user avatar
  • 139
0 votes
0 answers
72 views

Readfile error in the download feature on my website

Hi i am making a download feature on my website and it is running however all the files are corrupted due to a recurring error readfile(): Filename cannot be empty in 'my/file/location' I don't ...
Nick Garver's user avatar
1 vote
1 answer
70 views

PHP Row ftp download

How can I make to link the echo's of "Ficheiro" with a script to download the "Ficheiro" filename? Example echo's from "Ficheiro" will be something like 1509071717-de_dust2.dem How can I download ...
v4N3k's user avatar
  • 11

15 30 50 per page