5

I'm looking for an alternative to the ftputil library. Should work with python 3 and would be nice if its in the Archlinux repos.

Is there any?

Gilles 'SO- stop being evil'
  • 104,111
  • 38
  • 209
  • 254
jgillich
  • 71,459
  • 6
  • 57
  • 85
  • Have you asked the author? He might just not have ported it to Python 3 because nobody asked him yet. Or you can do it. Porting is fun! http://python3porting.com/ – Lennart Regebro Sep 15 '11 at 07:07

2 Answers2

5

ftputil for Python 3 has been released. Here is the official page where to download it: http://ftputil.sschwarzer.net/trac/wiki/Download

multigoodverse
  • 7,638
  • 19
  • 64
  • 106
1

Never considered using the built-in ftplib?

gecco
  • 17,969
  • 11
  • 51
  • 68
  • 5
    Of course i did, but ftputil is much more comfortable when doing up- and downloads and iterating through directory trees. – jgillich Sep 20 '11 at 11:13