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
3 answers

Accessing machine through wifi

I have one computer running ubuntu operating system. It is having a wifi router connected to it. I have other laptop which runs windows 7 operating system. Is there a way to access the ubuntu machine from windows machine through wifi and vice versa…
Vicky
  • 16,679
  • 54
  • 139
  • 232
-1
votes
0 answers

Syncing the files across PCs in OneDrive vs Google vs dropbox vs amazon

Which cloud storage is best for syncing the files across PCs where files and changes get reflected on various PCs locally too? I create a file on one PC, that gets synced to others too and remain locally available on those PCs - that is the…
-1
votes
1 answer

Setting up a connection to an SMB1 server in my iOS app

I am trying to create a custom connection to a server that is SMB1. I want to be able to connect a button action to make this connection and bring up the files in a document picker. I feel like I have scoured the internet and can't find any sort of…
-1
votes
1 answer

Share files in Minio

I am working on a file manager similar as in demo-https://ej2.syncfusion.com/react/demos/#/material/file-manager/AmazonS3Provider The backend code is in spring boot and we have stored the files in minio. I want to share my minio file bucket with…
-1
votes
1 answer

Share Data between Companies using AWS S3 Public Access

I wanted to get huge amount of data from another organization to my organization. I created an s3 bucket with name as: srikanth-poc-can-be-deleted. This bucket under the access column is showing as "Public". All my other buckets are showing it as…
Srik
  • 21
  • 2
-1
votes
2 answers

is there any remote local path for unix share similar to windows?

Windows local path of share: D:\SomeFolder\Share. Windows Share path for above folder: \\ServerName\Share. Windows remote local path : \\ServerName\d$\SomeFolder\Share Unix local path: /mnt/disk1/share. Unix share path:…
saran
  • 1
  • 2
-1
votes
2 answers

Example applications that use the following windows APIs

Does anybody know any windows applications that use windows API like CreateNamedPipe, CreateFileMapping, CreateMailSlot? Googling didn't help!
danglingptr
  • 143
  • 2
  • 7
-1
votes
2 answers

"a specified logon session does not exist. it may already have been terminated" after i joined the device to azure active directory

"a specified logon session does not exist. it may already have been terminated" after i joined the device to azure active directory -i can't access our shared folder in our server after i joined the device to azure AD and use office 365 account…
-1
votes
1 answer

How to create same path to directory on different platforms in Python?

In the piece of code I have, there are many instances where I have the following line '/home/myname/directory' For example, I have the following lines of code filepath = os.listdir('/home/myname/directory') for content in filepath # do…
JM9
  • 119
  • 1
  • 8
-1
votes
1 answer

Best way to let users upload and share files from site?

I'm creating a website with PHP and MySql on the backend. The site will allow users to send files to other users. Is there any api or way to allow the users to upload files from my site and send it to other users without leaving my site? And…
Emil
  • 21
  • 3
-1
votes
1 answer

OS X 10.10.5 and Windows 7 file sharing

So what I want to do is share files between windows 7 pc and Macbook Pro Yosemite 10.10.5 using ethernet. I managed to make it work really easily in the past but now it doesn't. I have looked a bunch of tutorial online,I changed sharing settings,I…
Hills
  • 33
  • 2
  • 5
-1
votes
1 answer

Shared folder not giving prompt for user info

I am setting up a shared folder that needs to have users for different levels of access. The way I did this in windows 10 is I shared the folder on a system and and added several users on the system. When I connect to it from client systems I get a…
Karim
  • 15
  • 7
-1
votes
1 answer

Workaround or alternative to Samba on a non-Linux machine

This territory Is new to me, I am looking to implement Samba in a non Linux machine. From what I read I can see that Samba is only be applied on Linux machines. Is there any workaround to have Samba/SMB working on another operating system. Perhaps…
-1
votes
1 answer

How to create common folder for 3 IIS servers which are in load balancer?

we have 3 servers which are in load balancer.Whenever I'm saving a image it saves only in one server I want to access that image from whenever I call the load balancer url? Can any one please advise me how to achieve this?
Lax_me
  • 307
  • 1
  • 7
  • 20
-1
votes
1 answer

How to get client file name on server side before copying data

I'm running out of idea in my file sharing application where I am receiving data on server from client side using FileStream.copyto().It works well but currently i have set the buffer size of 1024 for var bytesread = fs.Read(buffer, 0,…
1 2 3
39
40