Hai!
I am working with INET Control in Vb(Internet transfer Control)
Actual Domain
Recieving Data from Weighing Scale
I connected Weighing Scale to PC using Cross network cable using network port by specifying IpAddress in Scale
When I am Pinging scale through using "Ping scale IP"
Reply is coming from scale properly
where as scale is using FTP Protocol
the followwing Coding used to get a file called "RCB001" from scale to PC
With Inet1
If .StillExecuting = True Then
.Cancel
End If
.URL = "FTP://" & pIPAddress
.RequestTimeout = 6
.UserName = "anonymous"
.Execute "FTP://" & pIPAddress, "GET RCB001 " & lPath
End With
the problem is the above coding working in windows 98 system perfectly
but when I am working in XP coding not working (sence file Not dowloading)
as such there is no error also
pls give me a good suggestion