So far this is bugging the heck out of me! I can make a connection that is for sure! And I am following all of the MSDN examples but nothing is transferring over to my local harddrive.
Here is what I have again.
Thanks
code:--------------------------------------------------------------------------------
With Inet1
.Protocol = icFTP
.RemotePort = 21
.URL = "ftp:// .UserName = "2"
.Password = "B"
.Execute , "GET /cats.dbf", "c:\Temp"
.Execute , "CLOSE"
CallMiva = 1
End With
Exit Function
Here is what I have again.
Thanks
code:--------------------------------------------------------------------------------
With Inet1
.Protocol = icFTP
.RemotePort = 21
.URL = "ftp:// .UserName = "2"
.Password = "B"
.Execute , "GET /cats.dbf", "c:\Temp"
.Execute , "CLOSE"
CallMiva = 1
End With
Exit Function