Git Product home page Git Product logo

idevicefilesharing's Introduction

idevicefilesharing is a command line tool to manage files in the file sharing folder of an iOS app installed on a device.

Usage

  • idevicefilesharing help text
Usage: idevicefilesharing [OPTIONS] COMMAND
Manage App file sharing for idevice.

 Where COMMAND is one of:
  list_apps             list installed apps with file sharing enabled.
       list APP_ID      list of files in the apps file sharing directory.
        put APP_ID FILE [..] copy files into the file sharing folder of the app
     delete APP_ID FILE [..] delete files from the app file sharing folder

 The following OPTIONS are accepted:
  -u, --udid UDID  target specific device by its 40-digit device UDID
  -h, --help       prints usage information

  • list apps supporting file sharing, with there bundle ids
$ idevicefilesharing list_apps
  • list files in the file sharing folder of an app
$ idevicefilesharing list <bundle id>
  • copy file to file sharing folder of an app
$ idevicefilesharing put <bundle id>  <file path>
  • delete a file inside file sharing folder
$ idevicefilesharing delete <bundle id> <file name>

Requirements

Dev packages of:

Installation

To Compile and install:

    $ ./autogen.sh
    $ make
    $ make install

TODO

  • support wildcard for filenames
  • support copy from device
  • support folder get and put
  • add interactive prompt like sftp

idevicefilesharing's People

Contributors

aymenim avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.