Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: download from server after finish download by seedbox

  1. #11
    .**--**. BT Rep: +1
    Join Date
    Jan 2003
    Posts
    31
    how does one download using IDM? Does something have to be setup on leeware?

  2. BitTorrent   -   #12
    Poster BT Rep: +5
    Join Date
    Apr 2006
    Posts
    250
    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.
    Last edited by prima1; 04-27-2007 at 06:21 AM. Reason: Automerged Doublepost

  3. BitTorrent   -   #13
    .**--**. BT Rep: +1
    Join Date
    Jan 2003
    Posts
    31
    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.

    Quote Originally Posted by prima1 View Post
    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.

  4. BitTorrent   -   #14
    XeroToX's Avatar Poster BT Rep: +40BT Rep +40BT Rep +40BT Rep +40BT Rep +40BT Rep +40BT Rep +40BT Rep +40
    Join Date
    Jan 2004
    Posts
    898
    when u fix ur problems talk with me in msn ginzy
    you can blow me...

  5. BitTorrent   -   #15
    Poster BT Rep: +5
    Join Date
    Apr 2006
    Posts
    250
    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.
    Last edited by prima1; 04-27-2007 at 05:28 PM.

  6. BitTorrent   -   #16
    GINZY's Avatar Poster BT Rep: +23BT Rep +23BT Rep +23BT Rep +23BT Rep +23
    Join Date
    Mar 2005
    Age
    38
    Posts
    416
    yeah , this way brings many broken , bad files. I' can't find the solution now
    SFTP is too slow.

  7. BitTorrent   -   #17
    Poster BT Rep: +5
    Join Date
    Apr 2006
    Posts
    250
    Quote Originally Posted by GINZY View Post
    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?

  8. BitTorrent   -   #18
    .**--**. BT Rep: +1
    Join Date
    Jan 2003
    Posts
    31
    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

  9. BitTorrent   -   #19
    Poster BT Rep: +5
    Join Date
    Apr 2006
    Posts
    250
    Quote Originally Posted by deep2k View Post
    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

  10. BitTorrent   -   #20
    GINZY's Avatar Poster BT Rep: +23BT Rep +23BT Rep +23BT Rep +23BT Rep +23
    Join Date
    Mar 2005
    Age
    38
    Posts
    416
    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.

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •