You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| tmp_path | string | yes | /tmp/seatunnel | The result file will write to a tmp path first and then use `mv` to submit tmp dir to target dir. Need a FTP dir. |
@@ -70,7 +70,7 @@ The target ftp host is required
70
70
71
71
The target ftp port is required
72
72
73
-
### username[string]
73
+
### user[string]
74
74
75
75
The target ftp username is required
76
76
@@ -225,7 +225,7 @@ For text file format simple config
225
225
FtpFile {
226
226
host = "xxx.xxx.xxx.xxx"
227
227
port = 21
228
-
username = "username"
228
+
user = "username"
229
229
password = "password"
230
230
path = "/data/ftp"
231
231
file_format_type = "text"
@@ -243,7 +243,7 @@ For text file format with `have_partition` and `custom_filename` and `sink_colum
0 commit comments