|
|
@ -97,7 +97,7 @@ func ReceiveHandler(w http.ResponseWriter, r *http.Request) { |
|
|
bfpath := r.Header.Get("Fpath") |
|
|
bfpath := r.Header.Get("Fpath") |
|
|
|
|
|
|
|
|
//debug
|
|
|
//debug
|
|
|
fmt.Printf("header params:%v\n", r.Header) |
|
|
// fmt.Printf("header params:%v\n", r.Header)
|
|
|
fmt.Printf("fpath is:%s,afbs64 is:%s\n", bfpath, util.Base64dec(bfpath)) |
|
|
fmt.Printf("fpath is:%s,afbs64 is:%s\n", bfpath, util.Base64dec(bfpath)) |
|
|
|
|
|
|
|
|
fmt.Printf("Downloading [%s]...\n", filename) |
|
|
fmt.Printf("Downloading [%s]...\n", filename) |
|
|
|