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

How do I hide a file by its extension in a Samba share?

I have a folder where it would help me if certain file types were not accessible by its samba users. How can I do this?
Enrico
  • 766
  • 8
  • 19
-1
votes
2 answers

PHP - How to give users download link of file they have uploaded

i have created a simple upload.php file. But i want to to create a file hosting site on which users can upload files without login/register and get download links so that others may download their file using that link. Like on datafilehost.com. My…
-1
votes
1 answer

Avplayer playing a video file from document directory - volume issue

I'm playing a video file from the documents directory, but I can't change the volume. Actually I can play a file from the music video library and change the volume, but not for the precharged ( from iTunes with File Sharing ) videos! What can I…
-2
votes
1 answer

p2p file sharing python

When I start the program to share files to client it received it but when i request for another file download it failed with this error. Now i keep getting this error from the client socket1.send(bytes('0', 'UTF-8')) BrokenPipeError: [Errno 32]…
Jaiyeola
  • 17
  • 5
-2
votes
1 answer

How to activate File and printer sharing on a French Windows system from commande line?

I am trying to enable Files and printer sharing from command line, after some googling I found that the right command to achieve this: netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes This seems to be ok if the…
user987530
  • 63
  • 6
-3
votes
5 answers

Basic CHMOD restriction

i have an uploads folder on my website. What i want to do is restrict users from accessing like i dont want them to go to www.mysite.com/uploads/ and see the files in there and it should show forbidden, but they should be able to download via my…
Marshall Mathews
  • 347
  • 5
  • 18
-3
votes
1 answer

Looking for a secure way to share files over the internet

Currently i am working on a project and the requirement is to share the financial files and documents securely over the internet. Idea is to give only relevant person access of the file and even he should not be allowed to download the file.…
user986508
  • 189
  • 2
  • 5
  • 14
-3
votes
1 answer

How exchange files securely?

I need some software that will allow securely file exchange. Preferable for free =) But it's not principally. For example TrueCrypt is very hard for my task. I would like to encrypt (for example) my file (fast) and send to adddress who can decrypt…
Keny
  • 9
  • 3
-3
votes
2 answers

I want to change file upload size limit

I am testing a script on my domain sharemb.com. It says file too large when I upload a file of more than 2MB, where I want to put 30MB setting default. Where to find it and change?
HM Shakir
  • 1
  • 1
-3
votes
1 answer

sharing folders over lan using python

I wanted to make an application that can allow sharing of folders between two computers connected to the same local network. I am using python to communicate between a client and server. Can anyone tell me how can i transfer a file across the…
Sagar Ghai
  • 71
  • 1
  • 6
-3
votes
1 answer

How to share a bitmap on facebook as a photo in C#?

Ok so I am 100% new to sharing things from C# on facebook. I need a sample code of how to share an Image on my facebook as a photo ? Please do NOT answer with ( Google it, I dnt know, why ?, impossible, Facebook SDK )...
Pedrum
  • 634
  • 3
  • 7
  • 16
-4
votes
2 answers

What file sharing sites do you "personally" recommend so my VB.net application can download an update?

I have my VB.net application, but I want it do download a new file from somewhere. What would you recommend for this? I know I need a URL for the download but I have tried a few different things and have not got any results. I was just seeing if…
GregRogers
  • 13
  • 1
  • 6
-5
votes
1 answer

Sending a large string to multiple users

My problem is how can I program an android app that sends a large string of alphanumeric characters to multiple android users. QR code is limited and can't use special characters and lowercase ones. Is it possible to send the string to multiple…
1 2 3
39
40