ddeboer / data-import

Import data from and export data to a range of different file formats and media
MIT License
567 stars 123 forks source link

FTP / SFTP Reader #295

Closed kyleobrien91 closed 8 years ago

kyleobrien91 commented 8 years ago

@ddeboer @Baachi @sagikazarmark - I just want your opinion on a new Reader use case. If you agree, I'll get going on writing it. Most importantly, perhaps you can tell me if this is a use case that can be achieved using one of the current readers that are implemented (but I doubt it :P)

A large part of our workflow is allowing people to import data. By far the biggest use is import via CSV. The second largest use case is the import of files that reside on an SFTP server somewhere.

The reader would essentially follow the spec:

The rest will follow the reader interface.

Let me know if you think there is enough of a use case to include this. Also, if you have any suggestions on FTP/SFTP libraries, that would be welcome too - I have some idea but I'm not sure if you have any minimum criteria in mind.

kyleobrien91 commented 8 years ago

Moving this over to portphp