File sharing is the practice of distributing or providing access to digital media, such as computer programs, multimedia (audio, images and video), documents or electronic books.
Questions tagged [file-sharing]
598 questions
2
votes
1 answer
Listing peer (desktop) directory structure on android device on same wifi Network
I am working on concept of sharing file between peer to peer. I have one desktop and Android connected to same wifi network. Using many application we can show file structure of android on desktop (i.e Airdriod without running scripting on desktop).…

Tofeeq Ahmad
- 11,935
- 4
- 61
- 87
2
votes
3 answers
iOS: Open document of an app from another app and save back to the called app
In my application, I want to open excel documents listed in my application using any excel editor. Edit it and save back to my application only. Can this be possible on iOS?
As I looked into this, I could open using an excel editor, edit the file,…

Mamatha
- 53
- 1
- 6
2
votes
2 answers
How to send/open email attachments from android app?
I would like to somehow send a file from my app on one android device to my app on another device. This can be done any which way, and I'm open to suggestions if you can tell me how to send over network or something like that.
Currently, I'm…

CodeFusionMobile
- 14,812
- 25
- 102
- 140
2
votes
1 answer
iTunes File Sharing Clarification
I recently had my application rejected, by Apple for:
"Your app has the UIFileSharingEnabled key set to true in the Info.plist, but files and folders not intended for file-sharing are contained within its Documents folder..."
I am storing my…

Vikings
- 2,527
- 32
- 45
2
votes
3 answers
I need my desktop app to access network folder that the current user does not have permission to
I have a windows desktop app (written in Delphi) that allows users to store and retrieve files.
The application stores these files in a single network shared folder (Active Directory).
The various users of the app do not all have permission to…

Tony
- 818
- 1
- 7
- 21
2
votes
1 answer
How to save an image to iTunes file sharing
I like to save an image called img to the iTunes file sharing folder. Can someone please tell me how?

David Gölzhäuser
- 3,525
- 8
- 50
- 98
2
votes
1 answer
File Sharing API or Framework in OS X 10.5.*
Is there any programming interface or CLI for changing network or file sharing settings in OS X Leopard?
mpiche
2
votes
2 answers
How to create a server accessible by an iphone app
I a thinking of creating an iPhone/iOS app that would include a feature where one user could create a list of words and then save them to their account on a server. Also (and this is very important), the user could share their list with other users…

iphonedev7
- 295
- 1
- 7
- 17
2
votes
1 answer
mac pkg equivalent for windows to make iTunes files-haring accept folders
I want to use iTunes file-sharing to transfer nearly 78.000 files in a nastest folder structure (5G) to my app. iTunes file-sharing accepts files only, so on the mac I just rename a folder into "package.pkg" or "pakage.rtfd" and voilá. This also has…

user2094501
- 21
- 3
2
votes
1 answer
How to get the downloaded zip file from iPhone app
Iam developing one application.In that iam downloading the zip file and unzip that one.When i connect my iphone to PC,is there any chance to user to get that downloaded file or that Unzip file from PC.

Naresh Venkat
- 163
- 2
- 9
2
votes
1 answer
iOS - Allow user to download file from documents directory but not to upload file using iTunes
Here is a situation I have a data file in document directory which is being updated in the application every now and then. So I want to save it to my desktop using iTunes. But I don't want that the file should be uploaded back to my application.…

Himanshu A Jadav
- 2,286
- 22
- 34
2
votes
1 answer
Windows Firewall blocks mounting from linux
I'm trying to mount a windows folder (machine1) under linux (machine2).
Computers are in the same private network.
To achieve this I use:
mount -t cifs -o user=... PATH_ON_MACHINE1 PATH_ON_MACHINE2
I've spent some time on getting only timeouts and…

Michal
- 6,411
- 6
- 32
- 45
2
votes
1 answer
User friendly way to import / share files to your iOS app
The app needs document files from users. Document files are usually found in PC / emails right? What is the most intuitive / user friendly way to get those data from your iOS app? No need to consider effort or how long it will take, the focus is in…

Manny
- 6,277
- 3
- 31
- 45
2
votes
2 answers
Windows Folder Share API
is there a WIN32 API available to manage folder sharing in Windows? Some links to examples will be helpful. Thanks.

Bharani
- 303
- 1
- 8
- 16
1
vote
1 answer
How to realize browser-to-browser communication (allowed server as bridge) without Flash/Java?
I've been looking for this question and found services, wich work with the Adobe Cirrus (for example FilesOverMiles). Also there are services, which work without Flash, and they also seem to be p2p. Is this true? For example, one of this services is…

Mark Birger
- 174
- 1
- 2
- 12