harishanchu / Laravel-FTP

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

Download a directory? #36

Closed furkankadioglu closed 8 years ago

harishanchu commented 8 years ago

You cannot download a directory directly. You have to use getDirListing method to list all the contents of directory and run a loop to download each file with downloadFile method.