Questions tagged [file-sharing]

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.

598 questions
2
votes
0 answers

Storing large dense 2D matrix of float32 data

I am searching for the best possible solution for storing large dense 2D matrices of floating-point data, generally float32 data. The goal would be to share scientific data more easily from websites like the Internet Archive and make such data…
Luca Cappelletti
  • 2,485
  • 20
  • 35
2
votes
0 answers

iOS: access to file that was shared by extension is denied on device

My goal is to create an iOS share extension (via Xamarin) that enables an user to upload an audio or video file through my app to my backend via the iOS share menu. The workflow would be like: user opens audio or video file (e.g. from Files…
tobi_b
  • 1,218
  • 1
  • 12
  • 21
2
votes
1 answer

samba setting on macosx

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 GUI setting thanks in advance
toughtalker
  • 461
  • 2
  • 6
  • 14
2
votes
1 answer

Copying databases to remote locations

Our EPOS system copies data by compressing the database into a zip file, and manually copying to each till, using shared directories. Each branched is liked to the main location, using VPN which can be problematic, but is required for the file…
stukelly
  • 4,257
  • 3
  • 37
  • 44
2
votes
2 answers

Google Apps Script, get rid of copy/download option

I am wondering if there's a way to use Google Apps Script to share a Google Doc or Google Sheet, but programmatically disable the copy/download feature for viewers/commentors on the document? When share a Google Doc or Sheet normally, you can go to…
Lle.4
  • 516
  • 4
  • 17
2
votes
1 answer

Flutter Receive sharing intent and page change

I'm working on a mailing application and i'm stuck when i try to share a file to send it by email with the receive_sharing_intent package I'm able to get the file in the application with it's path and all, but then i need to redirect the user to the…
Anthony D
  • 323
  • 8
  • 19
2
votes
0 answers

How to share file between apps without file section interface

I am trying to make an app that can easily keep sending files to different apps(whichever the user is running currently), when those apps make request to my app for files. I was going through this link Sharing a file in Android , Sharing simple…
2
votes
1 answer

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 app to the user, when they go to the “Apps” page…
Proud Member
  • 40,078
  • 47
  • 146
  • 231
2
votes
1 answer

How does one make Samba change the owner of a file when it is edited?

I want to add some basic accountability to a Samba share without going all out with the audit logging module. If a file is owned by user1:usergroup and user2 edits it, is it possible for the ownership status to change automatically to…
Phil Lavin
  • 208
  • 1
  • 3
  • 8
2
votes
1 answer

Delete a file just after it is shared in android

I'm sharing image file to WhatsApp. Whatsapp can't read private file so I saved it into public directory. I want --> when a user shares the image it should be deleted from the storage. try { String uniqueName = System.currentTimeMillis() + ""; …
CodingDevil
  • 125
  • 1
  • 9
2
votes
1 answer

Get security descriptor of local IPC$ share programmatically

I am trying to get the security descriptor (or at least the DACL) of the IPC$ share. For other shares (such as C$, ADMIN$ and user-created shares), GetFileSecurity works (e.g. with "\localhost\C$"). With IPC$ neither that nor GetKernelObjectSecurity…
2
votes
1 answer

How to allow other apps to save files to our app?

I have an application that has enabled fileSharing and user can copy files into the app - I need some thing more in my application! As you see in the photo here some applications let the user to save file to another application so how can I enable…
Saeed Rahmatolahi
  • 1,317
  • 2
  • 27
  • 60
2
votes
1 answer

set individual AWS S3 file/folder link to expire

I would like to share a file or folder in my AWS S3 bucket and set it to expire. How do I do this within the S3 console? Eg set it to public for 7 days then revert to private
jonnyf
  • 29
  • 2
2
votes
1 answer

how to Display Files From Files Sharing in Swift 3

A added File Sharing in Plist in My app So I can Easily Copy Files when The iPhone has connect with iTunes to my mac But the problem is that when I copy some files with iTunes in my App and Run the app I have 2 Problems : 1- when I stop the app and…
Saeed Rahmatolahi
  • 1,317
  • 2
  • 27
  • 60
2
votes
3 answers

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 their own customers. The application should be a SaaS…
franz976
  • 333
  • 3
  • 14