You can load a url and you can do asynch ftp upload - but how about if you want to send a large amount of data to a remote location without using ftp? Can you do an "asynch post"? I guess you could do an asynch ftp upload and then a quick sychronous post on completion - any thoughts?