mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
feat: hutool-extra ftp 支持上传文件或目录(包含当前及子孙目录的所有文件)
This commit is contained in:
parent
6d83db671b
commit
775caa9911
@ -31,7 +31,7 @@ import java.util.Objects;
|
|||||||
* 1、filezila server ;根目录一般都是空
|
* 1、filezila server ;根目录一般都是空
|
||||||
* 2、linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/ftpuser/ftp
|
* 2、linux 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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user