FTP
Monkey Forums/Monkey Beginners/FTP
| ||
Is there some monkey command for FTP ? I want download some files from my local Nas and copy them to my local android folder. Many thanks for your help. |
| ||
For android : java and Apache Commons Net library ? Somebody here have tried this ? |
| ||
It seems an odd request in this day and age. Have you tried using normal file access commands? Here is example of file path that may work so you can read the NAS file and write it using standard monkey file io on android. http://superuser.com/questions/267844/full-uri-to-a-file-on-another-machine-in-our-local-network |