Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...