Skip to content

Is there a way to write/upload a file to OSX filesystem? #41

Closed
@juj

Description

@juj

In my unit tests that I automate with ios-deploy, I'm looking for a way to generate a file on the iOS, and have it somehow stored on the OSX filesystem e.g. in the working directory where I launched ios-deploy from. Is something like that possible?

If not, I could always spawn up a HTTP server on the host, and have the iOS device HTTP upload the file there, but that's somewhat heavyweight. It would be nice if there was some way to achieve this with ios-deploy.

On Android I have the application write a file to the Android filesystem /sdcard/ directory, and then use adb pull to retrive that file to the OSX file system after the application has finished running. Would it be possible to do something like this with ios-deploy?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions