mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 12:16:24 +08:00
🐛 fix ftp conn not store
This commit is contained in:
@ -21,6 +21,7 @@ func (driver FTP) Login(account *model.Account) (*ftp.ServerConn, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
connMap[account.Name] = conn
|
||||
return conn, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user