472,778 Members | 2,473 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,778 software developers and data experts.

Working with Inet Control in Vb

1
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
May 23 '07 #1
1 3211
Dököll
2,364 Expert 2GB
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
Take a look here:

http://www.codeproject.com/useritems...select=1281754
Jun 2 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Laphan | last post by:
Hi All Just wanted to know if anybody knows the answer to the following quick queries: 1) The reason I'm using VB's INET control is to download copies of Ms Access DBs on a range of web sites...
0
by: dartszeeland.tk | last post by:
Hi, i want to upload a file from my computer to a ftp..... this is the code: Inet.RemoteHost = "localhost" '(not ftp:// in front of it) Inet.RemotePort = "21" Inet.UserName = "user"...
0
by: AstrA | last post by:
Hi All Using the INET control to extract data from web sites and was told that the user agent should really be spoofed to make it look like a browser, as search engines sometimes black list...
4
by: Steen Gellett | last post by:
Hallo.....I have programmed with winsock for a while, but now I have set my eyes on Inet, but I'm totally blank........a few questions ?? Inet1.Protocol = icFTP......................I can see...
0
by: jtmerch | last post by:
what's the best option for using the Inet control in VB.net? Is there a control that's built for the .net framework that's similar to or better than the old Inet control? I'm opening a URL and...
0
by: Rick | last post by:
Hi, I haven't been able to find a solution anywhere yet. I have a Vb6 application that has to be rewritten as a vb.net app and in the old application the inet control was set as: ...
3
by: Rick | last post by:
Hi, I haven't been able to find a solution anywhere yet. I have a Vb6 application that has to be rewritten as a vb.net app and in the old application the inet control was set as: ...
0
by: QT | last post by:
Dear sirs, I am using inet control to vrowse web in my program. My line is very slow. I want to make my inet control to wait more than Internet Explorer defaul time. Error page is coming very...
0
by: leoce7 | last post by:
I'm trying to write a macro in excel 2003 to use the "Microsoft Internet Control' reference library to access data from a web page. The problem is that it won't let me dimensionalize Inet controls...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.