Commit f0f85af5 by shenyizhong

* code review

1 parent e4582977
Showing with 2 additions and 1 deletions
......@@ -64,7 +64,8 @@ func MkdirRemot(path string) {
url += host
url += ":"
url += strconv.Itoa(port)
url += "/front/data/createfolder?name=data"
url += "/front/data/createfolder?name="
url += nodetree.StrDst
url += tmpStrs[1]
url += "/"
log.Println("httpcli.Mkdir() called, GET request:", url)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!