Why should we? This isn't some kind of support line where all your questions get magically answered.
Why shouldn't you? Seems to me you have nothing better to do than to check the forums, and flame my post. If you have nothing better to do help someone out.
"If you have nothing Nice to say don't say anything"-My Mom
eh i got a feeling someones going to lock this soon since its veering off subject from the original ftp to website thing but sorry i don't know how to do that x.x (I dont think its possible)
I'm pretty sure it is. You use world.Export(). I don't know and don't feel like checking, though. You would need something like PHP on the recieving end, though.
Is there a way to send files to some site, using DM code?
No. Exception: the files are text files. In this case you may be able to cheat by sending to some kind of PHP script, albeit the GET protocol will severely limit the amount of data you can send. It's possible to circumvent this protocol by running your own BYOND server next to your website, and using that to retrieve the data.