harishanchu / Laravel-FTP

A simple Laravel 4/5/6/7 ftp service provider with basic ftp methods.
220 stars 87 forks source link

Why its not upload file greater then 2mb #61

Closed narendraraghuwanshi closed 7 years ago

narendraraghuwanshi commented 7 years ago

I want to upload a mp3 file with ftp becouse my server config is set to max_file_upload 2mb and i am anable to upload file greater then 2mb so i want to upload its by ftp is it possible?

harishanchu commented 7 years ago

If your ftp server do have a max_file size hard limit then there not anything much you can do with this library.