mirror of https://github.com/Xhofe/alist
🐛 fix FTP down
parent
c64c003257
commit
3ce94de823
|
@ -71,6 +71,7 @@ func Proxy(c *gin.Context) {
|
||||||
// 本机读取数据
|
// 本机读取数据
|
||||||
if account.Type == "FTP" {
|
if account.Type == "FTP" {
|
||||||
c.Data(http.StatusOK, "application/octet-stream", link.Data)
|
c.Data(http.StatusOK, "application/octet-stream", link.Data)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
// 本机文件直接返回文件
|
// 本机文件直接返回文件
|
||||||
if account.Type == "Native" {
|
if account.Type == "Native" {
|
||||||
|
|
Loading…
Reference in New Issue