Python

  1. Home
  2. Computing & Technology
  3. Python

Python Blog

From Al Lukaszewski, for About.com

Initiating an FTP Connection With Python

Monday October 29, 2007
FTP is used for everything from posting websites to maintaining off-site file stores. As such, FTP remains one of the bedrock protocols of the Internet. Recently, we started a series on building your own FTP client and went so far as importing the ftplib module. In the next step, we now initiate the connection and assign it a filehandle. You can read the guide from the start under the "Networking" section; look for "Building an FTP Client in Python".

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Python

About.com Special Features

Python

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.