Results 1 to 4 of 4

Thread: FTP:  get a directory and everything in it

  1. #1
    Senior Member
    Join Date
    Apr 2002
    Posts
    417

    FTP:  get a directory and everything in it

    HI,

    I was using ftp on the command line and I needed to get a directory. Is there a way to get the whole directory w/o having it ask you if you want to download every file??

    I type 'help mget' -> get multiple files ....DUHHHHHH.

    thanx.

  2. #2

    Re: FTP:  get a directory and everything in it

    Try wget -rc ftp://ftp.skldjfsdf.com/pub/aksjdalsj/asd/ and it shoud get it all for you. You could also try mget * and then use the flag to get all of the files.

  3. #3

    Re: FTP: *get a directory and everything in it

    look at ncftp - bit better then normal CLI ftp- apt-get install ncftp or google for it.

  4. #4
    Guest

    Re: FTP: *get a directory and everything in it

    ncftp> get -R whatever_dir

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
  •