This would require writing data to local files in order to upload it to the
remote FTP, right?

On Mon, Jul 24, 2017 at 12:31 AM, Jean-Baptiste Onofré <j...@nanthrax.net>
wrote:

> Hi Lucas,
>
> IMHO, it's not a IO, it's a filesystem that TextIO and others can support
> (like GFS or HDFS).
>
> It's what we did in Camel: the ftp component is just an extend of file
> component.
>
> It means that we would be able to do:
>
> pipeline.apply(TextIO.from("ftp://...";)).
>
> Thoughts ?
>
> If agree, I would be happy to work on this (with any help ;)).
>
> Regards
> JB
>
>
> On 07/23/2017 07:39 AM, Lucas Arruda wrote:
>
>> Hi Beam folks,
>>
>> I would like to suggest the creation of a Pipeline I/O to support FTP/SFTP
>> as both source and sink locations for data processing. I've done some
>> research and it looks like there isn't any kind of development ongoing for
>> this (at least not on Jira).
>>
>> I'd like to know your thoughts and if someone would like to help/support
>> this initiative. In case someone has started a thing already please let me
>> know ;)
>>
>> Thank you,
>>
>>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Reply via email to