robbremington
Member
- Joined
- Jan 6, 2003
- Messages
- 17
Im not sure how this works, I cant find any
documentation. This was coded in VB6 and Im
upgrading to .NET. A file is generated in .NET and then
saved to a Unix box for later execution. The error mesage I get is " Exception from HRESULT: 0x800A8BAA ".
Please point me in the right direction. Thanks!
With icRemote
.AccessType = InetCtlsObjects.AccessConstants.icDirect
.RequestTimeout = 10
.Protocol = InetCtlsObjects.ProtocolConstants.icFTP
.URL = "10.12.70.97"
.UserName = txtUserid.Text
.Password = txtPassword.Text
.Execute("10.12.70.97", "put", "A Test", "/proj/adh/stg_est/")
End With
documentation. This was coded in VB6 and Im
upgrading to .NET. A file is generated in .NET and then
saved to a Unix box for later execution. The error mesage I get is " Exception from HRESULT: 0x800A8BAA ".
Please point me in the right direction. Thanks!
With icRemote
.AccessType = InetCtlsObjects.AccessConstants.icDirect
.RequestTimeout = 10
.Protocol = InetCtlsObjects.ProtocolConstants.icFTP
.URL = "10.12.70.97"
.UserName = txtUserid.Text
.Password = txtPassword.Text
.Execute("10.12.70.97", "put", "A Test", "/proj/adh/stg_est/")
End With