Turning Computer Into File Server (ftp Server)?

Oct 20, 2009

Are there any good tutorials/links I can work through. I want to make my pc a file server or an ftp server through vb.net. How would I go about doing it?

View 5 Replies


ADVERTISEMENT

Copy File From Other Computer(server)?

Apr 15, 2012

What I tried was using My.Computer.Network.DownloadFile(), and created a shared folder in the other computer to do downloading stuff.But, in fact I didn't know how to fill the path to the other computer, the error was: "...path not supported..."

How about this:
ServerName1 = cmbServerName1.Text.Trim()
database = cmbDataBase1.Text

[code]......

View 2 Replies

Access A Web Server To Download A File But My.computer.network.downloadfile Not Working

Dec 27, 2011

I'm trying to access a web server to download a file, but when I run the statement gives me the following WebException:

[Code]...

View 7 Replies

Server And Then The Server Converts That Word File To A .TIF And Sends The Image Back?

Feb 25, 2011

I have a client/server application set up that the client sends a word file to the server and then the server converts that word file to a .TIF and sends the image back.The stuff I have now works.Say if I sent the size of the file and the actual file byte() to the server back to back, would the NetworkStream contain both back to back? This what I though would happen. So I implemented a kind of 'turn' based interaction during the duration of the conversion process.

[Code]...

View 4 Replies

Switch Network SQL Server 2008 R2 Database To A Mobile SQL Server CE *.sdf File

Nov 2, 2011

I have developed a VB.NET program using a strongly typed dataset. This dataset has its connection to a SQL Server 2008 R2. The software should now be additionally used offline. The database should be exported to a *.sdf database. If no connection to the SQL server is produced, the software have to try to connect to the *.sdf database.I would like to achieve:

1. Export the data in the SQL Server 2008 R2 database to a local *.sdf file.

2. This *.sdf file has to work as an alternate connection string in the strongly typed dataset.

View 1 Replies

Error While Copying File On Remote Server With Server Path

Jun 6, 2012

I am trying to copy upload files to remote server i get below exception.[code]...

View 1 Replies

Upgrade The Framework On The Server - When Run The .exe File From The Server,get A Runtime Error?

Jun 29, 2009

I have several programs that I wrote in Visual Basic.net 2003 that I run from a server at work. We upgraded to Visual Studio 2008 recently and I converted my code to that version. I rebuilt the .exes and tried to run it from the server. It said I needed to upgrade the framework on the server, which I did. Now when I run the .exe file from the server I get a runtime error:

Runtime Error!
Program: d:...
This application has requested the Runtime to terminate it in an unusual way. Please contact the applicaiton's support team for more information.

These programs are very important to the day-to-day operations of the company I work for. I did backup the software before converting it, so we're running normally right now, but there are modifications and upgrades I need to make as soon as possible, but cannot due to the programs crashing when I run the on the server.

View 1 Replies

C# - Server To Server File Transfer Without Any User Interaction?

Feb 16, 2011

In my scenario, users are able to upload zip files to a.[url]....I would love to create a "daemon" which in specified time intervals will move-transfer any zip files uploaded by the users from a[url].....From the info i gathered so far,

The daemon will be an .ashx generic handler.

The daemon will be triggered at the specified time intervals via a plesk cron job

The daemon (thanks to SLaks) will consist of two FtpWebRequest's (One for reading and one for writing).

how could i implement step 3?

Do i have to read into to a memory() array the whole file and try to write that in b.example.com ?

How could i write the info i read to b[url].....?

Could i perform reading and writing of the file at the same time? No i am not asking for the full code, i just can figure out, how could i perform reading and writing on the fly, without user interaction.I mean i could download the file locally from a.example.com and upload it at b.example.com but that is not the point.

View 8 Replies

How To Load A File From Server By Server IP Address

Dec 1, 2008

desktop application I need to refer and load some files to manipulate (Like dBase III .dbf files) or to show (ESRI .shp files). As the number of my files changes, I need to have these files on a server and then when I want to load them in my desktop application give the path on my server based on IP address and Port number

