I have a winsock chat program that was wrote with VB6 that picks up a file from a UNIX shared drive and sends the file to a user through a chat window. On occasion the system will stop repondi...
Logging into a proprietary FTP server via winsock. I need to know why I get the 550 error when trying change to the parent folder. Is there something that I am missing or should I send somet...
Hi
I am working in VB6 with a operators interface in an industrial application. My problem now is that some of the production data has to be sent to a external system and the supplier is exp...
Hi all,
I have created an client application which will connect to server. client and server transfers data between them. Here, I need to utilize the band width as per user's choice. U...
If I have the following class:
Class1
Private strFName as string
Private strLName as string
Class1_Initialize()
strFName = ""
strLNAme = ""
Public Sub SetValues(byval FirstName as s...
What does the following code do? Please explain each line...
Why we need to put in Windows Socket Programs?
Why we do not use it in Linux or Unix?
Why at the end we do cleanup?
I'm trying to use the Winsock control in VB5.0 in client mode on my office WinXP machine to connect to a PC outside of this office LAN, at my home. The office machine attempts to connect to an...
I am using Winsock inside two programs. In one program, the code to startup the connection is working perfectly. This program is a simly command line where all it does is perform the connectio...
Okay, on my test server app i'm developing, my current problem involves when a user "disconnects" from the server. his socket is destroyed etc etc but lets say i have say 10 users connected a...
Do most "newer" applications that need name-resolution exclusively use DNS name-resolution or are there apps still being made today that utilize NetBIOS. I read, for example, that SQL-Server ...
I am updating a program that originally read barcode reader data via serial port to communicate via ethernet using the MS Winsock control in VB6.
The problem is that the Winsock control wor...
I am working on a program that uses winsock 1.
I don't need any of the specific features of winsock 2, but I was wondering what the tradeoffs (benefits *and* problems) of staying with Wins...
Hi Experts,
I've a device which will send some message to a specified IP and Port and this message is received by the Device monitor program. I need to intercept and receive the message but n...
Receiving files via winsock and during in my home grown FTP client.
But the server that I am connected to keeps sending me CrLf in the middle of Lines ?
The only client that does work corr...
The connected socket doesn't seem to be recieving any notifications of events, like when the client sends information, or shutdown the connection the connected socket on the server should reci...
When creating a client socket, it can be necessary to specify address and/or port of the client socket,
on hosts with more than 1 IP address.
Using the socket library, the server address/p...
Hi
OS: Windows Server 2003 R2
language: C++
IDE: Visual Studio 2005
I use Winsock2 to use a server-like program. I'm waiting in a loop for incoming TCP connections.
When a SYN is rec...