Hello

I am trying to copy a file to an ftp server using the Inet Control but I can't get it to copy my file. I know it connects to the ftp server. But it wont copy. I am using the following code...

With Inet1
.Cancel
.Protocol = icFTP
.URL = "ftpsite"
.UserName = "ianf"
.Password = ""
End With

Inet1.Execute , "PUT F:\CPSHA000173H.820 /CPSHA000173H.820"

I am also monitoring the statechanged event to see if it connects or not.

Can anyone help?????