Questions tagged [fileshare]

252 questions
0
votes
2 answers

How can I get the IP address from computer name?

How can I get the IP address from a string such as '\\myserver'?
MartinHT
  • 289
  • 1
  • 9
0
votes
1 answer

Open file in share mode using excellibrary

I am using excellibrary to process excel files. Right now to open the file I am using ef = Workbook.Load(file) But if that file is opened somwhere else in another application when I try to access it I get the message: The process cannot access the…
user2824519
  • 43
  • 1
  • 1
  • 6
0
votes
2 answers

Read last line in open file

I'm fairly new all this, but I feel like I'm pretty close to making this work, I just need a little help! I want to create a DLL which can read and return the last line in a file that is open in another application. This is what my code looks like,…
0
votes
1 answer

Synchronize content of website on NLB servers

what would be the best way to have a website that is hosted on two distinct IIS servers which are load-balanced using Microsoft's NLB to sync the files that could be uploaded from the website's users? Example: Site on server A is the one User A is…
Stéphan
  • 227
  • 3
  • 15
0
votes
1 answer

How to attach files to UIActivityTypeMail?

I like to share files (images, videos, pdf, plist, txt…) with UIActivityViewController, I am trying to share a NSData object, but it wont work. If I replace the NSData with UIImage it works. Is it possible to add this to the…
David Gölzhäuser
  • 3,525
  • 8
  • 50
  • 98
0
votes
2 answers

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/ and I have also tried this one (but this isn't recognized by Apple). http://appsamuck.com/day4.html I just want that when user tap on…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
0
votes
1 answer

ClickOnce publish to file share tries to create a web site location

I am following the instruction to publish with ClickOnce to a file share as specified here: http://msdn.microsoft.com/en-us/library/31kztyey(v=VS.100).aspx In the section titled "To publish to a file share" I did the following: 1.In Solution…
dtaylor
  • 997
  • 3
  • 10
  • 26
0
votes
2 answers

File sharing for a separate writer and reader application in C#

I have 2 applications, one is writing to a file, and the other one reads the file. It's a log file, so the writer will be logging until the program stops, while the reader could be invoked any time to get the content of the file. I thought that when…
gemini
  • 31
  • 1
  • 5
0
votes
1 answer

share tomcat logs using tomcat http service

In our testing enviornment (Linux), we use tomcat http service to share logs. for example, In tomcat/webapps/ROOT, ln -s tomcat/logs share-log, then everyone can access tomcat logs http://tomcatip.domain.com:8080/share-log But I have issue with one…
0
votes
1 answer

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. Originally, I had AWeb with subfolder: Work folder…
Bydia
  • 43
  • 1
  • 6
0
votes
7 answers

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 share and build via SSH? I've been doing this and…
BCS
  • 75,627
  • 68
  • 187
  • 294
0
votes
0 answers

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 (run->\Servername) from another system, I can see…
ScarCode
  • 3,074
  • 3
  • 19
  • 32
0
votes
2 answers

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 my file cabinent". These inputs are exported to…
The Murph
0
votes
2 answers

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 run as a network service user: serviceAcctX so that…
Tion
  • 1,470
  • 17
  • 27
-1
votes
1 answer

The mapped network drive could not be created because the following error has occurred: The parameter is incorrect

cmd.exe /C "cmdkey /add:"******" /user:"*****" /pass:"**********`"" OS version Share Disk mount Error 1.Checked the network connection no block 2.Checked the smb client version smb2. 3.Capture the packet. Screenshot of the packet capture
KT.DR
  • 11
  • 1
1 2 3
16
17