Ftp server problem

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Maybe the script is receiving the upload in one server and sending it to another server after the upload.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

With FTP upload the script receives the file via your web server, then it is transferred into FTP storage. So for large files you may notice it wait after upload, while the transfer is done. Can you try with a smaller file, like 10MB and see if it runs quicker?

Thanks,
Adam.
 

mariuxxp5496

New Member
YetiShare User
Oct 24, 2015
10
0
1
With a smaller file ( 150MB ) is not the problem ,the upload speed is up to 8 mb/s ,but after that, it takes too long .
How to resolve? any solution?
Thank you .
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
It's just the time it takes for the larger file to transfer to your FTP server. You could double check PHP isn't existing with a memory error. See here:

https://support.mfscripts.com/public/kb_view/29/
 

mariuxxp5496

New Member
YetiShare User
Oct 24, 2015
10
0
1
I have this setting ini_set (' memory_limit ', ' 2048M '); done , (without it can't upload big files)
Can do something?
Thanks Adam for support.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Did you leave it for a long time on upload? If you use FTP upload with large files it'll take time to finish.