harishanchu / Laravel-FTP

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

Read the content of a file on the server. #9

Closed pixoft-io closed 9 years ago

pixoft-io commented 10 years ago

Hi, I'm working on a application that have to deal with XML files from a server, but I don't need to download them, only read the content, is there a way to it with this provider?

harishanchu commented 10 years ago

Currently this package doesn't support such a functionality, bud I will add that probably in the next version.

harishanchu commented 9 years ago

Commit https://github.com/harishanchu/Laravel-FTP/commit/34a309c9cd3caa9fdf940ebbe2222ed2ec8c2017 would add this feature.