// Logout issues a REIN FTP command to logout the current user.
func(c*ServerConn)Logout()error{
_,_,err:=c.cmd(StatusLoggedIn,"REIN")
_,_,err:=c.cmd(StatusReady,"REIN")
returnerr
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.