Questions tagged [ftputil]

The ftputil Python library provides a high-level interface to remote files over FTP, similar to os, os.path and shutil.

ftputil is an FTP client library for Python. It builds on ftplib from the standard library to provide an interface to the remote directories and files similar to os, os.path and shutil.

34 questions
0
votes
2 answers

Can not understand the error code in ftputil

I am new to ftputil module of python.I have 2 FTP accounts on my web server. while just trying it, i encountered two problems: 1. while logging into account 1, I can get into there successfully host = ftputil.FTPHost('ftp.mysite.com', 'user1',…
ashutosh
  • 1,192
  • 5
  • 22
  • 46
-2
votes
1 answer

Python 3.4/Ftputil 3.4 only runs a single command then exits

I'm currently making the base of a personal ftp program, using ftputil 3.4 and python 3.4, ive successfully gotten it to log in and i can run follow up commands in the python interpreter but after a single command it goes back to the main…
cdog1019
  • 9
  • 4
-2
votes
1 answer

Include FTPUTIL library on web2py

Does FTPUTIL library included on web2py? if not, how to include that library. I think because it is so useful in creating ftp client.thanks!
CrazyGirl
  • 211
  • 1
  • 2
  • 9
-4
votes
1 answer

I am using your ftputil within a python script

I am using your ftputil within a python script to get last modification/creation date of files in directory and I am having few problems and wondered if you could help. host.stat_cache.resize(200000) recursive = host.walk(directory,…
Echo
  • 1
  • 2
1 2
3