Ft.Server.Server.Ftp.FtpHandler

Modules

RequestHandler       

Classes

handle(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Ftp.FtpHandler'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Session
__init__(self, rfile, wfile, client_address, server)
_getRepo(self)
absolutePath(self, path)
close_datasock(self)
cmd_abor(self, _)
cmd_appe(self, filename)
cmd_cdup(self, _)
cmd_cwd(self, path)
cmd_dele(self, filename)
cmd_dummy(self, _)
cmd_list(self, path)
cmd_mkd(self, dirname)
cmd_noop(self, _)
cmd_pass(self, password)
cmd_pasv(self, _)
cmd_port(self, port_id)
cmd_pwd(self, _)
cmd_quit(self, _)
cmd_rest(self, pos)
cmd_retr(self, filename)
cmd_retr1(self, path)
cmd_rmd(self, dirname)
cmd_site(self, command)
cmd_size(self, path)
cmd_stor(self, filename)
cmd_syst(self, _)
cmd_user(self, username)
create_nonpasv_datasock(self)
create_pasv_datasock(self)
docmd(self, cmd)
log_date_time_string(self)
log_error(self, code, msg)
log_ftp_command(self, cmd, args)
log_ftp_message(self, msg)
log_serverResponse(self, msg)
loop(self)
loop1(self)
reply(self, x)
replymessage(self, n, x)
stor_or_appe(self, filename, comm)
unixDirListing(self, parent)
v2fs(self, f)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Ftp.Session'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
threading = 0
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Ftp/FtpHandler.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server.Ftp.FtpHandler'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.