We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.5
FTP
源码启动
Windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
配置好FTP、SFTP等存储源选择文件上传。此外ftp上传时的父目录用String folderName = FileUtil.getParent(fullPath, 1);也有问题
正常上传且成功清理临时文件
清理临时文件失败
ftp上传时需修改
上传controller需修改为
The text was updated successfully, but these errors were encountered:
No branches or pull requests
环境信息
4.1.5
FTP
源码启动
Windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
复现步骤
配置好FTP、SFTP等存储源选择文件上传。此外ftp上传时的父目录用String folderName = FileUtil.getParent(fullPath, 1);也有问题
预期结果
正常上传且成功清理临时文件
实际结果
清理临时文件失败
额外信息
ftp上传时需修改
上传controller需修改为
The text was updated successfully, but these errors were encountered: