Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1026779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:08:09+00:00 2026-05-16T12:08:09+00:00

I need to write a python script that traverses a folder on a FTP

  • 0

I need to write a python script that traverses a folder on a FTP server.

for file in ftpfolder:

#get it
#do something untoward with it

Snippets and non-wheel-reinvention advice welcome.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T12:08:09+00:00Added an answer on May 16, 2026 at 12:08 pm

    ftputil is the third-party module you’re looking for:

    ftputil is a high-level FTP client
    library for the Python programming
    language. ftputil implements a virtual
    file system for accessing FTP servers,
    that is, it can generate file-like
    objects for remote files. The library
    supports many functions similar to
    those in the os, os.path and shutil
    modules.

    Note for example the snippet here:

    # download some files from the login directory
    host = ftputil.FTPHost('ftp.domain.com', 'user', 'secret')
    names = host.listdir(host.curdir)
    for name in names:
        if host.path.isfile(name):
            host.download(name, name, 'b')        # remote, local, binary mode
    

    ftputil is pure Python, very stable, and very popular on pypi (users rate it 9, which I think is the maximum on pypi’s scale). What’s not to like?-)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 534k
  • Answers 534k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer select TO_DATE('2010-09-09T22:33:44.OZ' ,'YYYY-MM-DD"T"HH24:MI:SS".OZ"') from dual; 9/09/2010 10:33:44 PM May 17, 2026 at 12:48 am
  • Editorial Team
    Editorial Team added an answer I use the following in Javascript and ExternalInterface to retrieve… May 17, 2026 at 12:48 am
  • Editorial Team
    Editorial Team added an answer Edit: Minor change to the NR == 1 line to… May 17, 2026 at 12:48 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I need to write a python script that makes multiple HTTP requests to the
I need to write a python script that launches a shell script and import
I would like to write a python script that takes a bunch of swf
I need to write a script to do the following: Monitor a queuing system,
I wrote a python script that rotates an image 90 degrees. I am including
I might need to write some GUI application that runs on .Net (and Windows),
I'm trying to write a bat file so I can quickly launch into the
So my brother wanted me to write a web crawler in Python (self-taught) and
Ok, so I'm writing some python code (I don't write python much, I'm more
I just got knocked down after our server has been updated from Debian 4

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.