Results 1 to 2 of 2

Thread: [python]Recursive directory download

  1. #1
    Join Date
    Jun 2007
    Location
    England
    Beans
    760
    Distro
    Ubuntu 10.04 Lucid Lynx

    [python]Recursive directory download

    Is it possible to recursively download a directory via FTP in python using ftplib or some other module? I've only been able to get ftplib to download files. thanks in advance

    dje

  2. #2
    Join Date
    Sep 2006
    Beans
    2,914

    Re: [python]Recursive directory download

    if you can get this book from your library, there's a section on ftplib and the author shows how to do recursive. Or search google. type "Python recursive ftp"

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
  •