"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
Some other Articles
Teaching dilemma - old tricks and techniques, or recent enhancements?Python string formatting - the move from % to str.formatCharities 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 methodsBusy weekend of contrasts.Hangers, luggage and possessionsFrom flowchart to program - code design for the newcomerFlying Colours!