keedio / flume-ftp-source

FTP network server is source of events for Apache-flume
80 stars 61 forks source link

nullpointer to retrieved stream when this points to soft link #2

Closed lazaromedina closed 9 years ago

lazaromedina commented 9 years ago

on retrieving stream from soft link , inputstream points nowhere

schmiegelow commented 9 years ago

Can you provide a stacktrace?

lazaromedina commented 9 years ago

api ftpclient doesnot return the size of the linked file, but the size of the link in the remote file system. When to trying to retrieve the linked file, the inputstream contains the link. While the main logic on deferring new files from modified files in the collection discovered, depends of files's size , process a link will not be possible.