XFileSharing Pro - How to download all files from server

Message
Author
mdude
Posts: 78
Joined: Apr 19, 2013 11:26 pm

How to download all files from server

#1 Postby mdude » Aug 16, 2014 10:35 pm

In one of my accounts I have about 10 000 images on my server. Is there a way to download all the images from my server?

Where are all the files stored.

i want to delete them from my server but i want to save them on my computer.

root
Posts: 2
Joined: Aug 17, 2014 6:03 am

#2 Postby root » Aug 17, 2014 6:24 am

1. You need active Direct downloads (Premium only) (in your account page)
2. Export all download link (In Your File Manager) and save it to a text file
Eg:
http://yourhost.com/ku7jq6qz5gi3/image1.jpg.htm
http://yourhost.com/ku7jq6qz5ei3/image2.jpg.htm
3. Replace http://yourhost.com with <a href="http://yourhost.com
Replace .html with ">Link</a>
After that you get
<a href="http://yourhost.com/ku7jq6qz5gi3/image1 ... m">Link</a>
<a href="http://yourhost.com/ku7jq6qz5ei3/image2 ... m">Link</a>
Now save that file as file.html
(you can use notepadd++ or sublime text for fast replace)
4. Install Internet Download Manager (free trial for 30 days)
5. Open Webbrowser and login to your account
6. Open file.html in that browser (you have to login to your account on it)
7. Right click a link and select "Download all link with IDM"
8. Click Check All button then click Ok
9. Open Internet Download manager, Find Scheduler in the toolbar and click it
10. Click Start Now button then click Close button.

Have Fun!

Wait all file download complete, If get an status Error in Internet download manager column you need right click on that file (which have Error Status) And select Resume download.

mdude
Posts: 78
Joined: Apr 19, 2013 11:26 pm

#3 Postby mdude » Apr 19, 2015 11:07 pm

I followed your instructions but when i press download. It downloads an .html file so i have about 10,000 .html files.

It doesn't actually download the image.(.jpg) I want the image alone. Not the html file.


Did i do something wrong?

mdude
Posts: 78
Joined: Apr 19, 2013 11:26 pm

#4 Postby mdude » Apr 19, 2015 11:14 pm

Also. I think there is an error in your Step #3


And Step# 5 I don't understand what you mean "login to your account"

Which account do you mean?

mdude
Posts: 78
Joined: Apr 19, 2013 11:26 pm

#5 Postby mdude » Apr 19, 2015 11:25 pm

Here is my starting link

Code: Select all

http://mywebsite.com/4oe15y382dp1/1_(100).JPG.html
Here is how it ends up

Code: Select all

<a href="http://mywebsite.com/4oe15y382dp1/1_(100).JPG.html">Link</a>

I save this file as:

file.html



I open file.html in my firefox browser and i can see a word that says "Link"

I right click and "Download all links with IDM"


I click on the box to select that file name. and click "Ok"


Then i go to the Scheduler and click on "Start"


But it downloads a .html file. It doesn't download the actuall image.


What can i do? I believe i did all the step rights

mdude
Posts: 78
Joined: Apr 19, 2013 11:26 pm

#6 Postby mdude » Apr 20, 2015 12:46 am

Ok! I figured it out.

Now i know what you mean by sign in. You being signed in from the browser?

I also had to go into my account and click on the box that says "download direct links"


I just downloaded 10,000 files!

Thanks alot for the help!!