我有一个代码可以使用mapreduce代码从FTP服务器读取数据。我们用来连接ftp服务器的代码如下`StringinputPath=args[0];StringoutputPath=args[1];Configurationconf1=newConfiguration();String[]otherArgs=newGenericOptionsParser(conf1,args).getRemainingArgs();Patharg=newPath(inputPath);FTPFileSystemftpfs=newFTPFileSystem();Patharg1=newPath(out