PDA

View Full Version : download from server after finish download by seedbox



GINZY
04-21-2007, 02:23 AM
don't know what da hell is going on ? :angry:
because of my Internet download manager or what ?
i use IDM to download from my server with good speed 200KB/s .
i got 34 bad files for the dvd i 've downloaded.With some download before i redownload the bad files and replace it with new one and it works but it 's waste of time.

anyone get the bad files like this ?

mbucari1
04-21-2007, 02:36 AM
not yet using ftp, but I found something even better. Just implement utorrent's tracker. I download my files from my server using Bittorrent and my server as the tracker. Better than ftp cuz Bittorrent has hash check built in.

QstorM
04-21-2007, 02:38 AM
not yet using ftp, but I found something even better. Just implement utorrent's tracker. I download my files from my server using Bittorrent and my server as the tracker. Better than ftp cuz Bittorrent has hash check built in.

How? please tell me! lol, I can only get 60KB its a nightmare.

mbucari1
04-21-2007, 02:51 AM
log into your vnc viewer.
go to your preferences (little cog at the end of the toolbar)
Click on "advanced"
Scroll down to "bt.enable-tracker" and select it.
Underneath that window, click "true" and then aply and ok.
Make a new torrent for the files you want to download.
for the tracker, use http://your.servers.ip.address:webuiPort/announce (http://your.servers.ip.address:yourport/announce)
download the torrent through ftp and start downloading.I too only fot about 60KB/s w/ ftp, but topping out bandwidth w/ torrent

GINZY
04-21-2007, 03:34 AM
i download through http with IDM and i get my max speed. I just wonder why i got bad files.looking for the reason and solution for this.

prima1
04-21-2007, 07:58 AM
Awesome tip download with utorrent, man that's great.
Thanks a LOT

GINZY
04-22-2007, 02:40 AM
log into your vnc viewer.
go to your preferences (little cog at the end of the toolbar)
Click on "advanced"
Scroll down to "bt.enable-tracker" and select it.
Underneath that window, click "true" and then aply and ok.
Make a new torrent for the files you want to download.
for the tracker, use http://your.servers.ip.address:webuiPort/announce (http://your.servers.ip.address:yourport/announce)
download the torrent through ftp and start downloading.I too only fot about 60KB/s w/ ftp, but topping out bandwidth w/ torrent


i will try ur guide. Hope that it will not give me bad files.
I have to redownload some files to remove bad ones but some files still are bad when i checked by SFV.
Can anyone guess the reason why ?

FOLLOW mbucari1 GUIDE BUT IT'S DOEST START DOWNLOAD
"http://your.servers.ip.address:webuiPort/announce"
The Ip add of my server or VPXXX.leeware ?
i use webui port is 8080. Do i need to change this ?

GINZY
04-23-2007, 08:47 AM
any other way to get files to our PC HDD after seedbox download finish ?

sperm
04-23-2007, 09:27 AM
i got 34 bad files for the dvd i 've downloaded.With some download before i redownload the bad files and replace it with new one and it works but it 's waste of time.

anyone get the bad files like this ?

yep, i get bad file and its really annoying :angry:

i used filezilla (sftp) the other day to get a dvd and i didn't get one bad file :w00t:, but it took 10x longer :cry:

i would like to know if their is a sftp client that can make multiple connections? filezilla only managed two at a time


*edit*

@ mbucari1 good tip about utorrent, though only getting 1Kb/s at the moment :lol:

@ GINZY the format for the address is http://xxx.xxx.xxx.xxx:8080/announce and dont forget to start the torrent on your server like i did :lol:

mortalman
04-26-2007, 07:41 PM
log into your vnc viewer.
go to your preferences (little cog at the end of the toolbar)
Click on "advanced"
Scroll down to "bt.enable-tracker" and select it.
Underneath that window, click "true" and then aply and ok.
Make a new torrent for the files you want to download.
for the tracker, use http://your.servers.ip.address:webuiPort/announce (http://your.servers.ip.address:yourport/announce)
download the torrent through ftp and start downloading.I too only fot about 60KB/s w/ ftp, but topping out bandwidth w/ torrent


i will try ur guide. Hope that it will not give me bad files.
I have to redownload some files to remove bad ones but some files still are bad when i checked by SFV.
Can anyone guess the reason why ?

FOLLOW mbucari1 GUIDE BUT IT'S DOEST START DOWNLOAD
"http://your.servers.ip.address:webuiPort/announce"
The Ip add of my server or VPXXX.leeware ?
i use webui port is 8080. Do i need to change this ?

