liuxiaobopro commented on issue #8493:
URL: https://github.com/apache/seatunnel/issues/8493#issuecomment-4002839448

   > 2.3.12遇到相同问题, 切换被动模式 passive_local 也不行
   
   {
       "env": {
           "job.name": "ftp_ftp_938cba09-a58f-4d72-a1f5-2839d7b6a946",
           "job.mode": "BATCH",
           "parallelism": 1
       },
       "source": [
           {
               "plugin_name": "FtpFile",
               "plugin_output": "/1111.txt",
               "host": "127.0.0.1",
               "port": 21,
               "user": "ftpuser",
               "password": "ftppass",
               "path": "/1111.txt",
               "file_format_type": "binary",
               "connection_mode": "passive_local"
           }
       ],
       "sink": [
           {
               "plugin_name": "FtpFile",
               "host": "127.0.0.1",
               "port": 21,
               "user": "ftpuser",
               "password": "ftppass",
               "path": "20260305151738",
               "connection_mode": "passive_local",
               "file_format_type": "binary"
           }
       ]
   }


-- 
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