gitfortian opened a new issue, #3278:
URL: https://github.com/apache/incubator-seatunnel/issues/3278

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   ftp 密码中包含特殊符号 导致校验失败  加了双引号还是密码错误
   
   ### SeaTunnel Version
   
   2.2 beta
   
   ### SeaTunnel Config
   
   ```conf
   "env" : {
           "execution.parallelism" : 1,
           "job.mode" : "BATCH"
       },
       "source" : [
           {
               "schema" : {
                   "id" : "int",
                   "name" : "string",
                   "age" : "int"
               },
               "path" : "/data/tianxy",
               "password" : "P*=u^[fU7U28",
               "port" : 22,
               "delimiter" : ",",
               "host" : "1.1.1.1",
               "type" : "csv",
               "plugin_name" : "FtpFile",
               "user" : "root"
           }
       ],
       "transform" : [],
       "sink" : [
           {
               "plugin_name" : "Console"
           }
       ]
   }
   ```
   
   
   ### Running Command
   
   ```shell
   bin/start-seatunnel-spark-connector-v2.sh --master local[4] --deploy-mode 
client --config config/ftp_hdfs.conf
   ```
   
   
   ### Error Exception
   
   ```log
   Exception in thread "main" 
org.apache.seatunnel.shade.com.typesafe.config.ConfigException$Parse: 
config/ftp_hdfs.conf: 13: Expecting close brace } or a comma, got '=' (if you 
intended '=' to be part of a key or string value, try enclosing the key or 
value in double quotes, or you may be able to rename the file .properties 
rather than .conf)
   
   
   org.apache.seatunnel.api.common.PrepareFailException: PluginName: FtpFile, 
PluginType: source, Message: Check file path fail.
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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