2f13 How can I do an FTP transfer in Python?
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
How can I do an FTP transfer in Python?

"If you think someone's probably done it before, they probably have .... and it's probably available to you" A good answer to many questions of the form "can I do xxxxx in Python?"

Question today "can I do an FTP transfer from Python"

Answer "Yes" [but I had a look around and discovered there was on example on our web site!]

There IS an example now ;-) ... it's [here].

• The ftplib module is distributed with Python, but must be imported into programs in which you wish to use it.
• You create a connection object using the ftplib.FTP method.
• You login with the login method on the connection object.

They you can run a whole series of methods such as pwd and dir to find the current ditectory, and list the current directory.

Methods such as retrbinary can then be used to retrieve files, passing the file retrieval instruction into the FTP connection, and providing a callback which allows the author of the code to output to the screen, to a file, or to process it otherwise.
(written 2011-10-05)

 
Associated topics are indexed under
Y117 - Python - Already written modules
  [4086] Cacheing class for Python - using a local SQLite database as a key/value store - (2013-05-14)
  [4085] JSON from Python - first principles, easy example - (2013-05-13)
  [3479] Practical Extraction and Reporting - using Python and Extreme Programming - (2011-10-14)
  [3442] A demonstration of how many Python facilities work together - (2011-09-16)
  [2931] Syncronise - software, trains, and buses. Please! - (2010-08-22)
  [2890] Dates and times in Python - (2010-07-27)
  [2506] Good example of recursion in Python - analyse an RSS feed - (2009-11-18)
  [2020] Learning Python - many new example programs - (2009-01-31)

Y110 - Python - File Handling
  [3764] Shell, Awk, Perl of Python? - (2012-06-14)
  [3558] Python or Lua - which should I use / learn? - (2011-12-21)
  [3083] Python - fresh examples from recent courses - (2010-12-11)
  [2870] Old prices - what would the equivalent price have been in 1966? - (2010-07-14)
  [2282] Checking robots.txt from Python - (2009-07-12)
  [2011] Conversion of OSI grid references to Eastings and Northings - (2009-01-28)
  [1442] Reading a file multiple times - file pointers - (2007-11-23)
  [183] The elegance of Python - (2005-01-19)
  [114] Relative or absolute milkman - (2004-11-10)


577c
Back to
Passing optional and named parameters to python methods
Previous and next
or
Horse's mouth home
Forward to
Passing of Steve Jobs - R.I.P.
Some other Articles
Teaching dilemma - old tricks and techniques, or recent enhancements?
Python string formatting - the move from % to str.format
Charities v Charitable. The cost of collecting your donation.
Passing of Steve Jobs - R.I.P.
How can I do an FTP transfer in Python?
Passing optional and named parameters to python methods
Busy weekend of contrasts.
Hangers, luggage and possessions
From flowchart to program - code design for the newcomer
Flying Colours!
4088 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82 at 50 posts per page


This is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price.

Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).

You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2013: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 899360 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho

PAGE: http://www.wellho.net/mouth/3465_How ... thon-.html • PAGE BUILT: Sat Feb 23 12:39:13 2013 • BUILD SYSTEM: wizard
0