LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-02-2004, 07:49 PM   #1
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Rep: Reputation: 30
What FTP and download manager do you use?


Can you guys suggest some good FTP software and download manager? At least it has ability to stop downloading at a point and resume later.

Thanks
 
Old 02-02-2004, 07:53 PM   #2
satanic_linux
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Slackware 9.1
Posts: 34

Rep: Reputation: 15
Just use the download manager in Mozilla you can pause and resume with it, unless you are looking for something taht you can stop altogether and resume later??
 
Old 02-02-2004, 09:39 PM   #3
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by satanic_linux
Just use the download manager in Mozilla you can pause and resume with it, unless you are looking for something taht you can stop altogether and resume later??
yeah, I just want to know any other fancy ones.

Thank you.
 
Old 02-02-2004, 10:49 PM   #4
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
It isn't really fancy, but I use ncftp sometimes when I don't use mozilla.
 
Old 02-02-2004, 10:56 PM   #5
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
I use gftp for ftping stuff to and from my webservers, the download manager in mozilla or opera for small web downloads, and wget for large downloads, when I want to download a whole bunch of stuff in a row, or recursively download a whole site.
 
Old 02-02-2004, 10:58 PM   #6
Whitehat
Senior Member
 
Registered: Feb 2003
Location: The Cold North
Distribution: SuSE 9.1
Posts: 1,289

Rep: Reputation: 46
gFTP for me.

I think it's simple, resumes downloads, and gets the job done

I think download managers suck....so I don't use 'em.

Peace,
Whitehat
 
Old 02-03-2004, 06:49 AM   #7
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
How you stop and resume download by using gFTP? Once I stop the download, it just gets deleted.
 
Old 02-03-2004, 04:19 PM   #8
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
Normally I think I just use transfers> stop download. If you start the download again (keep the url handy) to the same target directory it should resume automagically (at least that's what it does for me).
 
Old 02-06-2004, 10:52 AM   #9
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Rep: Reputation: 30
wget is superb.no other download manager has got similar features.just check out 'man wget' and you will see.
btw,have you heard abt prozilla,which is a download accelerator?it is also good.
I am waiting for the day when wget and prozilla gets combined;-)
--arun.
 
Old 02-06-2004, 05:24 PM   #10
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
I have now changed my opinion of gftp, and have stopped using it. It keeps corrupting images I upload (have tried using both acsii and binary modes), so it's out the door. It's kind of weird, I've never had this problem with it before, but this is probably the first installation where I've used it on it's own without any gnome stuff installed. I've been using ftp from the command line and it seems pretty good, I'm still getting used to it though. I tried IglooFTP but I didn't think it worked very well.

Are there any other graphical ftp proggies (apart from that KBear one or whatever it is) that don't require gnome of kde libs?
 
Old 02-06-2004, 11:45 PM   #11
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
How do you stop and start downloads with wget, last time I tried to resume a download it started over again and just renamed the file with a .1 at the end.
 
Old 02-07-2004, 12:14 AM   #12
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
You have to set it to noclobber with -nc option.

man wget
 
Old 02-07-2004, 06:41 AM   #13
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
wget works just fine for me

<HANDY TIP>
Create some aliases in your bashrc or /etc/profile with custom wget commands for specific needs. For example, here's what I have in /etc/profle for eveyone to use:
Code:
alias wftp='wget --passive-ftp'
alias mirror='wget -m'
And now I've added this (thanx for the tip, Kovacs):
Code:
alias resumedl='wget -nc'
Makes it easier to separate the commands in wget for specific needs since some of them may conflict. Be sure to source the file (source /etc/profile) after making the changes for the new commands.
</HANDY TIP>

I use 'wftp' for ftp downloads (duh), 'mirror' to create a local mirror of a site, and now 'resumedl' to.......well, you can figure it out.



EDIT: typos

Last edited by thegeekster; 02-07-2004 at 06:46 AM.
 
Old 02-07-2004, 12:11 PM   #14
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Rep: Reputation: 30
any good graphical ftp programs that also support FXPing ??
and any graphical ftp servers like bulletproof server for windows?
 
Old 08-21-2004, 11:09 AM   #15
pkid
LQ Newbie
 
Registered: Jun 2004
Location: South Africa
Distribution: Slackware 10 Dropline GNOME 2.6.1.
Posts: 12

Rep: Reputation: 0
I found a really cool gnome frontend for wget. Check out http://gwget.sourceforge.net/ It supports resume and all of that. And it is simple and easy to use.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
best download manager alex1986 Linux - Software 1 11-28-2005 09:49 PM
download manager samjkd Linux - Software 15 04-22-2005 03:12 AM
Download manager that you can set download times? henno Linux - Software 3 03-24-2005 06:49 PM
Download Manager that.. Keyser Sose Linux - Software 2 06-14-2004 06:50 PM
Download Manager - download BIG files AndrewMSConvert Linux - General 3 11-09-2003 06:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration