When I try to download file from artifactory using the following comamnd:
$ ./jfrog rt dl path/to/file/myfile.zip
I got the response like
Pinging Artifactory...
Done pinging Artifactory.
[Thread 0] : Artifactory response: 200 OK
But, the file is empty.
$ du -h path/to/file/myfile.zip
0 path/to/file/myfile.zip
And, I'm sure myfile.zip in the artifactory is not empty.