robbremington Posted August 26, 2003 Posted August 26, 2003 I'm not sure how this works, I can't find any documentation. This was coded in VB6 and I'm 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 Quote
Recommended Posts