Tagged Questions
The fileshare tag has no wiki summary.
12
votes
3answers
8k 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 ...
8
votes
1answer
2k 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 ...
6
votes
4answers
1k 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 ...
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 ...
5
votes
2answers
299 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:
...
3
votes
1answer
237 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 ...
2
votes
1answer
307 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 ...
2
votes
2answers
4k 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 ...
2
votes
3answers
1k 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 ...
1
vote
3answers
22 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 ...
1
vote
0answers
52 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 ...
1
vote
1answer
35 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
40 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 ...
1
vote
1answer
254 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
121 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 ...
1
vote
0answers
273 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 ...
1
vote
3answers
48 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 ...
1
vote
1answer
328 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 ...
1
vote
0answers
4k 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
0answers
33 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 ...
0
votes
0answers
103 views
map virtual directory to a fileshare on another server
I have an asp.net server configuration of 1 db server and two webservers with a load balancer out front.
I generate some files localy on the database servers via a SQL server job and would like to ...
0
votes
0answers
42 views
directorysecurity.setaccesscontrol throws UnauthorizedAccessException
We got an admin tool that archives files from SharePoint to a file share. Recently, the old file share has been moved to a new one and since then the tool stopped working. The tool creates a folder at ...
0
votes
1answer
78 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 ...
0
votes
0answers
230 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.
...
0
votes
2answers
212 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 ...
0
votes
2answers
661 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
231 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
71 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 ...
0
votes
2answers
251 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 ...
0
votes
2answers
296 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
1k 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
562 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 ...
0
votes
2answers
661 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 ...