Tagged Questions

6
votes
6answers
2k 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
0answers
246 views

StackOverflow Etiquette for Sharing Files and Resources [closed]

What are the rules/etiquette for giving files to other users that relate to a post. I have not seen any ability to add attachments to a post, but sometimes to give help, external files are needed. I …
2
votes
2answers
371 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 …
2
votes
3answers
134 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 …
2
votes
4answers
499 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 …
1
vote
2answers
34 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 …
1
vote
3answers
72 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 …
1
vote
4answers
126 views

VSS alternatives for non coders to share excel files etc?

I need to find an open source alternative to VSS where people will share things like Excel sheets,PPT etc. It will be used by extremely non technical people on windows, so I have ruled out SVN,CVS,GIT …
1
vote
1answer
106 views

File Sharing API or Framework in OS X 10.5.*

Is there any programming interface or CLI for changing network or file sharing settings in OS X Leopard?
1
vote
1answer
99 views

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 …
0
votes
1answer
25 views

community file-sharing cms

I am looking for a CMS with functionality similar to SourceForge. I need users to be able to upload files to pre-defined categories. These files should then have to be approved by an administrator …
0
votes
0answers
35 views

Right p2p software for a private network [closed]

I need to share files among a group of friend. I like to use a p2p software to avoide the hassle to upload every file to share on a ftp server. I tried several sw, but they all seem too difficult to …
0
votes
2answers
112 views

Windows Folder Share API

Hi , is there a WIN32 API available to manage folder sharing in Windows? Some links to examples will be helpful. Thanks.
0
votes
2answers
268 views

What is the best way to share files between Xen VM’s?

Is there some built-in way to share files between Xen guests? I don't currently need to share the actual images, just some data files.