I have found a way to handle files using iCloud.
Using ifiles http://ifilesapp.com and setting up iCloud in it, I am able to move files easily just like Dropbox.
Install ifiles, and add iCloud as a service
add a file to that service (a screen shot will do)
On your mac, open Terminal
go to
~/Library/Mobile\ Documents/
You will find folders which sync.
Here you will find a folder like :
83CX4CU3RC~com~imagam~ifiles/Documents
(it might not have the same string)
That is the folder iFiles on your iOS device syncs.
So, it make a symbolic link to it, again in your terminal
ln -s /Users/USERNAME/Library/Mobile\ Documents/83CX4CU3RC~com~imagam~ifiles/Documents/ ~/Desktop/ifiles
This creates a Folder on your Desktop
Any files you put in it get synced to iCloud.
From iFiles on your iOS device, you can then do what you wish, and of course vice versa
Using ifiles http://ifilesapp.com and setting up iCloud in it, I am able to move files easily just like Dropbox.
Install ifiles, and add iCloud as a service
add a file to that service (a screen shot will do)
On your mac, open Terminal
go to
~/Library/Mobile\ Documents/
You will find folders which sync.
Here you will find a folder like :
83CX4CU3RC~com~imagam~ifiles/Documents
(it might not have the same string)
That is the folder iFiles on your iOS device syncs.
So, it make a symbolic link to it, again in your terminal
ln -s /Users/USERNAME/Library/Mobile\ Documents/83CX4CU3RC~com~imagam~ifiles/Documents/ ~/Desktop/ifiles
This creates a Folder on your Desktop
Any files you put in it get synced to iCloud.
From iFiles on your iOS device, you can then do what you wish, and of course vice versa