Re: [go-nuts] Using Golang to upload and download files in pcloud using cmd

2020-10-26 Thread Dimas Prawira
I think the example given in the repo is run on command line, all you have to do is customize it using cobra https://github.com/spf13/cobra On Mon, Oct 26, 2020, 23:27 Bharath Baiju wrote: > Hello all, > > I am trying to use golang-pcloud project > to upload

[go-nuts] Using Golang to upload and download files in pcloud using cmd

2020-10-26 Thread Bharath Baiju
Hello all, I am trying to use golang-pcloud project to upload and download files.With this i can upload my files but downloading is not working. Also when using this i can upload small size of files but when it is more than 50mb it is taking more time. Is t