• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

is there any way to copy a file directly from the net to my webserver?

vshah

Lifer
is this possible? cause if so, i could help host lots of things like top gear...but im on slow @ss connections so its otherwise impossible 🙁

tia,
Vivan
 
Depends where you're copying from. You could always use something like FlashFXP if it's a ftp server you're getting it from.
 
Originally posted by: HardcoreRobot
if you have shell access to your web server, you can just do a simple command line get http://www.... and it will dl the file from the external site to your webserver

aha... shell access i do have.....i was thinking something like this, but i can't try it from work...will try when i get home! thanks guys...


-Vivan
 
you could use ColdFusion's CFHTTP (works on binary files too) 😉 ... but what are the chances you can get CFServer on your box right ?
 
Originally posted by: FoBoT
if ftp is too complex for you, you might want to turn in your geek card

i only have control over one webserver...i.e. i can't ftp into the the server where the file i want is located....
 
wget if you have shell access
if you dont have shell acces, keep looking adn then tell me how to do it cause i dont have shell access 🙁
 
Back
Top