Class CommonsFtp

java.lang.Object
org.miaixz.bus.extra.ftp.AbstractFtp
org.miaixz.bus.extra.ftp.CommonsFtp
All Implemented Interfaces:
Closeable, AutoCloseable, Ftp

public class CommonsFtp extends AbstractFtp
Apache Commons FTP客户端封装 此客户端基于Apache-Commons-Net 常见搭建ftp的工具有:
  • filezila server ;根目录一般都是空
  • linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/bus/ftp
Since:
Java 17+
Author:
Kimi Liu