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
3
votes
1 answer

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 manage them (delete, edit etc.). I wish to set…
3
votes
1 answer

Windows Phone 8 file sharing

I have created an app that makes use of file types that are not standard to Windows Phone and I have registered my app to these extensions and they can be opened in my app perfectly from example the email client. My application can modify the file…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
3
votes
0 answers

iTunes file sharing with iOS device on windows

I have modified my info.plist with "Application supports iTunes file sharing" = YES. File sharing is working perfectly fine when using a Mac machine, but if I save a file on a windows machine, it gives me a blank file (0 kb data). iTunes shows me…
Collins
  • 231
  • 2
  • 14
3
votes
0 answers

printing file content using android Bluetooth

I want to print some content of file or say generate bill from my mobile device through Bluetooth enabled printer device.How can I generate bill using Bluetooth?
Nitish Patel
  • 1,026
  • 2
  • 19
  • 36
3
votes
3 answers

How to enable file sharing in iPhone app using iPhone sdk

Possible Duplicate: How to enable file sharing for my app? How can i enable file sharing functionality in iPhone app. I am very curious about this to know because when i connect my iPhone with iTunes then it show me three apps. One is Skype and…
josh
  • 1,681
  • 4
  • 28
  • 61
3
votes
1 answer

Sharing between iPad aps

I have to share a directory created by appA with appB. Is there a way I can "authorize" appB to access the folder created by appA in its space? They are iPad only apps. I know about UIPasteboard, but I want to share(preferable secure) multiple small…
AAT
  • 105
  • 9
3
votes
3 answers

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 lost as to where to begin to get the big picture…
mad_girl
  • 31
  • 3
3
votes
1 answer

Mounted Volume can't be opened with Finder, opening it with the terminal resolves everything

We got a strange problem. We have declared in the /etc/fstab to mount a volume. At first everything seems to work. But now we face this: If you go to the mounted Volume in the finder (/Network/shared) it won't open the folder and says that you don't…
user1000584
  • 67
  • 2
  • 12
3
votes
1 answer

Check link works and if not visually identify it as broken

I am working on a project which lists file sharing urls from the likes of Oron, filespost, depositfiles etc that reports sharing of copyrighted materials to identified content owners and rights holders in my network. To better improve the service,…
Ben
  • 190
  • 7
  • 21
3
votes
3 answers

Dropbox API - Using Dropbox as a server

I was wanting to use a file sharing server to keep certain files up-to-date and constant across multiple instances of my application across multiple computers - like (for example) writing a multiplayer game, which stores all the player's positions…
GravityScore
  • 385
  • 1
  • 3
  • 13
2
votes
2 answers

how to initial a web server on iphone

i recentlly see some iPhone application which initial a web server and give a url to user, so we can access some files from that url from pc, for example an export contact app create a excel file and for transferring that file give us a url and we…
ali
  • 1,023
  • 2
  • 14
  • 38
2
votes
0 answers

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 the file from the top level to the Inbox. I can…
DenVog
  • 4,226
  • 3
  • 43
  • 72
2
votes
2 answers

How to share an interactive jupyter notebook?

i need to send the Jupyter notebook to another person, and enable him to open, enter inputs and running the notebook, to get the results. please explain in a steps what should i do to share an interactive jupyter notebook to the end user, so he can…
2
votes
1 answer

Sveltekit endpoint that returns a file for a file sharing website

I want to build a file sharing site kinda like nextcloud. The Idea is that their are files on a server (currently they are local), the svelte backend parses through them and presents them. You than can click through the folders to find the files you…
Peppi
  • 51
  • 3
2
votes
1 answer

How to share .env with teams

I have a question about .env file. I know it is a file that contains secrets like API key and password. I also read that you should not commit it to VCS like GitHub. This is fine if I am working alone, but of course, I have team members. So, how…