Tagged Questions
The file-sharing tag has no wiki summary.
27
votes
6answers
18k views
Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials
We've run into an interesting situation that needs solving, and my searches have turned up nill. I therefore appeal to the SO community for help.
The issue is this: we have a need to programmatically ...
6
votes
2answers
2k views
Vista UAC - Trouble Mapping Network Drives
We have an application that programmatically maps network drives. On Vista with UAC on, we get some strange issues.
Our application maps the drive non-elevated, so if the user browses explorer and ...
5
votes
1answer
2k views
Notification of changes to the iPhone's /Documents directory
Hello
We have an app that uses file sharing. UIFileSharingEnable is set etc. and it all seems to work fine, but I'm looking for some sort of notification of when files have been added/deleted on the ...
4
votes
2answers
634 views
iOS5 File Sharing: recognize when files have been added to a Directory?
as the title says i wanna know how i can recognize that new file have been added to my App for example over an iTunes Sync. In iOS4 i used the methods
- (BOOL)application:(UIApplication *)application ...
4
votes
2answers
207 views
Network path of a file/directory using Java
How to get the network path of a file or directory on a windows pc using java? Usually we can see it in shared folder's properties on windows. As shown below.....
4
votes
2answers
531 views
Open Source Alternative to Drop Box
Is there an open source alternative to DropBox. We'd like to offer a service for our user base (30,000+ users) to share files with each other similar to DropBox, but have a requirement to host this ...
3
votes
2answers
262 views
Importing data into iOS app, now that iCloud replaced iTunes
Until now it was possible to import data into an iPhone app using iTunes file sharing. The data (e.g. a pdf, doc or custom file format would then show up in /Documents directory and could be used by ...
3
votes
4answers
74 views
Is it possible to create 2 FileStream on the same file in the same process?
I'm trying to create a temporary file that will be automatically deleted.
stream = new FileStream(
tmpFilePath,
FileMode.OpenOrCreate,
FileAccess.ReadWrite,
...
3
votes
3answers
223 views
Is there a way to get notified when the user drags a file into iTunes File Sharing and Sync is complete?
When I plug in the iPhone to iTunes and drag a file into the File Sharing section of my app, the app on the screen goes away for a moment and then comes back. It seems that none of the app delegate ...
3
votes
2answers
357 views
How to share files created by an app?
How do I share files (music, video, image) create by my app? I am interested in sharing audio file specifically.
Imagine I have a program that generates wav file.
How do I take it from isolated ...
3
votes
2answers
1k views
Sharing Data Between Apps on an iDevice
Is it possible to share on-disk data between iOS applications, or are they truly sandboxed? In other words if I wanted to make a shared repository of data to be accessed (and/or modified) by one or ...
3
votes
2answers
680 views
file sharing on iphone/ipad?
I want my app to share files via itunes file sharing. Right now all of the Documents folder
is exposed to the user. The problem is that there are certain files there (let's say these are "System ...
3
votes
1answer
96 views
How can one detect changes in a directory across program executions?
I am making a protocol, client and server which provide file transfer functionality similar to FTP (among other features). One difference between my protocol and FTP is that I would like to store a ...
3
votes
2answers
3k views
iPhone Documents directory and UIFileSharingEnabled, hiding certain documents
I want the user to be able to access the files in the documents directory but am using core data and dont want the user to be able to access the store (the sqllite db), can i hide it from the user ...
3
votes
4answers
159 views
What is the best way to implement a website where Users can interact together
I am creating a website where users will be able to chat and send files to one another through a browser. I am using GWT for the UI and hibernate with gilead to connect to a mysql database backend.
...
3
votes
5answers
1k views
How to Share Files Between my iPhone App and a Mac/PC
I have developed an iPhone app which stores photos in the /Documents directory of my app.
I would like to add a feature which gives to the user the opportunity to transfer those pictures to his/her ...
3
votes
5answers
290 views
PHP uploader for about a thousand images?
I am working on a websitwe and I need a client to send me close to a thousand pictures. There is a bit of a geographical distance between us, so while mailing a CD or SD card is not impossible, it is ...
3
votes
4answers
958 views
How do I access a file share programattically
I have a windows forms app running on a machine that is not on a domain, that needs to be able to move a file from the local filesystem to a UNC path. I have a username and password for that path. I ...
3
votes
5answers
2k views
Recommendations for “file sharing CMS”?
Our marketing department needs something to help their communication with distributors
worldwide. They want to share marketing material (pdfs, docs, videos, pictures) - basically, a password-protected ...
2
votes
1answer
235 views
Is it possible to limit iOS file sharing functionality to a subfolder in the documents directory?
My image editing app is saving some important data in the documents directory. In a tutorial I was reading this:
iTunes will then display anything you
save to the Documents directory in
your ...
2
votes
0answers
145 views
Turn a folder into a bundle/package for iTunes file sharing
iTunes File Sharing for iOS apps allows users to pull down folders from apps via syncing to the device but it doesn't allow the reverse and load in directories from a computer to the device. Is there ...
2
votes
1answer
591 views
Allow iPhone application to sync with iTunes
In the Apps tab of iTunes, there is a 'File Sharing' section with a list of apps that can synchronize their documents with your computer. What do you need to do to tell iTunes to sync your apps ...
2
votes
1answer
618 views
iPhone File Sharing: How to recognize when files have been added?
I have file sharing via iTunes working in my application (reference What's New in iOS 3.2) by enabling the UIFileSharingEnabled key, but according to the documentation:
"Applications that support ...
2
votes
2answers
9k views
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 ...
2
votes
1answer
117 views
Content management systems and S3
I wish to build a file sharing site and store the files in S3. I also wish to have different users upload their different files and be able to see them, have access to them (open, share etc.) and ...
2
votes
2answers
471 views
Sharing Uploaded Files between multiple Rails Applications
I have multiple applications (an admin application, a "public"/non-admin application and a web service application) that all share a single database.
I've gotten the applications to share models ...
2
votes
3answers
205 views
the best resources to get involved in p2p file sharing project
these days I'm interested to join an open source p2p file sharing project. my knowledge about the topic is not so specific, I mean I know things about security, networking, p2p basics but I still feel ...
2
votes
3answers
343 views
Is there any reason to open a file with shared-write access?
I've always opened my files two ways -- either read access and shared-read, or read/write access and no sharing.
To me it seems that allowing shared-write could always result in unexpected things ...
1
vote
1answer
23 views
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
1
vote
0answers
34 views
iTunes File Sharing - Can't Write to Inbox
How are applications that allow content to be added through iTunes File Sharing utilizing the Inbox folder? To be specific, there are apps that process files dragged to iTunes File sharing by moving ...
1
vote
1answer
58 views
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 ...
1
vote
1answer
114 views
Copying files to applications isolated storage in WP7 like in iOS
In iOS, there are plenty of applications that allow a user to copy files to their on-device storage through iTunes, which application will then have access to.
This allows the creation of, for ...
1
vote
0answers
109 views
How to share the image that captured from camera application in android?
I am using a camera application in android. In my application, the image that captured is saved into SDCard as shown bellow,
PictureCallback jpegCallback = new PictureCallback()
{
public ...
1
vote
5answers
146 views
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 ...
1
vote
1answer
50 views
Blank PDF's From The Application Documents Directory
Basically, the pdf's URL's are called from a tableview that loads them from iTunes (UIFileSharingEnabled) and then they are loaded with a CGPDFDocumentCreate in a new view. It pushes just fine and ...
1
vote
1answer
40 views
samba setting on macosx [closed]
when using linux, add guest ok = yes in smb.conf
then PC could access \\xxx.xxx.xxx.xxx with no name and password
with macosx i use file sharing with smb, could anyone tell me how to do it with ...
1
vote
2answers
254 views
File sync api for objective c
I am trying to develop an application for file sync on the cloud.I came across the DropboxSDK which is fairly simple.I've kept this as an option for my app.I found another one called Box .Net, but its ...
1
vote
1answer
395 views
How to enable file sharing for my app?
I have an image editing app where users can apply effects to photos. How could I enable it so that users can see my app in iTunes in the File Sharing tab and then just drag+drop photos to the app?
...
1
vote
1answer
94 views
file sharing, document collaboration software or library
I am trying to integrate file sharing functionality to existing web portal. Do you know any software or library which can help me?
It must be collaboration tool, employees should be able to manage and ...
1
vote
2answers
329 views
File transfer over the air with iPad
I have an iPad app that outputs a PDF file that needs to be uploaded to a remote server. What are my options here? Is there a sFTP or FTP implementation for iOS that would help me achieve this? Can it ...
1
vote
0answers
156 views
How can I share files between computers without using a server? [closed]
I was wondering if it's possible to share files through an application installed on different computers without the use of a server. I've looked into P2P sharing but 'pure' P2P (without a discovery ...
1
vote
1answer
295 views
Any alternative to iTunes file sharing on the iPad?
Is there an alternative to iTunes file sharing for iPad developers in the Enterprise Program?
Specifically, I am looking for a way to transfer files from an iPad in "Airplane Mode" (such that neither ...
1
vote
1answer
145 views
File integrity check
We have large sets (10+) of very large files (> 1 GB) that we share across our network. There are occasionally a few smaller files too.
Regardless, we want to make sure these files are correct after ...
1
vote
1answer
149 views
Using shared files as database
As a project for my database classes, I built a simple object-oriented database (coded in C++). The DB manages concurrency by using a gateway file, which grants read/write access to the entire DB. To ...
1
vote
2answers
103 views
Is there any way to let users begin downloading a file before it's finished uploading?
Anyone have any ideas on how to implement this?.. I am building a file sharing site and I want to allow users to begin downloading files before there even finished uploading. Is this possible?
1
vote
1answer
345 views
sh_none is not a member of 'std::basic_filebuf<_Elem,_Traits>'
I am trying to use the Microsoft Specific filebuf::sh_none variable to open an fstream in an exclusive mode (another Microsoft specific function). I am getting the above error. I am importing ...
1
vote
3answers
289 views
Is SharePoint the right choice?
My (software) company has hundreds of customers. We'd like to provide each customer with a SkyDrive-like application, something for sharing documents and files in general among their employees or ...
1
vote
1answer
432 views
How can I read documents from other iOS apps?
I have an app which is similar to an FTP client. I can download various types of documents in it. (DOC, XLS, PDF, PPT etc)
Now, I want to read those documents in another application. For example: ...
1
vote
3answers
167 views
How to read data using ReadFile when file has disabled sharing on read
I have a problem, i have a file who opened other process and this process defined in CreateFile non file sharing, then i have other application and i want read data from this
file in same time, but ...
1
vote
1answer
278 views
File sharing service with an API?
Is there a file sharing service akin to Dropbox or SugarSync that would offer an API? I would like to add a file sharing service to a website, but the full Dropbox interface is still too complicated ...