ftp problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have a problem with "WIN XP+SP2".I wrote a program with "VB6" ,and in my
program i use "ftp" for transfering files between clients and server.When i
run this program on WinXp+sp2 files with extension of ".htm" don't work
properly.Only WinXp+sp2 not other Windows(XP+Sp1,2000,98).
If there is a solution for my problem,please tell me.

Thanks
Mehdi
 
From: "Mehdi" <[email protected]>

| Hi
| I have a problem with "WIN XP+SP2".I wrote a program with "VB6" ,and in my
| program i use "ftp" for transfering files between clients and server.When i
| run this program on WinXp+sp2 files with extension of ".htm" don't work
| properly.Only WinXp+sp2 not other Windows(XP+Sp1,2000,98).
| If there is a solution for my problem,please tell me.
|
| Thanks
| Mehdi

You are shelling to FTP.EXE ?

I prefer to use the free GNU WGET.EXE utility which does HTTP (TCP port 80) and FTP (TCP
port 21)
http://www.gnu.org/software/wget/wget.html

Another way is within VBS itself via; CreateObject("Microsoft.XMLHTTP")
 
=?Utf-8?B?TWVoZGk=?= said:
I have a problem with "WIN XP+SP2".I wrote a program with "VB6" ,and in my
program i use "ftp" for transfering files between clients and server.When i
run this program on WinXp+sp2 files with extension of ".htm" don't work
properly.Only WinXp+sp2 not other Windows(XP+Sp1,2000,98).
If there is a solution for my problem,please tell me.

In the meantime, you might want to try other ftp programs:
http://www.bootdisk.com/kentucky/ws_ftp.zip
http://winscp.net/eng/download.php
 
Back
Top