can someone explain this i tried but does not start download
what does the ip have to look like demo please:(

kabir0077 helped me he is the man:w00t: make sure you click start seeding tab or it will do nothing Thx to kabir0077 for this info:yup:

deep2k
04-27-2007, 02:16 AM
how does one download using IDM? Does something have to be setup on leeware?

prima1
04-27-2007, 06:18 AM
I put the files in var/www/html
and then the link to the file becomes
http://vpsxxx.leeware.com/file.ext
you copy this link and put in IDM

I noticed something though, the files are not downloaded if the filename is too long
So maybe you need to rename the ones with long filenames
use the mv command
like "mv long.file.name.ext /var/www/html/short.name.ext"

We need more help though in this thread about ways to download stuff off your server.
I installed an FTP server for example but I don't know why I can't download files through it!. Files permissions are fine but I keep getting 403 Forbidden.

deep2k
04-27-2007, 01:44 PM
How are you guys moving it to that dir? I have only used ftp and I dont beleive I can move it with the ftp client.


I put the files in var/www/html
and then the link to the file becomes
http://vpsxxx.leeware.com/file.ext
you copy this link and put in IDM

I noticed something though, the files are not downloaded if the filename is too long
So maybe you need to rename the ones with long filenames
use the mv command
like "mv long.file.name.ext /var/www/html/short.name.ext"

We need more help though in this thread about ways to download stuff off your server.
I installed an FTP server for example but I don't know why I can't download files through it!. Files permissions are fine but I keep getting 403 Forbidden.

XeroToX
04-27-2007, 02:22 PM
when u fix ur problems talk with me in msn ginzy :D

prima1
04-27-2007, 02:36 PM
first of all, you can move files in putty using the command
mv filename /var/www/html/filename (or any other location you want)
you can rename files with the same command
mv oldfilname newfilename

for a list of handy commands go here
http://www.linuxhelp.net/newbies/#mv

secondly, downloading with this method you get a lot of broken files, so i do not recommend it

instead you can install an ftp server
this is what i did, although i think i installed the wrong version but its working fine

the server i installed is vsftpd

first download vsftpd
in putty type
wget ftp://rpmfind.net/linux/fedora/core/6/i386/os/Fedora/RPMS/vsftpd-2.0.5-8.i386.rpm

of course instead of typing all this just copy and right click anywhere in terminal it will be posted for you

then type in the following commands
mkdir -p /var/ftp/pub/9/updates/ (although i don't think this one is necessary but since i don't know what it does, let's leave it there)
now install it,this is supposing it is in the /tmp directory, but when you download something it is usually in /root directory, so either move it to tmp before running this command or change tmp with root
rpm -Uvh /tmp/vsftpd-2.0.5-8.i386.rpm

now edit your vsftpd.conf file
it can be found in /etc/vsftpd/vsftpd.conf

login to your server using your FTP client (sFTP method in Buggyme post) and edit the file like this
uncomment (remove the # from the beginning of)
anonymous_enable=YES
save the file

now type the following command in putty
setenforce 0 (this disables selinux temporarily to enable it again use setenforce 1)

and to run your ftp server type
service vsftpd restart

now move any files you wanna download to /var/ftp/pub
you can browse your site from this address
ftp://vpsxxx.leeware.com/
and download the files using your download manager

deep2k I hope this helps you

if anybody is reading this message and laughing at me. please shut up. because I've been asking for a few days now and no one helped.

GINZY
04-27-2007, 03:44 PM
yeah , this way brings many broken , bad files. I' can't find the solution now
SFTP is too slow.

prima1
04-27-2007, 04:15 PM
yeah , this way brings many broken , bad files. I' can't find the solution now
SFTP is too slow.

which way do you mean. the HTTP one or the FTP one i posted above?

deep2k
04-27-2007, 05:00 PM
sftp is slow as crap. I can only get like 30k per file. so I am looking for any alternative.
Thanks Prima1 I will give that a go and hope it speeds me up a little

prima1
04-27-2007, 05:20 PM
sftp is slow as crap. I can only get like 30k per file. so I am looking for any alternative.
Thanks Prima1 I will give that a go and hope it speeds me up a little

this one is very fast of course, i got 460KB/s which is my max at home
but the question is whether it will give broken files or not
i am still waiting for an answer from someone who tried it
i myself didn't try it enough yet to give a judegment (only 3 files that are NOT broken)
but anyway this is good old FTP transfer just like you download off of any FTP site so it should be good

GINZY
04-27-2007, 05:43 PM
i use IDM to download files from the server. Sometimes it brings me more than 20 bad files. sometime 3, 4 files only.i try many other Internet download program but got the same result. Dont' know the reason why.

prima1
04-27-2007, 06:17 PM
i use IDM to download files from the server. Sometimes it brings me more than 20 bad files. sometime 3, 4 files only.i try many other Internet download program but got the same result. Dont' know the reason why.

I know but what protocol do you use, FTP or HTTP?
where are the files when you download them? in which directory?

GINZY
04-27-2007, 06:30 PM
Http. var/www/html/film . I create Film dir to put my download in.
Make torrent of the files i download but not as fast as download through http by IDM

prima1
04-27-2007, 08:03 PM
Http. var/www/html/film . I create Film dir to put my download in.
Make torrent of the files i download but not as fast as download through http by IDM

I heard the var/www/html way is not good for downloading files, this is a webserver and not for download

I think the FTP is the best way

GINZY
04-28-2007, 08:47 AM
But the FTP is so slow. DO you know how to download with FTP max speed ?
with IDM i can get more than 200KB/s . Just download the DVDR and no bad files .i will check the second one

GINZY
04-30-2007, 10:48 AM
hey guys. I reinstall my IDM 5.05 and got no bad files. check it out. Leeching from the server 230-240KB/s average

prima1
04-30-2007, 11:01 AM
But the FTP is so slow. DO you know how to download with FTP max speed ?
with IDM i can get more than 200KB/s . Just download the DVDR and no bad files .i will check the second one

GINZY I was not talking about downloading with your FTP client using SFTP method

I was talking about setting up an FTP server like I explained here
http://filesharingtalk.com/vb3/p-download-server-after-finish-download-seedbox-post1949139/postcount15

And then you can go to ftp://vpsxxx.leeware.com/pub/ (replace xxx with your server number)
and you can download your files from there using your download manager at maximum speeds

Loris
05-04-2007, 12:10 PM
I'm using FDM (Free Download Manager) and getting acceptable speeds 170+
i think the main thing to consider when choosing a client to download off the ftp is that it splits files into sections..

"FDM is an indispensable tool for download acceleration. It splits files into several sections and then downloads them simultaneously allowing you to increase your download speed up to 600%."

IDM also does this.

BawA
07-29-2007, 02:03 PM
first of all, you can move files in putty using the command
mv filename /var/www/html/filename (or any other location you want)
you can rename files with the same command
mv oldfilname newfilename

for a list of handy commands go here
http://www.linuxhelp.net/newbies/#mv

secondly, downloading with this method you get a lot of broken files, so i do not recommend it

instead you can install an ftp server
this is what i did, although i think i installed the wrong version but its working fine

the server i installed is vsftpd

first download vsftpd
in putty type
wget ftp://rpmfind.net/linux/fedora/core/6/i386/os/Fedora/RPMS/vsftpd-2.0.5-8.i386.rpm

of course instead of typing all this just copy and right click anywhere in terminal it will be posted for you

then type in the following commands
mkdir -p /var/ftp/pub/9/updates/ (although i don't think this one is necessary but since i don't know what it does, let's leave it there)
now install it,this is supposing it is in the /tmp directory, but when you download something it is usually in /root directory, so either move it to tmp before running this command or change tmp with root
rpm -Uvh /tmp/vsftpd-2.0.5-8.i386.rpm

now edit your vsftpd.conf file
it can be found in /etc/vsftpd/vsftpd.conf

login to your server using your FTP client (sFTP method in Buggyme post) and edit the file like this
uncomment (remove the # from the beginning of)
anonymous_enable=YES
save the file

now type the following command in putty
setenforce 0 (this disables selinux temporarily to enable it again use setenforce 1)

and to run your ftp server type
service vsftpd restart

now move any files you wanna download to /var/ftp/pub
you can browse your site from this address
ftp://vpsxxx.leeware.com/
and download the files using your download manager

deep2k I hope this helps you

if anybody is reading this message and laughing at me. please shut up. because I've been asking for a few days now and no one helped.
in FTP case accessing the pub folder by unwanted users are easy if they some how mange to get the server address which is not hard if some1 searches for particular file on the pub, so i want to know how to password restrict that folder, its very hard on Linux servers specially when using webmin.