harishanchu / Laravel-FTP

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

how can we add download mode when using downloadFile() function without adding manually the extension of the file to extension array #15

Closed wissamdagher closed 9 years ago

harishanchu commented 9 years ago

Hi Wissamdagher,

Currently this module doesn't support manual download mode setting. Download mode is identified based on the from file name's extension.