Create A Folder On A Remote Computer Then Share It Out?

Aug 19, 2009

I need to create a folder on a remote machine (The machine name and UNC path are stored in an Access 2007 database. Once the folder is created, I need to share it out with Everyone:Full Control Permissions?

View 3 Replies


ADVERTISEMENT

Permission Denied On FileSystemObject When Create A Folder On Share Folder?

Sep 30, 2010

I have the following code works fine in Windows 2000, after i moved to Windows Server 2003, it shows "Permission denied"...

View 1 Replies

Select Folder In Remote Computer

Oct 5, 2009

I use FolderBrowserDialog to select Folder in locale computer..I need to select folder in remote computer with VB 2008..

View 1 Replies

Connect To Remote Computer And Display The Status Of Process Running On Remote Computer?

Dec 27, 2009

I'm trying to develop a windows application where i can get connected to remote server and look for process state going in remote server.We have many remote servers where automatic installation of software going on. We have an xml file(installstatus.xml) where it tells us at what stage the installation is (Example : Inprogress , Completed, Failed.)

So our aim is to develop a windows application where i can get connected to that servers and look for their installation status(may be we can use installstatus.xml to look for installation status). Every time i connect to a server, the server information should get stored in XML file(i want to create a xml file where all the servers list i connect to should get stored)

The UI at left side should will have list of servers i can connect to. When i get connected to server, at right side of UI, i want to display the status of installation (In progress, failed , completed).

View 1 Replies

Create An Application That Will Allow To Monitoring In Real-time The Screen On A Remote Computer?

Feb 18, 2009

I would to create an application that will allow me to monitoring in real-time the screen on a remote computer, I dont want to keylog, or control mouse,ot keyboard, just watch what they do at real-time.

View 6 Replies

VS 2008 - Share Files From A Computer To A Computer That Are Connected In?

Dec 21, 2009

How do you share files from one computer to another that are connected in one wireless internet connection? I mean, it's possible using shared folders this means it could be possible in vb.net too..

View 1 Replies

VS 2008 Create A Shared Folder On A Remote Machine?

Sep 30, 2010

Is it possible to create a folder on a remote machine that has no previously shared folders? I can do this...

vb
Dim fname As String = "\10.1.x.yDocumentsMyFolderName"
IO.Directory.CreateDirectory(fname)

[code].....

View 3 Replies

Copy A File From A Local Computer To A Remote Computer On The Network?

Dec 19, 2006

I need to copy a file from a local computer to a remote computer on the network, if i try to use File.Copy without logon i get the following error:"Logon failure: unknown user name or bad password."How do I provide user name and password for file copy?

View 2 Replies

Reading Remote Share Permissions Using WMI?

May 1, 2010

I've been struggling for hours now to get some working code to list the share permissions of a remote share. I've got WMI code which uses win32_share which lists the shares and path and it works great. I"m now trying to add in a routine to get the share permissions as well.I've searched just about every site for some sample code and can only find some C# (I think) code.

string machine = "MachineName";
ConnectionOptions co = new ConnectionOptions();
co.Impersonation = ImpersonationLevel.Impersonate;
co.EnablePrivileges = true;

[code]....

View 3 Replies

Get Os Version Of Remote Computer Using Computer Name Or Ip Address?

Apr 16, 2010

I tried to get os version of remote computer using ip address with WMI ,It shows "RPC server unavailable" error.If anybody have solution for getting remote system information without WMI in vbnet,

View 1 Replies

Open A File From A Remote Network Share?

Jan 14, 2010

I am trying to open a file from a server

I currently have

Dim attachedFilePath As String = "\myservermyshare est.txt"
File.Open(attachedFilePath, FileMode.Open, FileAccess.Read, FileShare.Read)

This does not open a file.

However, if I change the path to be local then there is no issue.

Dim attachedFilePath As String = "c:... est.txt"

So, is there a way to open a file from remote storage?

View 1 Replies

Retrieving Remote Share Permissions - .net 2010?

May 7, 2010

I can seem to find is vbs code for retrieving remote share permissions using WMI.I've tried to convert this code to run on vb.net but don't seem to be getting anywhere.should I try to convert the below code or are there other methods I can use to retrieve the permissions. I can easily get the list of remote shares using win32_share but not the permissions

Code:
strComputer = WScript.Arguments(0)
Set objWMI = GetObject("winmgmts:\" & strComputer & "
ootcimv2")

[code]....

View 1 Replies

Retrieving Remote Share Permissions - VB 2010?

Jul 6, 2009

I've search tons of .net pages and all I can seem to find is vbs code for retrieving remote share permissions using WMI.I've tried to convert this code to run on vb.net but don't seem to be getting anywhere.hould I try to convert the below code or are there other methods I can use to retrieve the permissions. I can easily get the list of remote shares using win32_share but not the

View 4 Replies

VS 2010 WMI Code To List Remote Share Permissions?

Apr 30, 2010

I've been struggling for hours now to get some working code to list the share permissions of a remote share. I've got WMI code which uses win32_share which lists the shares and path and it works great. I"m now trying to add in a routine to get the share permissions as well.

I've searched just about every site for some sample code and can only find some C# (I think) code.

[Code]...

View 1 Replies

Upload Update To Share Folder (using Folder Password), Programming Download & Update With Progressbar?

Dec 1, 2010

Now I upload update to a share folder inside the company network I have full
Permission access & everyone read onlyas any one out side the company can't use the program so there no password on the share folderbut I need now to protect the share folder as I have to use real IP on the database connection to allow the company branch's to access the database

View 1 Replies

Finding Computer Name From Remote Computer?

Jan 29, 2009

I want to find the computer which are connected with my computer via lan connection using vb.net code. actually a have a mini project in network connection setting.

View 1 Replies

Tell When Remote Computer Is A Windows Computer?

May 3, 2010

We have an VB.NET VS 2005 application that goes out and connects to remote computers on the network to gather information about the running services, processes, etc.

However, not all of the computers and servers are Windows boxes, and this is causing us some grief.

Is there a way in VB .NET to determine if a computer is running a Windows OS before trying to make a connection to it?

View 6 Replies

Way To Share A Folder

Feb 17, 2009

I have to do an application that share a folder and his sub folder.

This application have to run on Vista computer.

What's the best way for share a folder ?

View 1 Replies

Set Folder Share Programmatically?

Mar 30, 2010

I have Client-Server environment and developed a project for Client-Server.I need to share a folder of my Server machine programmatically using VB.NET

View 2 Replies

C# - When Deploying .NET Applications - Find Out What Zone A Share Is In Relative To The Computer Running The Application?

Jun 8, 2011

Using any version of .NET how do you find out which zone a particular share is classified under. I am having a problem identifying if a share where my referenced dlls reside is in the "intranet zone" or "internet" zone relative to some user machine that is running my .NET application. I suspect this is a problem because I am having a problem accessing referenced dlls from a share on some machines but not others. How can I tell which zone .NET is classifying that share in so I can adjust permissions accordingly?

View 1 Replies

Share A Server Folder Only With An Application?

Apr 24, 2012

I need to access to a server shared folder from a vb.net 2010 program, but the user in the same computer must not be able to access to the same folder. The access to this shared folder must be only permiss trough the program. (The shared folder is on a Windows server 2008 Std). It is possible for example to include user and password in the folder string?[code]...

View 2 Replies

Share The Folder And Set The Permission For Everyone To Have Full Control?

Jun 11, 2011

I have the code to create a folder, does anyone have the code to share the folder and set the permission for everyone to have full control?

View 1 Replies

Visual Basic 2008 Share A Folder

Jan 12, 2011

I have the code to create a folder, does anyone have the code to share the folder and set the permission for everyone to have full control?

View 4 Replies

Visual Basic 2008 Share A Folder?

Jan 12, 2011

I have the code to create a folder, does anyone have the code to share the folder and set the permission for everyone to have full control?

View 4 Replies

Network Share Folder Document Need To View In Read Only Through Vb Form Or .net?

Mar 15, 2010

assist me to create a form in which i need to show the documets like "*.doc,*.xls,*.txt,*.pdf" which is in network share folder

View 1 Replies

App On Remote Computer?

Aug 29, 2010

I have a VB.Net application that I wrote and want to run it from a remote computer. It runs fine on both computers but not visible on the remote's screen. The program is in the task bar and can be run or closed remotely. Just can't see the GUI

View 11 Replies

How To Remote Computer

Aug 11, 2009

2 remote computer by using vb.netcan u tell me some that relate with this ?

View 9 Replies

Best Way To GAC Dll On Remote Computer With Impersonation?

Jan 27, 2009

What is the best way to GAC dll on remote computer with Impersonation to an admin account?

View 1 Replies

Copyfile To Remote Computer?

Feb 27, 2006

I am wondering how to copy a file from one remote computer to another remote computer. I assume that I need to supply credentials for the connection, however I can't find anything about how to do that.

I can copy files from one place to another on my local box -I just don't have a clue about the remote stuff.

View 2 Replies

Freeze A Remote Computer?

Jan 14, 2010

Is it possible to freeze a remote computer? thru the ip address.

freeze computer meaning temporarily disable the mouse and keyboard of that remote computer

View 18 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved