Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--download option work incorrect #126

Closed
Incont opened this issue May 13, 2015 · 4 comments
Closed

--download option work incorrect #126

Incont opened this issue May 13, 2015 · 4 comments
Labels
Milestone

Comments

@Incont
Copy link

Incont commented May 13, 2015

Use iOS-deploy 1.6.0
$ios-deploy --bundle_id com.test.test1 --list
...
/Library/Caches/log.txt
...

  1. $ios-deploy --bundle_id com.test.test1 --download=/Library --to /test - work correct
  2. $ios-deploy --bundle_id com.test.test1 --download=/Library/Caches/ --to /test - not work
  3. $ios-deploy --bundle_id com.test.test1 --download=/Library/Caches/log.txt --to /test - not work
  4. $ios-deploy --bundle_id com.test.test1 --download=/Library/Caches/folder/ --to /test - not work
@shazron shazron added the bug label May 15, 2015
@shazron shazron added this to the 1.6.3 milestone May 15, 2015
@shazron
Copy link

shazron commented May 19, 2015

Some clues.
For 2, if /test/Library already exists, it works.
For 4, if /test/Library/Caches already exists, it works.

@Incont
Copy link
Author

Incont commented May 19, 2015

Yes I agree
I expect as a user I do not need to manually create the path

@shazron
Copy link

shazron commented May 19, 2015

The fix is:
if --download=/X/Y --to R

you must mkdir -p

// parent of (/X/Y)
R/X/

@ChrisMash
Copy link

ChrisMash commented May 9, 2018

@shazron In 1.9.2, trying to download the caches folder from a device connected over wifi (AppleTV or iPad) doesn't work. I can't get any of the options Incont tried to work. It all works fine on an iPad connected via USB though...

Raising as a separate issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants