feat: hutool-extra ftp 支持上传文件或目录(包含当前及子孙目录的所有文件)

This commit is contained in:
xhzou 2022-09-26 15:25:36 +08:00
parent 6d83db671b
commit 775caa9911

View File

@ -31,7 +31,7 @@ import java.util.Objects;
* 1filezila server ;根目录一般都是空 * 1filezila server ;根目录一般都是空
* 2linux vsftpd ; 使用的 系统用户的目录这里往往都是不是根目录/home/ftpuser/ftp * 2linux vsftpd ; 使用的 系统用户的目录这里往往都是不是根目录/home/ftpuser/ftp
* *
* @author looly * @author looly, xhzou
* @since 4.1.8 * @since 4.1.8
*/ */
public class Ftp extends AbstractFtp { public class Ftp extends AbstractFtp {