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
1
vote
0 answers
Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Smart Card
I need to programmatically access a shared directory that is not in my domain with a Smart Card.
There is a question almost identical to this one but the answer uses user name and password. And I need to do it with Smart Card.

levk
- 691
- 1
- 5
- 4
1
vote
1 answer
upload file to folder on device, filesharing ios
im using filesharing in my app, working fine, but I want now for organization to be able to upload files from itunes to app folder
the itunes lets me import a file "Add", but i cannot drag the file to the created folder in my file system or "Add" in…

manuelBetancurt
- 15,428
- 33
- 118
- 216
1
vote
1 answer
PROPFIND Request In WTClient
I would like to add a WebDAV and iDisk interface to my app, however I am having a bit of technical trouble regarding files stored on the server. Every answer to the question "How do I use a WebDAV server || to get a list of files" seems to end with…

CodaFi
- 43,043
- 8
- 107
- 153
1
vote
1 answer
Xcode Enable UIFileSharing at Runtime
is there a way to enable itunes UiFileSharing at runtime?
I need to start my application with UiFileSharing Disabled and Enable it under superuser configuration

Tommaso
- 155
- 2
- 10
1
vote
0 answers
Sharing files in the enterprise - a "private dropbox" with granular permissions
I'm looking for an enterprise solution similar to Dropbox to share files across an organization. Ideally it should support:
Granular sharing of folders (specify group or individual users per group). We don't want GBs and GBs of data to be…

crippy
- 89
- 4
1
vote
1 answer
Unable to move-item in Powershell to remote file share
I have the need to run a Powershell command on a remote computer that will move a file from the remote computer to another computer on the network.
PS H:\> invoke-command -computername server1 -scriptblock {move-item c:\jobs\archive\A1051626.zip…

Richard West
- 2,166
- 4
- 26
- 40
1
vote
1 answer
Sharing files over bluetooth in iOS
I would like to develop an iOS application that send files between other devices over bluetooth. The app should be able to recieve data from other (non)iOS devices and save it locally.
My question: Is this possible and allowed by Apple, and if so:…

Paul Peelen
- 10,073
- 15
- 85
- 168
1
vote
1 answer
How to make our iPad application to share files through iTunes
I have made an iPad application. Now i have a requirement to upload any file into my application shared/document folder from my System through iTunes.
I have learned from this link http://support.apple.com/kb/ht4094 that we can make our application…

Shah
- 4,990
- 10
- 48
- 70
1
vote
1 answer
Scalability issues of multiple key encryption with GnuGP
I want to follow up on the questions posted here:
Encryption with multiple different keys?
I've implemented the GnuGP solution for a web app I built but I fell into scalability issues pretty quickly and I have to admit I have been a bit stuck.…

Antony P.
- 147
- 1
- 9
1
vote
3 answers
What is the best way to share files between Xen VM's?
Is there some built-in way to share files between Xen guests? I don't currently need to share the actual images, just some data files.

Otto
- 18,761
- 15
- 56
- 62
1
vote
5 answers
Should I use GIT for a corporate file respository?
We have a number of remote workers around the world that need to share the same files (including adding to and editing).
We have used SVN in the past with great results.
One of the biggest SVN repos we had was 17GB. The size was never the problem.…

Blake K Peterson
- 471
- 4
- 14
1
vote
3 answers
How selenium can test if it has read access to a file
Our test-app runs on multiple Virtual Machines through Selenium Remote Control.
The App sits on a test controller Server.
The test-app is used to test a third party online application.
How can I test to see if on certain VM Selenium-RC has read…

Watt
- 3,118
- 14
- 54
- 85
1
vote
1 answer
Sharing a file between an Android app (with native component) and system services
Android has been more restrictive with files, while it is very clear how to share files across apps... How would I share a file between a system service like surfaceflinger/audioflinger and an app? Note that I own both the app and the AOSP code…

John Smith
- 307
- 3
- 14
1
vote
1 answer
Why is the flutter share_plus package giving this IllegalArgumentException?
I am writing a function that essentially gets data from an http request as a byte array, then writes it to a file in the temporary directory in order to share to wherever the user desires. I have successfully gotten this to work on iOS, but for some…

holycamolie
- 277
- 1
- 3
- 10
1
vote
0 answers
Can a cordova app get its own storage shortcut in Android Files app menu, similar to Drive?
On iOS, cordova-plugin-file allows 'cordova.file.documentsDirectory' as file system layout, to generate a dedicated storage for my app in the system's file browser in the 'on my iPhone' environment. But unfortunately this file system layout is NOT…

MarBo
- 61
- 3