HatfieldConsultants / Hatfield.EnviroData.DataAcquisition

Hatfield's Environmental Data Management System: Data Aquisition Module
Mozilla Public License 2.0
0 stars 2 forks source link

System should be handle data from various file sources (local disk, FTP site, online download, etc) #15

Closed daniellu closed 9 years ago

daniellu commented 9 years ago

Local File System support added at https://github.com/daniellu/Hatfield.EnviroData.DataAcquisition/commit/9db465b89627a41d672d621cc93705ba784c52b5

kgarsuta commented 9 years ago

@daniellu How would you like to hand credentials for FtpFileSystem? The constructor or IFileSystem.FetchData() takes no parameters.

jsuwala commented 9 years ago

Kyle: There should be a way for an end-user to specify the credentials (through some sort of configuration interface – either a web UI or a configuration file) that is then passed to the FtpFileSystem instance. Perhaps a Dictionary<string,string> should be added to IFileSystem to allow these custom configuration parameters to be passed in.

Best regards,

From: Kyle Garsuta [mailto:notifications@github.com] Sent: Wednesday, May 06, 2015 4:04 PM To: HatfieldConsultants/Hatfield.EnviroData.DataAcquisition Subject: Re: [Hatfield.EnviroData.DataAcquisition] System should be handle data from various file sources (local disk, FTP site, online download, etc) (#15)

How would you like to hand credentials for FtpFileSystem? The constructor or IFileSystem.FetchData() takes no parameters.

— Reply to this email directly or view it on GitHub https://github.com/HatfieldConsultants/Hatfield.EnviroData.DataAcquisition/issues/15#issuecomment-99638371 . https://github.com/notifications/beacon/AAEScYd-5kqEkVA4NZ6-ard_o6KSjVmzks5oGpVvgaJpZM4ERfd2.gif

daniellu commented 9 years ago

Issue closed. All file system related issues are moved to the FileSystems project.