voyagertanyao commented on issue #5098:
URL: https://github.com/apache/seatunnel/issues/5098#issuecomment-1645110461

   > Can you provide more detail?
   
   like this:
   NOW, for sftp/ftp source, the config parameter "path" can only be a single 
file or a directory, e.g.
   A:      path = "/tmp/user/2023-07-21/"
   B:      path = "/tmp/user/upload/00000_0.csv"
   scene A, we can get all files under path "/tmp/user/2023-07-21/",
   scene B, we can get this css file only under path 
"/tmp/user/upload/00000_0.csv"
   
   BUT, when I want to get files with format csv(whatever) under a  directory, 
e.g.
   <img width="774" alt="image" 
src="https://github.com/apache/seatunnel/assets/20474171/014c9807-6343-44ae-9ce4-f8a025594932";>
    I can not config the path parameter like : path = 
"/tmp/user/2023-07-21/*.csv"
    this will lead to error , no such file found xxxxxx
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to