我想列出公共 FTP 服务器上的目录下的所有文件。
我尝试了以下
new File("ftp://ftp.ex.yyy/a").eachFile() { file->
println file.getName()
但我得到一个错误
URI
/sample/getStatus/index
Class
java.io.FileNotFoundException
Message
/Users/aaaaa/Documents/yyyyy/sample/ftp://ftp.ex.yyy/a
任何帮助表示赞赏