View 1 Replies

Connect To SQL Server On Another Computer?

Jun 5, 2011

I have a webbased proj. What i need is to connect the vb.net app to an sql server via internet. My projects run fine in a standalone pc.

View 3 Replies

Connecting To SQL Server On Another Computer?

Jun 5, 2011

I always get error to connect my project in vb.net to sql server on remote computer?

View 7 Replies

Find Out Computer / Server Name?

Jun 22, 2010

How to findout computer / server name with vb.net codes. I want to use it in connection string

[Code]...

View 1 Replies

How To Know Where The Other End Of The NetworkStream From The 'server' Computer

Jul 3, 2009

How do I know where the other end of the NetworkStream from the 'server' computer? I have been looking at the following code that comes from a post out here, and am wondering where I can tell where I am going to send back to(URL/port)?

Private Sub DoListen()
Dim incomingClient As System.Net.Sockets.TcpClient
Do

[code]....

View 5 Replies

Why Isn't Server Accessible Outside Of Computer

Jun 5, 2012

I've created a Http Server in VB.net.I've used the same "template", I guess you could say, for every project requiring an Http Server (quite a few recently).The problem is, this one I'm working with now requires that the computers on the LAN be able to connect to it. I can access the server directly from my computer though using: [code]Now I get an error every time when it tries to apply the prefixes: I've checked all the ports that are listening and 8002 is still open...

View 2 Replies

Appropriate Method To Get Time Of Server Computer?

Oct 19, 2011

I do have my program running in a network. I have set one main computer as server and installed database system too. My other clients create transaction and saves it to database. Now I need to add date and time of server too in that record

View 1 Replies

Find SQL Server Instance On Other Computer On LAN?

Aug 8, 2011

I have the following function to find a SQL Server instance. It works fine on local computer. Would you please tell me how to use this function to check an instance on other computer on a Local Area Network? I am using VS 2008 (.NET Framework 3.5) and SQL Server Express 2005.

Private Function MyInstanceFound(ByVal MyInstanceName As String) As Boolean
Dim InstanceFound As Boolean = False
Dim MC As ManagedComputer = New ManagedComputer()

[code].....

View 1 Replies

Find-out Computer / Server Name With .net Codes?

Dec 29, 2009

How to findout computer / server name with vb.net codes.I want to use it in connection string

con = New Data.SqlClient.SqlConnection("Data Source=noor;" & _
"Initial Catalog=accounts;Integrated Security=True")

View 3 Replies

SQL Server Name On Local Computer Not Network?

Jul 18, 2012

how to find the list of SQL servers on the local machine...and not the network...

I searched in google but everywhere its for the list of SQL servers on network....I just want my PC SQL server name....

View 4 Replies

Get A Web Server Or File Share Server?

Jun 1, 2010

I'm trying to publish my program so that it can get updates and am told I have to publish my changes to a web server or file share server?

View 4 Replies

Connect To Sql Server 2005 Or 2008 By VB From Another Computer ?

Jul 15, 2010

how can connect to sql server 2005 or 2008 by vb.net from anther computer ? and this computer donot have sql server.i made search on internet and result was use sql client tools but i made search and try to download sql client tools but i did not get any result.so how can i connect to sql server 2005 or 2008 by vb.net on anther computer or on network LAN.

View 4 Replies

Wan Connect Server Is Another Computer Localhost Database

Jun 1, 2010

What happen if i want connect to a database server is not my computer local host, is another computer localhost in LAN network? how it works? [code] how about i wan connect the server is another computer localhost database?

View 1 Replies

DB/Reporting :: Connect Database In Server From A Client Computer?

Feb 24, 2008

I wrote a program in VB2005. It is a program that is supposed to run in a client computer accessing an MS Access .mdb file stored in the server. The program itself is stored and run in the clients computer. I am not good in networking at all. The way I do it now is:

1. Have a directory made in the server to hold the MS Access .mdb file, and have the directory to be shared.

2. Have the same directory accessed and mapped in the client computer (say to Z:)

