The fileshare tag has no wiki summary.
6
votes
1answer
88 views
How can I generate notifications that data written via a FileStream is on the disk?
I would like to read a file after I have been notified that a certain amount of data has been written to it via another thread. My intial attempt was to create a Reactive Subject in my Writer class ...
0
votes
1answer
40 views
How can I mklink to a file share so that a web can save uploaded files to it?
How can I mklink to a file share so that a web can save uploaded files to it?
My web and file servers are both apart of a workgroup. I don’t care about security and do not want a domain solution.
...
2
votes
1answer
62 views
<filesmatch> for only one page
I have a need to have only the home page have the following Filesmatch where .pdf files need to ask before opening up, but other .pdf files in the site (not on the home page) I want to open ...
0
votes
0answers
46 views
Chef: Anything “deploy”-like for basic directory trees?
For those familiar with the Chef Community site, this is a repeat of: http://community.opscode.com/questions/292
Is there a built-in, or at least easy, way to "deploy" a set of files where the source ...
0
votes
0answers
81 views
batch: File Updater
I am sharing some batch files among the computers within my workgroup on my
wireless network and am allowing them to be able to edit them via "users can edit these
files" option under properties. I ...
2
votes
0answers
197 views
published ms visual studio 2012 not working
I've created a C# project and wanted to publish it. As working in MS Visual studio 2012, I followed the 'How to publish : http://msdn.microsoft.com/en-us/library/31kztyey.aspx '.
So i selected all the ...
0
votes
0answers
67 views
ACCESS_DENIED_ERROR when using NetFileClose API
I have a windows network in which many files are shared across many users with full control. I have a folder shared for everyone in my system, so whenever I try to access it using the machine name ...
0
votes
2answers
170 views
How to upload artifact to network drive using gradle?
I am reading this:
http://www.gradle.org/docs/current/userguide/artifact_management.html
to understand how to publish/upload my artifact to a network drive/fileshare which is a requirement (we have ...
1
vote
2answers
227 views
How to open a StreamReader in ShareDenyWrite mode?
How do i open a StreamReader with FILE_SHARE_READ, FILE_SHARE_WRITE, FILE_SHARE_DELETE?
Same question, slightly expanded
How do i open a StreamReader so that i can read an encoded text file, with ...
1
vote
2answers
141 views
Allowing secure downloads in PHP for websites
I have uploaded some zip files to my server and now want to allow a user to download them if he/she has an appropriate password. I'm coding in PHP and I've made it so a user cannot access the page ...
1
vote
1answer
491 views
C# while copying a file, allow another process to exclusively lock the file?
I'm currently copying the archive files of our oracle server, the one that i'm preventing to happen is while i'm copying the file server will have an error when it tried to update the file.
At first ...
0
votes
0answers
269 views
Unable to access shared folder on windows server 2008 from vbs script file
I have a windows service running under a service account, which runs .wsf scripts on a schedule. The .wsf scripts are located on a shared folder on DFS$ on different machine. When the windows ...
1
vote
1answer
333 views
xmpp file share
I want to do file sharing using XMPP.I have gone through all XEP protocols provided like XEP-0096,0095,0060 and many more but cant find out proper way to go ahead! please guide me with that.using ...
1
vote
0answers
7 views
OSX NetworkArbitration?
On OSX I am looking to arbitrate network shares,
is there a similar API to the DiskArbitration.framework for network shares?
0
votes
1answer
420 views
File Sharing Code works on localhost, fails on Network
My project consists of an application using which users can send files among themselves.
Hence as a basic unit, I developed a FileServer and a FileClient Program.
This code works perfectly fine on ...
1
vote
3answers
292 views
How to force the download a file from a network share rather than editing the file there
I have a web page that is hosted in our local network. On my page I have a link to a document. The document is linked to a network share. If the user opens the file, edits it and then goes to save ...
6
votes
2answers
7k views
Copy files over network via file share, user authentication
I am building a .net C# console program to deploy file to a windows file share server (folder that is being shared). The path is :: \\192.168.0.76\htdocs\public
On running I am getting the error:
...
1
vote
0answers
98 views
IIS7 website deployment stopping file sharing?
I have several windows shares hosted on a PC running Win7x64. This machine is also hosting a basic website via IIS7. Whenever I deploy a new copy of the website to IIS any WinXP users connected to ...
0
votes
0answers
62 views
FileShare read on ActionScript 3?
i'm starting an application with flash and ActionScript 3.
I'm opening a file for writing, but the process locks the file on the disk, so no other process can read it. I'd like to make it so that ...
2
votes
1answer
98 views
Does opening a file with Share-Delete allow others to write?
The FileShare enumeration offers various flags such as Read, Write, Delete, ... . Normally I'd think that sharing a file for deletion only allows deletion but nothing else (like reading).
However, I ...
1
vote
1answer
106 views
samba setting on macosx [closed]
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 ...
2
votes
1answer
1k views
EPiServer shared VPP folders
This might be at daft question but i've nerver done it before...
We are a few developers on the same project with local development environments and now we want to set up shared VPP folders on a ...
0
votes
1answer
699 views
Open a file that is on a file server from a webpage?
I am working on an internal application. We have a website that displays all our SSRS reports for a group of work. I have been asked to see if I can link all the files (pdf, word, excel) for the group ...
1
vote
1answer
1k views
Mini server implementation in Objective C
I'm trying to implement a little server service in order to upload files via web browser to my iOS app. An example of this feature is implemented in the following app:
...
1
vote
2answers
203 views
How to read an non-shared file
I am making a data backup program. I need to copy files from one folder to another, while some files are still being used by a running process. It's OK when the running process shares file access. But ...
3
votes
1answer
440 views
iPhone : How to show only a particular folder inside my app's Documents directory in iTunes
I want to show only a particular folder inside my app's Documents directory when seen in iTunes.
All the other folders and my database, which are inside my app's Documents directory should be hidden ...
0
votes
0answers
443 views
FileShare.None does not seem to work in C#
I have 3 processes, all reading and writing to the same XML file. I used FileShare.None when opening the file, hoping to get exclusive access to the file. It seems that it does not work as I expected.
...
1
vote
0answers
469 views
Is it possible to open a file from a shared folder outside the browser
We have a file handling ASP.Net web control used in intranet web applications, that currently uses ActiveX to handle file check-outs, and check-ins. Works fine, in IE&Win.
But now we are trying ...
0
votes
2answers
317 views
SharePoint as an alternative to large volumes of file shares? Dreaming?
We've been on SharePoint 2007 for close to 2 years now. We find it's a great CMS that helps us centralize project documents and colaborate with less duplication and confusion. The custom list feature ...
3
votes
2answers
10k views
Moving files on network shares
I want to automate many of my daily tasks via powershell. One process that we have is imaging desktops after hours. Once this operation is complete, the image files need to be moved off the server ...
0
votes
2answers
2k views
FileShare ReadWrite not working (C#.NET)
I'm using a hex-editor control for C#, the source code and binary files can be found here.
One problem when using it was that if a file was loaded in the hex-editor and another program, the other ...
0
votes
1answer
869 views
php files sharing with user permissions that keeps ftp upload structure of folders and files
We are looking a solution where we can upload files to a linux server via sftp and for the file sharing platform to then see all files and folders we upload
then we need to be able to
set ownership ...
0
votes
1answer
109 views
Move fileshare from one folder to another with Wix
I have a fileshare named Inbox on server, pointing on Folder1. My installer needs to delete this fileshare and create it on the Folder2. Wix doesn't do that by default and even processes with no ...
1
vote
3answers
51 views
how to share a wiki
We have created a manual library (MediaWiki) for a system that we have, and we like to expose it to one of the customers.
I googled for a while and found many filesharing sites, but I don't know if ...
0
votes
2answers
556 views
CreateFileMapping synchronous between programs?
I plan to open a file using memory mapping.
The file is already open by another process in the same way i.e. it has its own memory map view open and from time to time edits the file.
I wish to edit ...
10
votes
1answer
5k views
How to implement iTunes built-in App “File Sharing” feature
I've noticed that several apps, when an iP* is connected, has a "File Sharing" feature inside of iTunes. Example applications are CloudReaders, Stanza, etc. This interface lets users Add files to the ...
1
vote
1answer
672 views
Nant - Check if a remote share already exists
We are using Nant to deploy an application and need to ensure that a share is created during the process.
We use psexec and net share to create the share but this fails and stops Nant if the share ...
2
votes
2answers
12k views
Make sure <a href=“local file”> is opened outside of browser
For an Intranet web application (document management), I want to show a list of files associated with a certain customer. The resulting HTML is like this:
<a ...
0
votes
2answers
425 views
getting the specific ip location for iphone application
I have gone through following link
http://zachwaugh.com/2009/03/programmatically-retrieving-ip-address-of-iphone/
& I have also tried this one ( but this isn't recognized by apple )
...
0
votes
7answers
2k views
C++ with Eclipse without a tool chain?
I have a C++ project that has to build on Linux but I don't have a Linux machine set up to run any kind of GUI (they all have no monitors). So the question is, can I use eclipse to develop via a file ...
0
votes
2answers
642 views
Regular Expression validating hyperlink for export to Excel
I have a web application that takes input from a user, usually in the form of a filepath, hyperlink, or fileshare, but not always. A user may enter "\my.fileshare.com", "http://www.msdn.com", or "In ...
7
votes
4answers
2k views
Accessing files beyond MAX_PATH in C#/.NET
BACKGROUND
I need to write a tool using .NET version 2.0 at highest (using something off the shelf is not an option for this client for political, commercial, and confidentiality/trust reasons) to ...
1
vote
0answers
8k views
No Sharing tab on Windows 2003
I can't see the sharing tab within any drive or folder properties on Windows 2003. I've looked here:
http://forums.tweakguides.com/showthread.php?t=5771
However, there's no option to disable simple ...
0
votes
2answers
799 views
IIS moving virtual directory to file share breaks impersonation of logged on user
We have an instance of IIS6 running an intranet website with Windows Authentication and Impersonate = true so that it uses the NT credentials passed in by the clients browser.
The AppPool is set to ...
2
votes
3answers
2k views
Playback large files on Windows Media Player during download
My question is about writing a video file to the hard drive that is being downloaded from the network and playing it at the same time using Windows Media Player. The file is pretty big and will take ...
6
votes
3answers
1k views
Reading hidden share in C#
So I have a small C# app that needs to periodically check the contents of directories on multiple machines on the network. I thought I could just read \hostname\C$ as a directory path, but with the ...
13
votes
3answers
11k views
C# file read/write fileshare doesn't appear to work
My question is based off of inheriting a great deal of legacy code that I can't do very much about. Basically, I have a device that will produce a block of data. A library which will call the device ...
