Just click it :-)
For example, you have a folder /data/tmp , and you want to click it on /mnt/sdcard :
adb push /data/tmp /mnt/sdcard
Sorry, I forgot that you are working with DDMS. But I just know how to do this with adb . The adb file can be found in the [android-sdk]/platform-tools/ folder. If you are using Windows, it could be adb.bat or adb.exe .
user1521536
source share