3. Then have the program in the client computer simply access the database as if it is in the same computer (as the directory already mapped into the client computer). In the VB 2005, this is done when we set the connection string of the database connection.

However, my user is complaining that by doing so, the database is basically exposed to the operator of the client computer (through the mapped directory), hence more vunerable for any bad intentions from persons who may have access to the client computer but not the server. He insists that he used to have a program that does exactly the same thing like my program, but the database is shielded in the server, where it cannot be seen in the client computer (I have other people who confirm that this can be done, though they can't tell me how, since they are not programmers themselves). Now, I have no idea on how to connect a database that way, and I don't even know where to start looking.

View 1 Replies

What Modified Will Be In A Project That Is In .net And Used Backend SQL Server 2005 To Run On Another Computer

Nov 24, 2010

Tell me if I want to run a project that is created in vb.net 2010 and uses a backend SQL Server 2005.........how many changes can be done in a project to run on another computer....?what connection string I can write for it.......?which software do I need to install on the other computer to run a project on it.......

View 1 Replies

Adding A Data From More Than 1 Computer To A Database That Is Locate On Central Server

Jan 1, 2011

My application is in VS 2008 (vb.net Windows form)

I want tips for this:

What types of care I take for it?

What types of problems can be generally happen?

View 1 Replies

C# - Fetch Website Source Based On Client Computer Rather Than Server In ASP.NET?

Mar 21, 2012

I am using the following code to fetch html source website.

private string Extract_Source(string url)
{
string output = "";
System.Net.HttpWebRequest req = (System.Net.HttpWebRequest)System.Net.HttpWebRequest.Create(url);

[code]....

It can fetch source properly but the problem is it fetch website source based on server from where script executed (i mean where website hosted), but i want to fetch content based on client information (ip etc)

View 1 Replies

Get The Hardware Info Of Server (similar To Win32 For Individual Computer)?

Oct 25, 2008

Up to now, my programs are installed in individual computers, and I use the data collected using Win32 classes (such as bios, board, and processor) to lock my program to those computers to avoid piracy. However, I am currently preparing two programs that will be installed in servers and accessed by more client computers. My problem is that I once read some ways of doing the same thing with server (accessing the hardware info of the server), but I simply can't find it again in my archive. My idea is simply to lock the program to the hardware info of the server computer, so wherever the person runs the program, it will be first checked the server hardware info, if it matches, only then, it will run. My client server is Windows Server 2003, and I am programming with VB2k5.

View 1 Replies

SQL - Make Application To Detect Itself The Name Of Server Present In Computer And Use It In Connection String

Oct 1, 2010

Ok I have a question about connection string in vb.net. Im using the string [Code] but here I am specifying the serverName by its name, now if I deploy my application and send it to another person to use it I see that server name is changing according to the name of the computer. Is there any way where by I can make my application to detect itself the Name of the server present in that computer and use it in connection string?

View 2 Replies

Delay In Server Response Time While Executing Stored Procedures On Mysql Db Server?

Sep 7, 2010

I am using stored procedures in my application using vb.net, while executing stored procedures on mysql database server thru application, the response time from the server is more. Is there any settings that i need to set on mysql db server or any changes in connection string or in code.

View 14 Replies

Enable Application To Run On Server / Network Share So That Only Serial Number Needed Is For Server?

May 29, 2012

I have an application I have developed which works great on individual PC's. However I've had some interest from a few customers that asked if I have a network version for site licencing.If my app did not save any data or write any reg entries, this might have been ok. But it does to the local computer. I also built in my own copy protection and trial function that stores data in the registry on the local computer.What would I need to do to enable my application to run on a server/network share, so that the only a serial number needed is for the server?

View 3 Replies

Imail Server Express 11.5 Server APi For .Net : Unable To Load DLL 'IMailsec.dll': The Handle Is Invalid?

Sep 30, 2011

I am writing a custom application for IMAIl express 11.5 using IMAIl Server API for .Net

I am using the following code:
Dim DomData As New DomainData()
DomData.Aliases = "TestALias"

[code].....

View 1 Replies







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