Solving the problem of active and passive mode of FTP server

QiDong Yang
This commit is contained in:
yanfqidong0604 2018-12-28 17:40:52 +08:00
parent 30488ddfd8
commit dbcafe0395
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class LoadFromFtpToHDFS extends ConfigurableStop {
throw new Exception("File path error") throw new Exception("File path error")
} }
}else{ }else{
downFile(ftp,ftpFile,HDFSPath) downFile(ftp,ftpFile,HDFSPath)
} }