This commit is contained in:
Viorel Craescu
2020-04-25 19:27:59 +03:00
parent b9f3ade291
commit 3b6697e5b6
3 changed files with 104 additions and 80 deletions

1
ftp.go
View File

@@ -760,6 +760,7 @@ func (c *ServerConn) Walk(root string) *Walker {
}
w.root = root
w.descend = true
return w
}