Results 1 to 3 of 3
I want to download a files to my sites folder
for example if i want to download exampledomain(dot)com/uploads/hello.zip
to
my websites folder on my server
for example
/home/user/public_html/sitefolder/
Can you ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-04-2012 #1Just Joined!
- Join Date
- Dec 2012
- Posts
- 1
Help to download using putty
I want to download a files to my sites folder
for example if i want to download exampledomain(dot)com/uploads/hello.zip
to
my websites folder on my server
for example
/home/user/public_html/sitefolder/
Can you guys please help me?
- 12-04-2012 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 468
welcome to the forum
if it was me, I'd use "wget" like this:
cd /home/user/public_html/sitefolder/
wget exampledomain(dot)com/uploads/hello.zipthe sun is new every day (heraclitus)
- 12-08-2012 #3


Reply With Quote
