Guest_imported
New member
- Jan 1, 1970
- 0
Error Type:
Inet (0x800A8BAA)
Unable to connect to remote host
/ftp/inet.asp, line 25
I'm trying to connect to to an ftp but everytime I'm getting this error.
Any help appriciated. This is the code I'm using
dim objInet
Set objInet = CreateObject("InetCtls.Inet.1"
with objInet
.requestTimeout = 900
.URL = "ftp:// .Username ="temp"
.Password = "temp"
end with
objInet.execute ,"DIR -n > c:\temp\test.txt"
I've tried several times with different methods but still no results.
Thanks
Inet (0x800A8BAA)
Unable to connect to remote host
/ftp/inet.asp, line 25
I'm trying to connect to to an ftp but everytime I'm getting this error.
Any help appriciated. This is the code I'm using
dim objInet
Set objInet = CreateObject("InetCtls.Inet.1"
with objInet
.requestTimeout = 900
.URL = "ftp:// .Username ="temp"
.Password = "temp"
end with
objInet.execute ,"DIR -n > c:\temp\test.txt"
I've tried several times with different methods but still no results.
Thanks