Silverfrost Forums

Welcome to our forums

writing to a url

11 Apr 2007 12:58 #1855

I know its possible to read a URL using read_url@

Is there a corresponding write_url@ command ?

11 Apr 2007 3:30 #1856

There is no write_url@.

I am not sure what you want to do but read_url@ calls InternetReadFile. There is an InternetWriteFile that you could call directly. You could call FtpOpenFile to get a suitable handle.

Please login to reply.