How can I send a file from a website to my own host without having to download the file to my computer then uploading it to my host?
I am currently using smartftp as a means of uploading.
Thanks in advance, Andy
Ps. sorry if this is a dumb *** question.
Well if your host allows server-side programming, you could write a script that would tell the server to download it directly from the other web site, bypassing your computer altogether.