Using the Internet Transfer Control, you can use the Execute method.
object.Execute url, operation, data, requestheaders
POST - Posts data to the server. (operation)
this may work, I haven't tried it.
If you have ftp access, you can use ftp:url as the URL
and then SEND for the operation. you can use any other valid ftp command as the operation.
